From 7dcf2876684377adf75a4a0f2351a8f30c4da6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 17:21:57 +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 6527679..9d1ce24 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "module-deps": "4.0.7", "mversion": "1.10.1", "nock": "8.0.0", - "node-fetch": "^1.6.0", + "node-fetch": "^2.6.1", "npm-check-updates": "2.8.0", "uglify-js": "2.7.3" },