From ba2475f2d61cfca4a96fc7800a8c2b740a87c9c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Sep 2020 22:56:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b7eb620a3abb4..8fe31da7173e9a 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "mime-types": "2.1.11", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "node-fetch": "^1.3.3", + "node-fetch": "^2.6.1", "npmlog": "^2.0.4", "opn": "^3.0.2", "optimist": "^0.6.1",