From a2e2ed84b5e20eae9a0d3cb180cfdca9fb7385f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:54:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfc3c22571a6..d945974e9156 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": "^12.0.8", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8",