From 66498fc234d6fb1ddcb89251019fa09a2662cff8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 22:08:41 +0000 Subject: [PATCH] fix: nextjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14173355 --- nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/package.json b/nextjs/package.json index 935cc86..8700a11 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -10,7 +10,7 @@ "start": "next start" }, "dependencies": { - "next": "15.5.3", + "next": "15.5.7", "react": "^19.1.1", "react-dom": "^19.1.1" },