From 24f9cfdffeccd58e32b3d3f3a4523595e785328b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Apr 2025 12:10:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSPDF-9480442 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12decda..d55ab61 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "i18next": "^22.4.11", "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.1.1", - "jspdf": "^2.5.1", + "jspdf": "^3.0.1", "katex": "^0.16.4", "lodash": "^4.17.21", "lz-string": "^1.5.0",