From d646a0a843c54cab1f7defd62c5b1e788ebc2dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:26:52 +0000 Subject: [PATCH] Bump jspdf from 2.5.1 to 4.2.1 Bumps [jspdf](https://github.com/parallax/jsPDF) from 2.5.1 to 4.2.1. - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](https://github.com/parallax/jsPDF/compare/v2.5.1...v4.2.1) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30d81cf373..038336fc8b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@nesk/puphpeteer": "^2.0.0", "cropper": "^2.3.4", "fabric": "^3.6.6", - "jspdf": "2.5.1", + "jspdf": "4.2.1", "lodash": "^4.17.4", "mustache": "^4.2.0", "pdfjs-dist": "^2.3.200",