|
1254 | 1254 | resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
|
1255 | 1255 | integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
|
1256 | 1256 |
|
| 1257 | +"@types/cross-spawn@^6.0.1": |
| 1258 | + version "6.0.1" |
| 1259 | + resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.1.tgz#60fa0c87046347c17d9735e5289e72b804ca9b63" |
| 1260 | + integrity sha512-MtN1pDYdI6D6QFDzy39Q+6c9rl2o/xN7aWGe6oZuzqq5N6+YuwFsWiEAv3dNzvzN9YzU+itpN8lBzFpphQKLAw== |
| 1261 | + dependencies: |
| 1262 | + "@types/node" "*" |
| 1263 | + |
1257 | 1264 | "@types/dedent@^0.7.0":
|
1258 | 1265 | version "0.7.0"
|
1259 | 1266 | resolved "http://localhost:4873/@types%2fdedent/-/dedent-0.7.0.tgz#155f339ca404e6dd90b9ce46a3f78fd69ca9b050"
|
@@ -2359,6 +2366,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
2359 | 2366 | shebang-command "^1.2.0"
|
2360 | 2367 | which "^1.2.9"
|
2361 | 2368 |
|
| 2369 | +cross-spawn@^7.0.1: |
| 2370 | + version "7.0.1" |
| 2371 | + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" |
| 2372 | + integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== |
| 2373 | + dependencies: |
| 2374 | + path-key "^3.1.0" |
| 2375 | + shebang-command "^2.0.0" |
| 2376 | + which "^2.0.1" |
| 2377 | + |
2362 | 2378 | crypto-random-string@^1.0.0:
|
2363 | 2379 | version "1.0.0"
|
2364 | 2380 | resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
|
@@ -5056,6 +5072,11 @@ path-key@^2.0.0, path-key@^2.0.1:
|
5056 | 5072 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
5057 | 5073 | integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
5058 | 5074 |
|
| 5075 | +path-key@^3.1.0: |
| 5076 | + version "3.1.1" |
| 5077 | + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" |
| 5078 | + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== |
| 5079 | + |
5059 | 5080 | path-parse@^1.0.6:
|
5060 | 5081 | version "1.0.6"
|
5061 | 5082 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
|
@@ -5734,11 +5755,23 @@ shebang-command@^1.2.0:
|
5734 | 5755 | dependencies:
|
5735 | 5756 | shebang-regex "^1.0.0"
|
5736 | 5757 |
|
| 5758 | +shebang-command@^2.0.0: |
| 5759 | + version "2.0.0" |
| 5760 | + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
| 5761 | + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
| 5762 | + dependencies: |
| 5763 | + shebang-regex "^3.0.0" |
| 5764 | + |
5737 | 5765 | shebang-regex@^1.0.0:
|
5738 | 5766 | version "1.0.0"
|
5739 | 5767 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
5740 | 5768 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
5741 | 5769 |
|
| 5770 | +shebang-regex@^3.0.0: |
| 5771 | + version "3.0.0" |
| 5772 | + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" |
| 5773 | + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
| 5774 | + |
5742 | 5775 |
|
5743 | 5776 | version "0.8.3"
|
5744 | 5777 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
|
@@ -6388,6 +6421,13 @@ which@^1.2.9:
|
6388 | 6421 | dependencies:
|
6389 | 6422 | isexe "^2.0.0"
|
6390 | 6423 |
|
| 6424 | +which@^2.0.1: |
| 6425 | + version "2.0.2" |
| 6426 | + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" |
| 6427 | + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
| 6428 | + dependencies: |
| 6429 | + isexe "^2.0.0" |
| 6430 | + |
6391 | 6431 | wide-align@^1.1.0:
|
6392 | 6432 | version "1.1.3"
|
6393 | 6433 | resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
|
|
0 commit comments