Skip to content

Commit c0461a0

Browse files
Bump node-fetch from 2.6.0 to 2.7.0 (#302)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: node-fetch dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ed5f58 commit c0461a0

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7774,9 +7774,11 @@ no-case@^3.0.3:
77747774
tslib "^1.10.0"
77757775

77767776
node-fetch@^2.6.0:
7777-
version "2.6.0"
7778-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
7779-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
7777+
version "2.7.0"
7778+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
7779+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
7780+
dependencies:
7781+
whatwg-url "^5.0.0"
77807782

77817783
node-forge@0.9.0:
77827784
version "0.9.0"
@@ -11182,6 +11184,11 @@ tr46@^1.0.1:
1118211184
dependencies:
1118311185
punycode "^2.1.0"
1118411186

11187+
tr46@~0.0.3:
11188+
version "0.0.3"
11189+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
11190+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
11191+
1118511192
ts-pnp@1.1.6:
1118611193
version "1.1.6"
1118711194
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.6.tgz#389a24396d425a0d3162e96d2b4638900fdc289a"
@@ -11562,6 +11569,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
1156211569
dependencies:
1156311570
minimalistic-assert "^1.0.0"
1156411571

11572+
webidl-conversions@^3.0.0:
11573+
version "3.0.1"
11574+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11575+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
11576+
1156511577
webidl-conversions@^4.0.2:
1156611578
version "4.0.2"
1156711579
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -11703,6 +11715,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1170311715
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1170411716
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1170511717

11718+
whatwg-url@^5.0.0:
11719+
version "5.0.0"
11720+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11721+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
11722+
dependencies:
11723+
tr46 "~0.0.3"
11724+
webidl-conversions "^3.0.0"
11725+
1170611726
whatwg-url@^6.4.1:
1170711727
version "6.5.0"
1170811728
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)