From 67142ecabb0a19ea401e708d1d9f791e1a4bff0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 May 2024 22:32:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6828457 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64d638b..d905038 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-config-next": "14.0.3", "lucide-react": "0.293.0", "minireset.css": "0.0.7", - "next": "14.0.3", + "next": "14.1.1", "next-auth": "4.24.5", "next-intl": "3.1.4", "react": "18.2.0",