@@ -1632,11 +1632,11 @@ create-require@^1.1.0:
1632
1632
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
1633
1633
1634
1634
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 ==
1638
1638
dependencies :
1639
- node-fetch "2.6.1 "
1639
+ node-fetch "2.6.7 "
1640
1640
1641
1641
cross-spawn@^7.0.3 :
1642
1642
version "7.0.3"
@@ -2923,10 +2923,12 @@ natural-compare@^1.4.0:
2923
2923
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
2924
2924
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
2925
2925
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"
2930
2932
2931
2933
node-int64@^0.4.0 :
2932
2934
version "0.4.0"
@@ -3622,6 +3624,11 @@ tr46@^2.1.0:
3622
3624
dependencies :
3623
3625
punycode "^2.1.1"
3624
3626
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
+
3625
3632
tree-kill@^1.2.2 :
3626
3633
version "1.2.2"
3627
3634
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -3775,6 +3782,11 @@ walker@^1.0.7:
3775
3782
dependencies :
3776
3783
makeerror "1.0.x"
3777
3784
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
+
3778
3790
webidl-conversions@^5.0.0 :
3779
3791
version "5.0.0"
3780
3792
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -3797,6 +3809,14 @@ whatwg-mimetype@^2.3.0:
3797
3809
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
3798
3810
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
3799
3811
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
+
3800
3820
whatwg-url@^8.0.0, whatwg-url@^8.5.0 :
3801
3821
version "8.7.0"
3802
3822
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
0 commit comments