Skip to content

Commit c9ed497

Browse files
build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#1420)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07a6b97 commit c9ed497

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
@@ -4650,9 +4650,11 @@ no-case@^3.0.4:
46504650
tslib "^2.0.3"
46514651

46524652
node-fetch@^2.6.1:
4653-
version "2.6.1"
4654-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4655-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4653+
version "2.6.7"
4654+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4655+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4656+
dependencies:
4657+
whatwg-url "^5.0.0"
46564658

46574659
node-int64@^0.4.0:
46584660
version "0.4.0"
@@ -6071,6 +6073,11 @@ tr46@^2.0.2:
60716073
dependencies:
60726074
punycode "^2.1.1"
60736075

6076+
tr46@~0.0.3:
6077+
version "0.0.3"
6078+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6079+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6080+
60746081
trim-newlines@^3.0.0:
60756082
version "3.0.1"
60766083
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -6324,6 +6331,11 @@ wcwidth@^1.0.1:
63246331
dependencies:
63256332
defaults "^1.0.3"
63266333

6334+
webidl-conversions@^3.0.0:
6335+
version "3.0.1"
6336+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6337+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6338+
63276339
webidl-conversions@^5.0.0:
63286340
version "5.0.0"
63296341
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6346,6 +6358,14 @@ whatwg-mimetype@^2.3.0:
63466358
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
63476359
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
63486360

6361+
whatwg-url@^5.0.0:
6362+
version "5.0.0"
6363+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6364+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6365+
dependencies:
6366+
tr46 "~0.0.3"
6367+
webidl-conversions "^3.0.0"
6368+
63496369
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
63506370
version "8.5.0"
63516371
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"

0 commit comments

Comments
 (0)