From ab022a4edb952365fdca00d9549d7f3cff5ba640 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 09:03:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSPDF-12205531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13145304..b646792c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "i18next": "^22.4.11", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", - "jspdf": "^2.5.1", + "jspdf": "^3.0.2", "katex": "^0.16.4", "lodash": "^4.17.21", "lz-string": "^1.5.0",