From fbfb6c89c6cce19c80ad8303720b22c03b7a64f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 18:30:22 +0000 Subject: [PATCH] Bump node-fetch from 1.7.3 to 2.6.1 in /es6 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] --- es6/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es6/package.json b/es6/package.json index f0e4c73..cae1608 100644 --- a/es6/package.json +++ b/es6/package.json @@ -10,6 +10,6 @@ "author": "troyyang ", "license": "ISC", "dependencies": { - "node-fetch": "^1.7.3" + "node-fetch": "^2.6.1" } }