From 3720251229e00587361db778bcefd13d76862d64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 17:13: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-2342118 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7df659..f12e08c 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.7" }, "repository": { "type": "git",