@@ -1032,6 +1032,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1032
1032
shebang-command "^1.2.0"
1033
1033
which "^1.2.9"
1034
1034
1035
+ cross-spawn@^7.0.0 :
1036
+ version "7.0.1"
1037
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
1038
+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
1039
+ dependencies :
1040
+ path-key "^3.1.0"
1041
+ shebang-command "^2.0.0"
1042
+ which "^2.0.1"
1043
+
1035
1044
crypto-random-string@^1.0.0 :
1036
1045
version "1.0.0"
1037
1046
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@@ -1486,16 +1495,17 @@ execa@^1.0.0:
1486
1495
signal-exit "^3.0.0"
1487
1496
strip-eof "^1.0.0"
1488
1497
1489
- execa@^2.0.4 :
1490
- version "2.0.4 "
1491
- resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.4. tgz#2f5cc589c81db316628627004ea4e37b93391d8e "
1492
- integrity sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ ==
1498
+ execa@^3.3.0 :
1499
+ version "3.3.0 "
1500
+ resolved "https://registry.yarnpkg.com/execa/-/execa-3.3.0. tgz#7e348eef129a1937f21ecbbd53390942653522c1 "
1501
+ integrity sha512-j5Vit5WZR/cbHlqU97+qcnw9WHRCIL4V1SVe75VcHcD1JRBdt8fv0zw89b7CQHQdUHTt2VjuhcF5ibAgVOxqpg ==
1493
1502
dependencies :
1494
- cross-spawn "^6 .0.5 "
1503
+ cross-spawn "^7 .0.0 "
1495
1504
get-stream "^5.0.0"
1505
+ human-signals "^1.1.1"
1496
1506
is-stream "^2.0.0"
1497
1507
merge-stream "^2.0.0"
1498
- npm-run-path "^3 .0.0"
1508
+ npm-run-path "^4 .0.0"
1499
1509
onetime "^5.1.0"
1500
1510
p-finally "^2.0.0"
1501
1511
signal-exit "^3.0.2"
@@ -1956,6 +1966,11 @@ http-signature@~1.2.0:
1956
1966
jsprim "^1.2.2"
1957
1967
sshpk "^1.7.0"
1958
1968
1969
+ human-signals@^1.1.1 :
1970
+ version "1.1.1"
1971
+ resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
1972
+ integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
1973
+
1959
1974
[email protected] , iconv-lite@^0.4.24, iconv-lite@^0.4.4:
1960
1975
version "0.4.24"
1961
1976
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
@@ -3291,10 +3306,10 @@ npm-run-path@^2.0.0:
3291
3306
dependencies :
3292
3307
path-key "^2.0.0"
3293
3308
3294
- npm-run-path@^3 .0.0 :
3295
- version "3.1 .0"
3296
- resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1 .0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5 "
3297
- integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg ==
3309
+ npm-run-path@^4 .0.0 :
3310
+ version "4.0 .0"
3311
+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0 .0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438 "
3312
+ integrity sha512-8eyAOAH+bYXFPSnNnKr3J+yoybe8O87Is5rtAQ8qRczJz1ajcsjg8l2oZqP+Ppx15Ii3S1vUTjQN2h4YO2tWWQ ==
3298
3313
dependencies :
3299
3314
path-key "^3.0.0"
3300
3315
@@ -3568,7 +3583,7 @@ path-key@^2.0.0, path-key@^2.0.1:
3568
3583
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
3569
3584
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
3570
3585
3571
- path-key@^3.0.0 :
3586
+ path-key@^3.0.0, path-key@^3.1.0 :
3572
3587
version "3.1.0"
3573
3588
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
3574
3589
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
@@ -4063,11 +4078,23 @@ shebang-command@^1.2.0:
4063
4078
dependencies :
4064
4079
shebang-regex "^1.0.0"
4065
4080
4081
+ shebang-command@^2.0.0 :
4082
+ version "2.0.0"
4083
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
4084
+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
4085
+ dependencies :
4086
+ shebang-regex "^3.0.0"
4087
+
4066
4088
shebang-regex@^1.0.0 :
4067
4089
version "1.0.0"
4068
4090
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
4069
4091
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
4070
4092
4093
+ shebang-regex@^3.0.0 :
4094
+ version "3.0.0"
4095
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
4096
+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
4097
+
4071
4098
shellwords@^0.1.1 :
4072
4099
version "0.1.1"
4073
4100
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@@ -4765,6 +4792,13 @@ which@^1.2.9, which@^1.3.0:
4765
4792
dependencies :
4766
4793
isexe "^2.0.0"
4767
4794
4795
+ which@^2.0.1 :
4796
+ version "2.0.1"
4797
+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
4798
+ integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
4799
+ dependencies :
4800
+ isexe "^2.0.0"
4801
+
4768
4802
wide-align@^1.1.0 :
4769
4803
version "1.1.3"
4770
4804
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments