From 85889b6e6524dfdfe42e65fa786d6745521a1fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:36:53 +0400 Subject: [PATCH] Bump jspdf from 4.1.0 to 4.2.0 (#4383) Bumps [jspdf](https://github.com/parallax/jsPDF) from 4.1.0 to 4.2.0. - [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/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: objecttothis <17935339+objecttothis@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07e7d260f..debfcf84e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "jquery-form": "^4.3.0", "jquery-ui-dist": "^1.12.1", "jquery-validation": "^1.19.5", - "jspdf": "^4.1.0", + "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", "tableexport.jquery.plugin": "^1.30.0" }, @@ -3731,12 +3731,12 @@ "license": "MIT" }, "node_modules/jspdf": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.1.0.tgz", - "integrity": "sha512-xd1d/XRkwqnsq6FP3zH1Q+Ejqn2ULIJeDZ+FTKpaabVpZREjsJKRJwuokTNgdqOU+fl55KgbvgZ1pRTSWCP2kQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz", + "integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.28.6", "fast-png": "^6.2.0", "fflate": "^0.8.1" }, diff --git a/package.json b/package.json index 5f5373d97..87b54f224 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jquery-form": "^4.3.0", "jquery-ui-dist": "^1.12.1", "jquery-validation": "^1.19.5", - "jspdf": "^4.1.0", + "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", "tableexport.jquery.plugin": "^1.30.0" },