From 95e316a6132ceed814eecd12e6bed6e5ab18895c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 04:43:40 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 82f9a63..e5f4272 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", "lucide-react": "^0.474.0", - "next": "15.3.1", + "next": "15.4.2", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0",