Skip to content

Commit bdbcf0b

Browse files
Bump node-fetch from 2.6.0 to 2.6.9
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.9. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.9) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da03368 commit bdbcf0b

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

yarn.lock

+24-9
Original file line numberDiff line numberDiff line change
@@ -11328,15 +11328,12 @@ node-fetch-npm@^2.0.2:
1132811328
json-parse-better-errors "^1.0.0"
1132911329
safe-buffer "^5.1.1"
1133011330

11331-
node-fetch@^2.2.0:
11332-
version "2.6.1"
11333-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
11334-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
11335-
11336-
node-fetch@^2.3.0, node-fetch@^2.5.0:
11337-
version "2.6.0"
11338-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
11339-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
11331+
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0:
11332+
version "2.6.9"
11333+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
11334+
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
11335+
dependencies:
11336+
whatwg-url "^5.0.0"
1134011337

1134111338
node-forge@^0.10.0:
1134211339
version "0.10.0"
@@ -15231,6 +15228,11 @@ tr46@^1.0.1:
1523115228
dependencies:
1523215229
punycode "^2.1.0"
1523315230

15231+
tr46@~0.0.3:
15232+
version "0.0.3"
15233+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
15234+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
15235+
1523415236
tree-kill@^1.2.2:
1523515237
version "1.2.2"
1523615238
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -15855,6 +15857,11 @@ wd@^1.4.0:
1585515857
request "2.88.0"
1585615858
vargs "^0.1.0"
1585715859

15860+
webidl-conversions@^3.0.0:
15861+
version "3.0.1"
15862+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
15863+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
15864+
1585815865
webidl-conversions@^4.0.2:
1585915866
version "4.0.2"
1586015867
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -16010,6 +16017,14 @@ whatwg-fetch@^3.0.0:
1601016017
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
1601116018
integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
1601216019

16020+
whatwg-url@^5.0.0:
16021+
version "5.0.0"
16022+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
16023+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
16024+
dependencies:
16025+
tr46 "~0.0.3"
16026+
webidl-conversions "^3.0.0"
16027+
1601316028
whatwg-url@^7.0.0:
1601416029
version "7.0.0"
1601516030
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd"

0 commit comments

Comments
 (0)