From fe8439b451ccd189bcbd0201982489b7ec4bc780 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 22:07:38 +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-14173355 - https://snyk.io/vuln/SNYK-JS-PLAYWRIGHTCORE-13553173 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 82f9a63..e916d9c 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.6", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0",