From f7088ab1feed7f4f523006bab76afba52ab32325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:28:24 +0000 Subject: [PATCH] Bump jspdf in /desktop in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /desktop directory: [jspdf](https://github.com/parallax/jsPDF). Updates `jspdf` from 3.0.4 to 4.2.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/v3.0.4...v4.2.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index c2295f9..0bfe3cc 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -15,7 +15,7 @@ "@tauri-apps/api": "^1.5.6", "clsx": "^2.1.1", "html2canvas": "^1.4.1", - "jspdf": "^3.0.3", + "jspdf": "^4.2.0", "lucide-react": "^0.379.0", "react": "^18.3.1", "react-dom": "^18.3.1",