From bc731ca0a945c847e41caf0b7986028bd6b4a573 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 04:32:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8602067 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 786bbe6..124ecc2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@vercel/analytics": "^0.1.8", "eventsource-parser": "^0.0.5", "framer-motion": "^8.4.3", - "next": "13.1.6", + "next": "13.5.8", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.42.0",