From 2649e64aa6b98900e0c29b10d5c9f92d48c54340 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 23:50:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9f4bb8c8be3..a1e13a6e6422 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "mdast-util-from-markdown": "^1.2.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.3", + "next": "^12.0.8", "parse5": "^6.0.1", "port-used": "^2.0.8", "react": "^17.0.2",