From 47c3afd44dff63e930aabdfa7858b03253fa0178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 12:33:44 +0000 Subject: [PATCH] build(deps): bump node-fetch from 2.6.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 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/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++------------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index f6d0bbb..285fe4f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "md5.js": "^1.3.5", "moment": "^2.22.2", "mysql2": "^1.6.4", - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "numeral": "^2.0.6", "omit.js": "^1.0.0", "path-to-regexp": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index b87a989..b4d016e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5767,21 +5767,7 @@ egg-logrotator@^3.0.5: moment "^2.24.0" mz "^2.7.0" -egg-multipart@^2.10.2: - version "2.10.2" - resolved "http://npmreg.qa.91jkys.com/egg-multipart/-/egg-multipart-2.10.2.tgz#d6dbe55e39792a746f1db09fe90dac651f229d21" - integrity sha1-1tvlXjl5KnRvHbCf6Q2sZR8inSE= - dependencies: - co-busboy "^1.4.0" - egg-path-matching "^1.0.1" - humanize-bytes "^1.0.1" - moment "^2.22.2" - mz "^2.7.0" - mz-modules "^2.1.0" - stream-wormhole "^1.1.0" - uuid "^3.3.2" - -egg-multipart@^2.4.0: +egg-multipart@^2.10.2, egg-multipart@^2.4.0: version "2.10.2" resolved "https://registry.npm.taobao.org/egg-multipart/download/egg-multipart-2.10.2.tgz#d6dbe55e39792a746f1db09fe90dac651f229d21" integrity sha1-1tvlXjl5KnRvHbCf6Q2sZR8inSE= @@ -10815,10 +10801,10 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.3.0: - version "2.6.0" - resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0= +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-forge@0.9.0: version "0.9.0"