@@ -5258,6 +5258,15 @@ cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.4, cross-spawn@^6.0.5:
52585258 shebang-command "^1.2.0"
52595259 which "^1.2.9"
52605260
5261+ cross-spawn@7.0.1:
5262+ version "7.0.1"
5263+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
5264+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
5265+ dependencies:
5266+ path-key "^3.1.0"
5267+ shebang-command "^2.0.0"
5268+ which "^2.0.1"
5269+
52615270crypto-browserify@^3.11.0:
52625271 version "3.12.0"
52635272 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -12439,6 +12448,11 @@ path-key@^2.0.0, path-key@^2.0.1:
1243912448 version "2.0.1"
1244012449 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
1244112450
12451+ path-key@^3.1.0:
12452+ version "3.1.0"
12453+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
12454+ integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
12455+
1244212456path-parse@^1.0.6:
1244312457 version "1.0.6"
1244412458 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -15140,6 +15154,13 @@ shebang-command@^1.2.0:
1514015154 dependencies:
1514115155 shebang-regex "^1.0.0"
1514215156
15157+ shebang-command@^2.0.0:
15158+ version "2.0.0"
15159+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
15160+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
15161+ dependencies:
15162+ shebang-regex "^3.0.0"
15163+
1514315164shebang-loader@0.0.1:
1514415165 version "0.0.1"
1514515166 resolved "https://registry.yarnpkg.com/shebang-loader/-/shebang-loader-0.0.1.tgz#a4000495d44cceefbec63435e7b1698569fa52ec"
@@ -15148,6 +15169,11 @@ shebang-regex@^1.0.0:
1514815169 version "1.0.0"
1514915170 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1515015171
15172+ shebang-regex@^3.0.0:
15173+ version "3.0.0"
15174+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
15175+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
15176+
1515115177shell-quote@1.6.1, shell-quote@^1.6.1:
1515215178 version "1.6.1"
1515315179 resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
@@ -16937,6 +16963,13 @@ which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1:
1693716963 dependencies:
1693816964 isexe "^2.0.0"
1693916965
16966+ which@^2.0.1:
16967+ version "2.0.1"
16968+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
16969+ integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
16970+ dependencies:
16971+ isexe "^2.0.0"
16972+
1694016973wide-align@^1.1.0:
1694116974 version "1.1.3"
1694216975 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments