From 7df99319bf052094fa3a248da82be932e24fa990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 07:27:48 +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 421b6e9..384caf1 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "moment": "^2.24.0", "mz": "^2.7.0", "nedb": "^1.8.0", - "node-fetch": "^1.7.3", + "node-fetch": "^2.6.1", "polyfills": "^2.1.1", "ramda": "^0.21.0", "regenerator-runtime": "^0.13.7",