@@ -2675,12 +2675,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
26752675 safe-buffer "^5.0.1"
26762676 sha.js "^2.4.8"
26772677
2678- cross-env@5.2.1 :
2679- version "5.2.1 "
2680- resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1. tgz#b2c76c1ca7add66dc874d11798466094f551b34d "
2681- integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ ==
2678+ cross-env@7.0.2 :
2679+ version "7.0.2 "
2680+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2. tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9 "
2681+ integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw ==
26822682 dependencies :
2683- cross-spawn "^6 .0.5 "
2683+ cross-spawn "^7 .0.1 "
26842684
26852685cross-spawn@^5.0.1, cross-spawn@^5.1.0 :
26862686 version "5.1.0"
@@ -2691,7 +2691,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
26912691 shebang-command "^1.2.0"
26922692 which "^1.2.9"
26932693
2694- cross-spawn@^6.0.0, cross-spawn@^6.0.5 :
2694+ cross-spawn@^6.0.0 :
26952695 version "6.0.5"
26962696 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
26972697 integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -2702,6 +2702,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
27022702 shebang-command "^1.2.0"
27032703 which "^1.2.9"
27042704
2705+ cross-spawn@^7.0.1 :
2706+ version "7.0.1"
2707+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
2708+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
2709+ dependencies :
2710+ path-key "^3.1.0"
2711+ shebang-command "^2.0.0"
2712+ which "^2.0.1"
2713+
27052714crypto-browserify@^3.11.0 :
27062715 version "3.12.0"
27072716 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -7235,6 +7244,11 @@ path-key@^2.0.0, path-key@^2.0.1:
72357244 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
72367245 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
72377246
7247+ path-key@^3.1.0 :
7248+ version "3.1.1"
7249+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
7250+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
7251+
72387252path-match@1.2.4 :
72397253 version "1.2.4"
72407254 resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -8453,11 +8467,23 @@ shebang-command@^1.2.0:
84538467 dependencies :
84548468 shebang-regex "^1.0.0"
84558469
8470+ shebang-command@^2.0.0 :
8471+ version "2.0.0"
8472+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8473+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8474+ dependencies :
8475+ shebang-regex "^3.0.0"
8476+
84568477shebang-regex@^1.0.0 :
84578478 version "1.0.0"
84588479 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
84598480 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
84608481
8482+ shebang-regex@^3.0.0 :
8483+ version "3.0.0"
8484+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8485+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8486+
84618487shell-quote@^1.6.1 :
84628488 version "1.7.2"
84638489 resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -9793,6 +9819,13 @@ which@^1.2.10, which@^1.2.9, which@^1.3.0:
97939819 dependencies :
97949820 isexe "^2.0.0"
97959821
9822+ which@^2.0.1 :
9823+ version "2.0.2"
9824+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9825+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9826+ dependencies :
9827+ isexe "^2.0.0"
9828+
97969829wide-align@^1.1.0 :
97979830 version "1.1.3"
97989831 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments