Skip to content

Commit 5e96430

Browse files
Bump node-fetch from 2.6.2 to 2.7.0 (#154)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.2...v2.7.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7960923 commit 5e96430

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
@@ -3523,9 +3523,11 @@ node-fetch-h2@^2.3.0:
35233523
http2-client "^1.2.5"
35243524

35253525
node-fetch@^2.6.1:
3526-
version "2.6.2"
3527-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
3528-
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
3526+
version "2.7.0"
3527+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
3528+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
3529+
dependencies:
3530+
whatwg-url "^5.0.0"
35293531

35303532
node-fetch@^3.3.1:
35313533
version "3.3.2"
@@ -4446,6 +4448,11 @@ to-regex-range@^5.0.1:
44464448
dependencies:
44474449
is-number "^7.0.0"
44484450

4451+
tr46@~0.0.3:
4452+
version "0.0.3"
4453+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
4454+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
4455+
44494456
ts-api-utils@^1.0.1:
44504457
version "1.0.2"
44514458
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
@@ -4660,6 +4667,19 @@ web-streams-polyfill@^3.0.3:
46604667
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
46614668
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
46624669

4670+
webidl-conversions@^3.0.0:
4671+
version "3.0.1"
4672+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
4673+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
4674+
4675+
whatwg-url@^5.0.0:
4676+
version "5.0.0"
4677+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
4678+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
4679+
dependencies:
4680+
tr46 "~0.0.3"
4681+
webidl-conversions "^3.0.0"
4682+
46634683
which-boxed-primitive@^1.0.2:
46644684
version "1.0.2"
46654685
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)