From ffc603705c0a0c1790cb2db6da3e032e08312439 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 01:23:06 +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 da86d135319a..9b0968d5f78b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mdast-util-from-markdown": "^1.0.3", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.2", + "next": "^13.5.4", "node-fetch": "^3.0.0", "parse5": "^6.0.1", "port-used": "^2.0.8",