From 5e9611f1cff143799bae6eceeb0cdd40fbfd1441 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 07:48:31 +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-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 82f9a63..e1954e2 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": "16.1.5", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0",