From f4dd6a6fcea15aabebd497221a0be31f0ef9bea6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 07:19:44 +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-9508709 --- nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/package.json b/nextjs/package.json index 4a09b0cd..666def0a 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.0.3", + "next": "15.2.3", "react": "18.3.1", "react-dom": "18.3.1" },