From 0db3b4b2b014d20f38921e8b507ca5734b7e390d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 22:30:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61c72f369e37..14e23d5595ba 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mdast-util-from-markdown": "^1.0.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.0.1", + "next": "^13.5.4", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8",