From f6fdc207e34bd58034c7a0bdaa9331b733ff75e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:20:16 +0000 Subject: [PATCH] chore(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 3.0.4 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/compare/v3.0.4...v4.0.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcd2415..048f639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "html2canvas": "^1.4.1", "hugeicons-react": "^0.3.0", "input-otp": "^1.4.2", - "jspdf": "^3.0.4", + "jspdf": "^4.0.0", "katex": "^0.16.26", "lucide-react": "^0.556.0", "marked": "^17.0.1", @@ -10547,9 +10547,9 @@ } }, "node_modules/jspdf": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.4.tgz", - "integrity": "sha512-dc6oQ8y37rRcHn316s4ngz/nOjayLF/FFxBF4V9zamQKRqXxyiH1zagkCdktdWhtoQId5K20xt1lB90XzkB+hQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.0.0.tgz", + "integrity": "sha512-w12U97Z6edKd2tXDn3LzTLg7C7QLJlx0BPfM3ecjK2BckUl9/81vZ+r5gK4/3KQdhAcEZhENUxRhtgYBj75MqQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", diff --git a/package.json b/package.json index d23097a..7fb60b3 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "html2canvas": "^1.4.1", "hugeicons-react": "^0.3.0", "input-otp": "^1.4.2", - "jspdf": "^3.0.4", + "jspdf": "^4.0.0", "katex": "^0.16.26", "lucide-react": "^0.556.0", "marked": "^17.0.1",