From d37b5817665b34a9e6e6c46a20164d302215d728 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 18:38:12 +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 8530cf0c52a5..1f0687cd9b0c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lunr": "^2.3.9", "lunr-languages": "^1.4.0", "morgan": "^1.10.0", - "next": "^10.2.3", + "next": "^13.5.0", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8",