From 7c7bffc2b46c36e3ccd1404b872159974a747b81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 03:09:26 +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 972102cd08ee..94ed31347d52 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "mdast-util-from-markdown": "^0.8.5", "mdast-util-to-string": "^2.0.0", "morgan": "^1.10.0", - "next": "^11.0.0", + "next": "^14.2.7", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8",