From 19ba34e74ab0dc27f01c92228babca61e94689e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 10:15:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df368738..30be5d15 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "d3-selection": "^3.0.0", "jspdf": "^3.0.3", "leaflet": "2.0.0-alpha", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^3.7.2", "pdfkit": "^0.17.2", "stripe": "^18.5.0",