From 27b14cef0bdbdd6baa402c41b8e03f30a0df43f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 01:07:31 +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 0c1f245..79fb18b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ethjs-util": "0.1.4", "fetch": "1.1.0", "ganache-cli": "6.1.0", - "node-fetch": "1.7.3", + "node-fetch": "2.6.1", "rlp": "2.0.0", "source-map-support": "0.5.4", "timeout-as-promise": "^1.0.0",