From cbaab1aba4e8ab71076fcb9b84f63f04bf9467ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:58:39 +0000 Subject: [PATCH] Bump jspdf from 2.1.0 to 4.0.0 Bumps [jspdf](https://github.com/parallax/jsPDF) from 2.1.0 to 4.0.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/commits/v4.0.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.0.0 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 15704f843..fe05d4860 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "debounce": "1.2.0", "fast-deep-equal": "2.0.1", "filefy": "0.1.10", - "jspdf": "2.1.0", + "jspdf": "4.0.0", "jspdf-autotable": "3.5.9", "prop-types": "15.6.2", "react-beautiful-dnd": "13.1.0",