From 46229f1cba8e7c3b6ec868777e20822777ced2cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 03:33:44 +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-10598338 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 82f9a63..3592d07 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.3.3", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0",