Skip to content

Commit eb7a635

Browse files
chore(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 acca1b7 commit eb7a635

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
@@ -6336,9 +6336,11 @@ node-fetch-npm@^2.0.2:
63366336
safe-buffer "^5.1.1"
63376337

63386338
node-fetch@^2.3.0:
6339-
version "2.6.0"
6340-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
6341-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
6339+
version "2.6.7"
6340+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
6341+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
6342+
dependencies:
6343+
whatwg-url "^5.0.0"
63426344

63436345
node-gyp@^5.0.2, node-gyp@^5.1.0:
63446346
version "5.1.1"
@@ -8788,6 +8790,11 @@ tough-cookie@~2.5.0:
87888790
psl "^1.1.28"
87898791
punycode "^2.1.1"
87908792

8793+
tr46@~0.0.3:
8794+
version "0.0.3"
8795+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8796+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
8797+
87918798
traverse@~0.6.6:
87928799
version "0.6.6"
87938800
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -9129,6 +9136,19 @@ wcwidth@^1.0.0:
91299136
dependencies:
91309137
defaults "^1.0.3"
91319138

9139+
webidl-conversions@^3.0.0:
9140+
version "3.0.1"
9141+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
9142+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
9143+
9144+
whatwg-url@^5.0.0:
9145+
version "5.0.0"
9146+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
9147+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
9148+
dependencies:
9149+
tr46 "~0.0.3"
9150+
webidl-conversions "^3.0.0"
9151+
91329152
which-boxed-primitive@^1.0.2:
91339153
version "1.0.2"
91349154
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)