From 560897adc21436762ffaf82048ae55d31e3bbfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 09:19:06 +0000 Subject: [PATCH] Bump node-fetch from 1.7.3 to 2.6.1 in /tests 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] --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 7b87ba1..9687f07 100644 --- a/tests/package.json +++ b/tests/package.json @@ -22,7 +22,7 @@ "excel-as-json": "^2.0.0", "install": "^0.8.7", "lodash": "^4.17.4", - "node-fetch": "^1.6.3", + "node-fetch": "^2.6.1", "npm": "^4.4.1", "request": "^2.81.0", "xlsx": "^0.9.3"