Skip to content

Commit c29067f

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 43200d0 commit c29067f

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

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

59515951
node-fetch@^2.2.0, node-fetch@^2.3.0:
5952-
version "2.6.0"
5953-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
5954-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
5952+
version "2.6.7"
5953+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5954+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5955+
dependencies:
5956+
whatwg-url "^5.0.0"
59555957

59565958
node-gyp@^5.0.2, node-gyp@^5.0.5:
59575959
version "5.0.7"
@@ -8355,6 +8357,11 @@ tough-cookie@~2.4.3:
83558357
psl "^1.1.24"
83568358
punycode "^1.4.1"
83578359

8360+
tr46@~0.0.3:
8361+
version "0.0.3"
8362+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8363+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8364+
83588365
traverse@~0.6.6:
83598366
version "0.6.6"
83608367
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8685,6 +8692,19 @@ wcwidth@^1.0.0:
86858692
dependencies:
86868693
defaults "^1.0.3"
86878694

8695+
webidl-conversions@^3.0.0:
8696+
version "3.0.1"
8697+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8698+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8699+
8700+
whatwg-url@^5.0.0:
8701+
version "5.0.0"
8702+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8703+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8704+
dependencies:
8705+
tr46 "~0.0.3"
8706+
webidl-conversions "^3.0.0"
8707+
86888708
which-module@^2.0.0:
86898709
version "2.0.0"
86908710
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)