Skip to content

Commit 86b5d1f

Browse files
build(deps): bump node-fetch from 2.6.0 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f915afa commit 86b5d1f

File tree

2 files changed

+55
-8
lines changed

2 files changed

+55
-8
lines changed

package-lock.json

Lines changed: 32 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,9 +3674,11 @@ node-fetch-npm@^2.0.2:
36743674
safe-buffer "^5.1.1"
36753675

36763676
node-fetch@^2.3.0, node-fetch@^2.5.0:
3677-
version "2.6.0"
3678-
resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
3679-
integrity sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0=
3677+
version "2.6.7"
3678+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3679+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3680+
dependencies:
3681+
whatwg-url "^5.0.0"
36803682

36813683
node-gyp@^5.0.2:
36823684
version "5.1.0"
@@ -5162,6 +5164,11 @@ tr46@^1.0.1:
51625164
dependencies:
51635165
punycode "^2.1.0"
51645166

5167+
tr46@~0.0.3:
5168+
version "0.0.3"
5169+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5170+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5171+
51655172
trim-newlines@^1.0.0:
51665173
version "1.0.0"
51675174
resolved "https://registry.npm.taobao.org/trim-newlines/download/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@@ -5379,11 +5386,24 @@ wcwidth@^1.0.0:
53795386
dependencies:
53805387
defaults "^1.0.3"
53815388

5389+
webidl-conversions@^3.0.0:
5390+
version "3.0.1"
5391+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5392+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5393+
53825394
webidl-conversions@^4.0.2:
53835395
version "4.0.2"
53845396
resolved "https://registry.npm.taobao.org/webidl-conversions/download/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
53855397
integrity sha1-qFWYCx8LazWbodXZ+zmulB+qY60=
53865398

5399+
whatwg-url@^5.0.0:
5400+
version "5.0.0"
5401+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5402+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5403+
dependencies:
5404+
tr46 "~0.0.3"
5405+
webidl-conversions "^3.0.0"
5406+
53875407
whatwg-url@^7.0.0:
53885408
version "7.1.0"
53895409
resolved "https://registry.npm.taobao.org/whatwg-url/download/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)