From 13f7b109ac181940b1832014c2267ccd9517b4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:49:52 +0000 Subject: [PATCH] Bump jspdf from 1.4.1 to 4.1.0 in /client Bumps [jspdf](https://github.com/parallax/jsPDF) from 1.4.1 to 4.1.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/v1.4.1...v4.1.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.1.0 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..df7e77d 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.1.0", "mdbreact": "^4.15.0", "moment": "^2.24.0", "react": "^16.3.2",