From 82db718663d1a5180d631784371f7824659cfb10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Sep 2020 21:18:56 +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 e7df659..273db43 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Chirag Ravindra", "license": "ISC", "dependencies": { - "node-fetch": "^1.7.1" + "node-fetch": "^2.6.1" }, "repository": { "type": "git",