From 1dc88f30bef062ae9ffbac5a082f1d3aa3912fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 07:02:22 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSPDF-12205531 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8c117a87..9ba66abf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "html2canvas": "1.4.1", "i18next": "23.12.2", "i18next-browser-languagedetector": "8.0.0", - "jspdf": "2.5.2", + "jspdf": "3.0.2", "lucide-react": "0.435.0", "react": "18.3.1", "react-chartjs-2": "5.2.0",