From c082668af77b3c96c35b8cb6787c5f6695e55994 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jun 2025 20:33:38 +0000 Subject: [PATCH] fix: front/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10259370 --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index 928b103f..3b065d58 100644 --- a/front/package.json +++ b/front/package.json @@ -47,7 +47,7 @@ "inversify": "^6.0.2", "json-schema": "^0.4.0", "negotiator": "^0.6.3", - "next": "^14.2.4", + "next": "^15.2.2", "notistack": "^3.0.1", "ramda": "^0.30.1", "react": "^18.3.1",