@@ -1950,6 +1950,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1950
1950
shebang-command "^1.2.0"
1951
1951
which "^1.2.9"
1952
1952
1953
+ cross-spawn@^7.0.0 :
1954
+ version "7.0.5"
1955
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
1956
+ integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
1957
+ dependencies :
1958
+ path-key "^3.1.0"
1959
+ shebang-command "^2.0.0"
1960
+ which "^2.0.1"
1961
+
1953
1962
[email protected] , "cssom@>= 0.3.2 < 0.4.0":
1954
1963
version "0.3.4"
1955
1964
resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797"
@@ -4748,6 +4757,11 @@ path-key@^2.0.0, path-key@^2.0.1:
4748
4757
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
4749
4758
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
4750
4759
4760
+ path-key@^3.1.0 :
4761
+ version "3.1.1"
4762
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
4763
+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
4764
+
4751
4765
path-parse@^1.0.5, path-parse@^1.0.6 :
4752
4766
version "1.0.6"
4753
4767
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -5457,11 +5471,23 @@ shebang-command@^1.2.0:
5457
5471
dependencies :
5458
5472
shebang-regex "^1.0.0"
5459
5473
5474
+ shebang-command@^2.0.0 :
5475
+ version "2.0.0"
5476
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
5477
+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
5478
+ dependencies :
5479
+ shebang-regex "^3.0.0"
5480
+
5460
5481
shebang-regex@^1.0.0 :
5461
5482
version "1.0.0"
5462
5483
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
5463
5484
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
5464
5485
5486
+ shebang-regex@^3.0.0 :
5487
+ version "3.0.0"
5488
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
5489
+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
5490
+
5465
5491
shellwords@^0.1.1 :
5466
5492
version "0.1.1"
5467
5493
resolved "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@@ -6136,6 +6162,13 @@ which@^1.2.9, which@^1.3.1:
6136
6162
dependencies :
6137
6163
isexe "^2.0.0"
6138
6164
6165
+ which@^2.0.1 :
6166
+ version "2.0.2"
6167
+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
6168
+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
6169
+ dependencies :
6170
+ isexe "^2.0.0"
6171
+
6139
6172
wide-align@^1.1.0 :
6140
6173
version "1.1.3"
6141
6174
resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments