From 243b8032dd7d4e7e7c0e0589afdeda5de2af8b49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 09:50:16 +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-8025427 --- nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/package.json b/nextjs/package.json index 17c14b19..810fdb17 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "13.5.4", + "next": "13.5.7", "react": "18.2.0", "react-dom": "18.2.0" }