From 82b5b5cd96752215805b8a72c578948cc3999af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:46:39 +0000 Subject: [PATCH] Bump jspdf from 2.1.0 to 4.1.0 Bumps [jspdf](https://github.com/parallax/jsPDF) from 2.1.0 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/commits/v4.1.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.1.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..c3c21ca1a 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.1.0", "jspdf-autotable": "3.5.9", "prop-types": "15.6.2", "react-beautiful-dnd": "13.1.0",