From 7af2e5fbcf6b14937b50580626ca1c39b048c9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:51:06 +0000 Subject: [PATCH] Bump jspdf from 1.4.1 to 4.2.1 in /client Bumps [jspdf](https://github.com/parallax/jsPDF) from 1.4.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/v1.4.1...v4.2.1) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 737c655..6b345fc 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "html2canvas": "^1.0.0-rc.5", "jsdf": "^0.3.2", "jslib-html5-camera-photo": "^3.1.3", - "jspdf": "1.4.1", + "jspdf": "4.2.1", "mdbreact": "^4.15.0", "moment": "^2.24.0", "react": "^16.3.2",