From f8fee13e6b518ba876f35864c968de9d1887e38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:23:49 +0000 Subject: [PATCH] Bump node-fetch from 1.7.1 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.1 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/v1.7.1...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aac6ae2..a5aa083 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "jest": "^21.2.1", "kapok-js": "^0.10.1", "mkdirp": "^0.5.1", - "node-fetch": "^1.7.1", + "node-fetch": "^2.6.1", "npm-run-all": "^4.0.2", "pify": "^3.0.0", "prettier-eslint-cli": "^4.7.0", diff --git a/yarn.lock b/yarn.lock index 1a547bc..dd6a0f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5464,13 +5464,18 @@ node-fetch-npm@^2.0.1: json-parse-helpfulerror "^1.0.3" safe-buffer "^5.0.1" -node-fetch@^1.0.1, node-fetch@^1.3.3, node-fetch@^1.7.1: +node-fetch@^1.0.1, node-fetch@^1.3.3: version "1.7.1" resolved "http://registry.npm.taobao.org/node-fetch/download/node-fetch-1.7.1.tgz#899cb3d0a3c92f952c47f1b876f4c8aeabd400d5" dependencies: encoding "^0.1.11" is-stream "^1.0.1" +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== + node-gyp@~3.6.0, node-gyp@~3.6.2: version "3.6.2" resolved "http://registry.npm.taobao.org/node-gyp/download/node-gyp-3.6.2.tgz#9bfbe54562286284838e750eac05295853fa1c60"