From 66d3c54e01c5dd297c209ef09d8816c0b78d519b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 15:39:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12713af..a62a4fc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dotenv": "^8.2.0", "dotenv-webpack": "^6.0.0", "moment": "^2.29.1", - "next": "10.0.5", + "next": "14.2.7", "next-cookies": "^2.0.3", "react": "^17.0.1", "react-dom": "^17.0.1"