@@ -4004,6 +4004,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
4004
4004
safe-buffer "^5.0.1"
4005
4005
sha.js "^2.4.8"
4006
4006
4007
+ cross-env@^7.0.2:
4008
+ version "7.0.2"
4009
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
4010
+ integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
4011
+ dependencies:
4012
+ cross-spawn "^7.0.1"
4013
+
4007
4014
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
4008
4015
version "6.0.5"
4009
4016
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -4015,6 +4022,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
4015
4022
shebang-command "^1.2.0"
4016
4023
which "^1.2.9"
4017
4024
4025
+ cross-spawn@^7.0.1:
4026
+ version "7.0.1"
4027
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
4028
+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
4029
+ dependencies:
4030
+ path-key "^3.1.0"
4031
+ shebang-command "^2.0.0"
4032
+ which "^2.0.1"
4033
+
4018
4034
crypto-browserify@^3.11.0:
4019
4035
version "3.12.0"
4020
4036
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -9165,6 +9181,11 @@ path-key@^2.0.0, path-key@^2.0.1:
9165
9181
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
9166
9182
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
9167
9183
9184
+ path-key@^3.1.0:
9185
+ version "3.1.1"
9186
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
9187
+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
9188
+
9168
9189
path-parse@^1.0.5, path-parse@^1.0.6:
9169
9190
version "1.0.6"
9170
9191
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -10642,11 +10663,23 @@ shebang-command@^1.2.0:
10642
10663
dependencies:
10643
10664
shebang-regex "^1.0.0"
10644
10665
10666
+ shebang-command@^2.0.0:
10667
+ version "2.0.0"
10668
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
10669
+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
10670
+ dependencies:
10671
+ shebang-regex "^3.0.0"
10672
+
10645
10673
shebang-regex@^1.0.0:
10646
10674
version "1.0.0"
10647
10675
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10648
10676
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10649
10677
10678
+ shebang-regex@^3.0.0:
10679
+ version "3.0.0"
10680
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10681
+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10682
+
10650
10683
shelljs@^0.8.1:
10651
10684
version "0.8.3"
10652
10685
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
12526
12559
dependencies:
12527
12560
isexe "^2.0.0"
12528
12561
12562
+ which@^2.0.1:
12563
+ version "2.0.2"
12564
+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
12565
+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
12566
+ dependencies:
12567
+ isexe "^2.0.0"
12568
+
12529
12569
[email protected] , wide-align@^1.1.0:
12530
12570
version "1.1.3"
12531
12571
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments