From 4aa230703b001ea69e7df04e36469131b91d84ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 17:38:42 +0000 Subject: [PATCH] fix: package.json & package-lock.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 e6818b9f1b80..c0626d930a64 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "mdast-util-from-markdown": "^1.2.0", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", - "next": "^11.1.3", - "node-fetch": "^3.1.1", + "next": "^12.0.9", + "node-fetch": "^3.2.10", "parse5": "^6.0.1", "port-used": "^2.0.8", "quick-lru": "6.0.2",