From 0e76bd1a9b464e5ef064b30ec2f9f6d0de2afcce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Sep 2020 23:13:35 +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 34db3db..ec20405 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lodash": "^3.10.1", "minimist": "^1.1.2", "mongodb": "^2.2.6", - "node-fetch": "^1.3.3", + "node-fetch": "^2.6.1", "promptly": "^0.2.1", "qs": "^6.0.1", "raven": "^0.10.0",