From b55d69147f94712a8c7a421677fd4ac73a7b0623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:27:37 +0000 Subject: [PATCH] build(deps): bump jspdf in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [jspdf](https://github.com/parallax/jsPDF). Updates `jspdf` from 2.5.2 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/v2.5.2...v4.2.1) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 718e3f9..6833d92 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "firebase-admin": "^14.2.0", "geoip-lite": "^2.0.3", "html2canvas": "^1.4.1", - "jspdf": "^2.5.2", + "jspdf": "^4.2.1", "lucide-react": "^1.16.0", "mongodb": "^7.5.0", "motion": "^13.1.0",