From 4f1591d04ec0dc5f4471381e61a78eb64c863677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 22:50: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 a7b060b..197c8c7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lodash": "^4.17.14", "mocha": "^4.1.0", "mock-browser": "^0.92.14", - "node-fetch": "^1.7.3", + "node-fetch": "^2.6.1", "rollup": "^0.56.4", "rollup-plugin-typescript2": "^0.11.1", "typescript": "^2.7.2"