From 8e0bb6c7a2af2c9d374ec811d26d9cc6960d6a80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 16:23:09 +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 8a2cc8f52677..5973a9dc783f 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.2.0", + "next": "^12.0.9", + "node-fetch": "^3.2.10", "parse5": "^6.0.1", "port-used": "^2.0.8", "react": "^17.0.2",