Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 1abfa98

Browse files
chore(deps): bump cross-fetch from 3.1.4 to 3.1.5 (#666)
1 parent 1732a12 commit 1abfa98

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,11 +1632,11 @@ create-require@^1.1.0:
16321632
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
16331633

16341634
cross-fetch@^3.0.4:
1635-
version "3.1.4"
1636-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
1637-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
1635+
version "3.1.5"
1636+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
1637+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
16381638
dependencies:
1639-
node-fetch "2.6.1"
1639+
node-fetch "2.6.7"
16401640

16411641
cross-spawn@^7.0.3:
16421642
version "7.0.3"
@@ -2923,10 +2923,12 @@ natural-compare@^1.4.0:
29232923
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
29242924
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
29252925

2926-
2927-
version "2.6.1"
2928-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2929-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2926+
2927+
version "2.6.7"
2928+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2929+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2930+
dependencies:
2931+
whatwg-url "^5.0.0"
29302932

29312933
node-int64@^0.4.0:
29322934
version "0.4.0"
@@ -3622,6 +3624,11 @@ tr46@^2.1.0:
36223624
dependencies:
36233625
punycode "^2.1.1"
36243626

3627+
tr46@~0.0.3:
3628+
version "0.0.3"
3629+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3630+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3631+
36253632
tree-kill@^1.2.2:
36263633
version "1.2.2"
36273634
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -3775,6 +3782,11 @@ walker@^1.0.7:
37753782
dependencies:
37763783
makeerror "1.0.x"
37773784

3785+
webidl-conversions@^3.0.0:
3786+
version "3.0.1"
3787+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3788+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3789+
37783790
webidl-conversions@^5.0.0:
37793791
version "5.0.0"
37803792
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -3797,6 +3809,14 @@ whatwg-mimetype@^2.3.0:
37973809
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
37983810
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
37993811

3812+
whatwg-url@^5.0.0:
3813+
version "5.0.0"
3814+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3815+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3816+
dependencies:
3817+
tr46 "~0.0.3"
3818+
webidl-conversions "^3.0.0"
3819+
38003820
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
38013821
version "8.7.0"
38023822
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)