From d1d56b2479676cd26c4fb4451366796c3cbae16a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 06:00:14 +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-8602067 --- nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/package.json b/nextjs/package.json index 4a09b0cd..d959e29e 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.0.3", + "next": "15.1.2", "react": "18.3.1", "react-dom": "18.3.1" },