From 40251ff17eda41f9805bbfbe1ccefa2915a147b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 08:33:18 +0000 Subject: [PATCH] Bump node-fetch from 1.7.3 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/1.7.3...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7d7ea7..c4855cc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "fos": ">=0.0.9-a", "ioredis": "^4.3.0", "js-sha3": "^0.7.0", - "node-fetch": "^1.7.1" + "node-fetch": "^2.6.1" }, "devDependencies": { "babel-plugin-transform-runtime": "^6.23.0",