Skip to content

Commit d4a1846

Browse files
Bump node-fetch from 2.6.1 to 2.7.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9d14cc commit d4a1846

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -5916,9 +5916,11 @@ node-dir@^0.1.17:
59165916
minimatch "^3.0.2"
59175917

59185918
node-fetch@^2.2.0, node-fetch@^2.6.0:
5919-
version "2.6.1"
5920-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5921-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5919+
version "2.7.0"
5920+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
5921+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
5922+
dependencies:
5923+
whatwg-url "^5.0.0"
59225924

59235925
node-forge@^1:
59245926
version "1.3.1"
@@ -7323,6 +7325,11 @@ [email protected]:
73237325
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
73247326
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
73257327

7328+
tr46@~0.0.3:
7329+
version "0.0.3"
7330+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7331+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7332+
73267333
ts-api-utils@^1.0.1:
73277334
version "1.3.0"
73287335
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
@@ -7575,11 +7582,24 @@ wcwidth@^1.0.1:
75757582
dependencies:
75767583
defaults "^1.0.3"
75777584

7585+
webidl-conversions@^3.0.0:
7586+
version "3.0.1"
7587+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7588+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7589+
75787590
whatwg-fetch@^3.0.0:
75797591
version "3.4.1"
75807592
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz#e5f871572d6879663fa5674c8f833f15a8425ab3"
75817593
integrity sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ==
75827594

7595+
whatwg-url@^5.0.0:
7596+
version "5.0.0"
7597+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7598+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7599+
dependencies:
7600+
tr46 "~0.0.3"
7601+
webidl-conversions "^3.0.0"
7602+
75837603
which-boxed-primitive@^1.0.2:
75847604
version "1.0.2"
75857605
resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)