From 265bf40477d5d6170dafdcfb88f523dfbc06cc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:26:23 +0000 Subject: [PATCH] build(deps): bump jspdf Bumps the npm_and_yarn group with 1 update in the /ui directory: [jspdf](https://github.com/parallax/jsPDF). Updates `jspdf` from 3.0.4 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/compare/v3.0.4...v4.1.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index d1a6ea9aba3..2835afa94b6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -34,7 +34,7 @@ "highlight.js": "^11.11.1", "html-to-image": "^1.11.13", "html2canvas": "^1.4.1", - "jspdf": "^3.0.3", + "jspdf": "^4.1.0", "katex": "^0.16.10", "marked": "^12.0.2", "md-editor-v3": "^5.8.2",