@@ -1258,12 +1258,12 @@ create-error-class@^3.0.0:
12581258 dependencies :
12591259 capture-stack-trace "^1.0.0"
12601260
1261- cross-env@^5.2.0 :
1262- version "5.2.1 "
1263- resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1 .tgz#b2c76c1ca7add66dc874d11798466094f551b34d "
1264- integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ ==
1261+ cross-env@^7.0.3 :
1262+ version "7.0.3 "
1263+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3 .tgz#865264b29677dc015ba8418918965dd232fc54cf "
1264+ integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw ==
12651265 dependencies :
1266- cross-spawn "^6 .0.5 "
1266+ cross-spawn "^7 .0.1 "
12671267
12681268cross-spawn@^5.0.1 :
12691269 version "5.1.0"
@@ -1285,6 +1285,15 @@ cross-spawn@^6.0.5:
12851285 shebang-command "^1.2.0"
12861286 which "^1.2.9"
12871287
1288+ cross-spawn@^7.0.1 :
1289+ version "7.0.3"
1290+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1291+ integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1292+ dependencies :
1293+ path-key "^3.1.0"
1294+ shebang-command "^2.0.0"
1295+ which "^2.0.1"
1296+
12881297crypto-random-string@^1.0.0 :
12891298 version "1.0.0"
12901299 resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@@ -3141,6 +3150,11 @@ path-key@^2.0.0, path-key@^2.0.1:
31413150 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
31423151 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
31433152
3153+ path-key@^3.1.0 :
3154+ version "3.1.1"
3155+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
3156+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
3157+
31443158path-parse@^1.0.6 :
31453159 version "1.0.6"
31463160 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -3654,11 +3668,23 @@ shebang-command@^1.2.0:
36543668 dependencies :
36553669 shebang-regex "^1.0.0"
36563670
3671+ shebang-command@^2.0.0 :
3672+ version "2.0.0"
3673+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
3674+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
3675+ dependencies :
3676+ shebang-regex "^3.0.0"
3677+
36573678shebang-regex@^1.0.0 :
36583679 version "1.0.0"
36593680 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
36603681 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
36613682
3683+ shebang-regex@^3.0.0 :
3684+ version "3.0.0"
3685+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
3686+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
3687+
36623688signal-exit@^3.0.0, signal-exit@^3.0.2 :
36633689 version "3.0.2"
36643690 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -4184,6 +4210,13 @@ which@^1.2.9:
41844210 dependencies :
41854211 isexe "^2.0.0"
41864212
4213+ which@^2.0.1 :
4214+ version "2.0.2"
4215+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
4216+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
4217+ dependencies :
4218+ isexe "^2.0.0"
4219+
41874220wide-align@^1.1.0 :
41884221 version "1.1.3"
41894222 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments