From 232f25e260984b9521ad12bca678b709f98b9740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:50:43 +0000 Subject: [PATCH] Chore(deps): bump jspdf from 4.2.0 to 4.2.1 Bumps [jspdf](https://github.com/parallax/jsPDF) from 4.2.0 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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eef851a8e0..1f13a0b54c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "exceljs": "^4.4.0", "hono": "^4.12.7", "html2canvas": "^1.4.1", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.2", "lightgallery": "^2.9.0", "lodash": "4.17.23", @@ -16792,9 +16792,9 @@ "license": "MIT" }, "node_modules/jspdf": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz", - "integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz", + "integrity": "sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", diff --git a/package.json b/package.json index 541de7e163..870b9d2202 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "exceljs": "^4.4.0", "hono": "^4.12.7", "html2canvas": "^1.4.1", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.2", "lightgallery": "^2.9.0", "lodash": "4.17.23",