From 03c584195ee155f85a175908f214b9e193fbc7ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 19:10:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98e8fd24adaf..0284462d7201 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mdast-util-from-markdown": "^1.2.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.3", + "next": "^13.5.0", "node-fetch": "^3.2.0", "parse5": "^6.0.1", "port-used": "^2.0.8",