From e386c0491b1a5e8b38e3b7cf0774b6824eb9b98f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 02:52:53 +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-15104645 --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index 928b103f..d1d8c6db 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.5.10", "notistack": "^3.0.1", "ramda": "^0.30.1", "react": "^18.3.1",