@@ -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.0 :
2679+ version "7.0.0 "
2680+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0 .tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479 "
2681+ integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ ==
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"
@@ -7224,6 +7233,11 @@ path-key@^2.0.0, path-key@^2.0.1:
72247233 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
72257234 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
72267235
7236+ path-key@^3.1.0 :
7237+ version "3.1.1"
7238+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
7239+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
7240+
72277241path-match@1.2.4 :
72287242 version "1.2.4"
72297243 resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -8434,11 +8448,23 @@ shebang-command@^1.2.0:
84348448 dependencies :
84358449 shebang-regex "^1.0.0"
84368450
8451+ shebang-command@^2.0.0 :
8452+ version "2.0.0"
8453+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
8454+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
8455+ dependencies :
8456+ shebang-regex "^3.0.0"
8457+
84378458shebang-regex@^1.0.0 :
84388459 version "1.0.0"
84398460 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
84408461 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
84418462
8463+ shebang-regex@^3.0.0 :
8464+ version "3.0.0"
8465+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
8466+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
8467+
84428468shell-quote@^1.6.1 :
84438469 version "1.7.2"
84448470 resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -9754,6 +9780,13 @@ which@^1.2.10, which@^1.2.9, which@^1.3.0:
97549780 dependencies :
97559781 isexe "^2.0.0"
97569782
9783+ which@^2.0.1 :
9784+ version "2.0.2"
9785+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9786+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9787+ dependencies :
9788+ isexe "^2.0.0"
9789+
97579790wide-align@^1.1.0 :
97589791 version "1.1.3"
97599792 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments