From 0c1a3df0fe1ce90021dadfb7606699d55b826ded Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 04:50:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6437d7384ac..e7814973003a 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "mdast-util-from-markdown": "^0.8.5", "mdast-util-to-string": "^2.0.0", "morgan": "^1.10.0", - "next": "^11.0.0", - "node-fetch": "^2.6.1", + "next": "^12.0.9", + "node-fetch": "^3.2.10", "parse5": "^6.0.1", "port-used": "^2.0.8", "rate-limit-redis": "^2.1.0",