From 4c5463fa0c8be584eae7320b70b077a3bcc180b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 07:11:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSPDF-14873131 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df368738..a4ae6be2 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "d3-axis": "^3.0.0", "d3-scale": "^4.0.2", "d3-selection": "^3.0.0", - "jspdf": "^3.0.3", + "jspdf": "^4.0.0", "leaflet": "2.0.0-alpha", "lodash": "^4.17.21", "luxon": "^3.7.2",