Skip to content

Commit 4513e69

Browse files
chore(deps): update dependency execa to v10
1 parent 85c6c83 commit 4513e69

2 files changed

Lines changed: 107 additions & 91 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yarn": ">=1.3"
2020
},
2121
"dependencies": {
22-
"execa": "^3.0.0",
22+
"execa": "^10.0.0",
2323
"mri": "^1.1.0",
2424
"prompts": "^2.0.0"
2525
},

yarn.lock

Lines changed: 106 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@
7171
lodash "^4.2.0"
7272
to-fast-properties "^2.0.0"
7373

74+
"@sec-ant/readable-stream@^0.4.1":
75+
version "0.4.1"
76+
resolved "https://registry.yarnpkg.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz#60de891bb126abfdc5410fdc6166aca065f10a0c"
77+
integrity sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==
78+
79+
"@sindresorhus/merge-streams@^4.0.0":
80+
version "4.0.0"
81+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339"
82+
integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==
83+
7484
"@std/esm@^0.20.0":
7585
version "0.20.0"
7686
resolved "https://registry.yarnpkg.com/@std/esm/-/esm-0.20.0.tgz#658cb32e3b163f20b7d9f29a78987041068b1182"
@@ -574,14 +584,6 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
574584
shebang-command "^1.2.0"
575585
which "^1.2.9"
576586

577-
cross-spawn@^7.0.0:
578-
version "7.0.1"
579-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
580-
dependencies:
581-
path-key "^3.1.0"
582-
shebang-command "^2.0.0"
583-
which "^2.0.1"
584-
585587
currently-unhandled@^0.4.1:
586588
version "0.4.1"
587589
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -691,12 +693,6 @@ encoding@^0.1.11:
691693
dependencies:
692694
iconv-lite "~0.4.13"
693695

694-
end-of-stream@^1.1.0:
695-
version "1.4.1"
696-
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43"
697-
dependencies:
698-
once "^1.4.0"
699-
700696
error-ex@^1.2.0:
701697
version "1.3.1"
702698
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc"
@@ -972,20 +968,24 @@ execa@^0.7.0:
972968
signal-exit "^3.0.0"
973969
strip-eof "^1.0.0"
974970

975-
execa@^3.0.0:
976-
version "3.2.0"
977-
resolved "https://registry.yarnpkg.com/execa/-/execa-3.2.0.tgz#18326b79c7ab7fbd6610fd900c1b9e95fa48f90a"
978-
dependencies:
979-
cross-spawn "^7.0.0"
980-
get-stream "^5.0.0"
981-
human-signals "^1.1.1"
982-
is-stream "^2.0.0"
983-
merge-stream "^2.0.0"
984-
npm-run-path "^4.0.0"
985-
onetime "^5.1.0"
986-
p-finally "^2.0.0"
987-
signal-exit "^3.0.2"
988-
strip-final-newline "^2.0.0"
971+
execa@^10.0.0:
972+
version "10.0.0"
973+
resolved "https://registry.yarnpkg.com/execa/-/execa-10.0.0.tgz#18a27a9b414cfbf8eb606b95dfe60fb940535829"
974+
integrity sha512-Cxl6MKxB1dr1H0FHmiizJ+lavKF7pV+fcDZFyqMB8d5m7qUPm/OtZYcD5vPWePKxSnTQ57KuBd9mtdZ3oNCvyQ==
975+
dependencies:
976+
"@sindresorhus/merge-streams" "^4.0.0"
977+
figures "^6.1.0"
978+
get-stream "^9.0.1"
979+
human-signals "^8.0.1"
980+
is-plain-obj "^4.1.0"
981+
is-stream "^4.0.1"
982+
npm-run-path "^6.0.0"
983+
path-key "^4.0.0"
984+
pretty-ms "^9.3.0"
985+
signal-exit "^4.1.0"
986+
strip-final-newline "^4.0.0"
987+
which-command "^0.1.0"
988+
yoctocolors "^2.1.2"
989989

990990
expand-brackets@^0.1.4:
991991
version "0.1.5"
@@ -1059,6 +1059,13 @@ figures@^2.0.0:
10591059
dependencies:
10601060
escape-string-regexp "^1.0.5"
10611061

1062+
figures@^6.1.0:
1063+
version "6.1.0"
1064+
resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a"
1065+
integrity sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==
1066+
dependencies:
1067+
is-unicode-supported "^2.0.0"
1068+
10621069
file-entry-cache@^2.0.0:
10631070
version "2.0.0"
10641071
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361"
@@ -1178,11 +1185,13 @@ get-stream@^3.0.0:
11781185
version "3.0.0"
11791186
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
11801187

1181-
get-stream@^5.0.0:
1182-
version "5.1.0"
1183-
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
1188+
get-stream@^9.0.1:
1189+
version "9.0.1"
1190+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-9.0.1.tgz#95157d21df8eb90d1647102b63039b1df60ebd27"
1191+
integrity sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==
11841192
dependencies:
1185-
pump "^3.0.0"
1193+
"@sec-ant/readable-stream" "^0.4.1"
1194+
is-stream "^4.0.1"
11861195

11871196
gitcommit@^0.2.4:
11881197
version "0.2.4"
@@ -1343,9 +1352,10 @@ hosted-git-info@^2.1.4:
13431352
version "2.5.0"
13441353
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
13451354

1346-
human-signals@^1.1.1:
1347-
version "1.1.1"
1348-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
1355+
human-signals@^8.0.1:
1356+
version "8.0.1"
1357+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.1.tgz#f08bb593b6d1db353933d06156cedec90abe51fb"
1358+
integrity sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==
13491359

13501360
iconv-lite@^0.4.17, iconv-lite@~0.4.13:
13511361
version "0.4.19"
@@ -1532,6 +1542,11 @@ is-path-inside@^1.0.0:
15321542
dependencies:
15331543
path-is-inside "^1.0.1"
15341544

1545+
is-plain-obj@^4.1.0:
1546+
version "4.1.0"
1547+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
1548+
integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
1549+
15351550
is-posix-bracket@^0.1.0:
15361551
version "0.1.1"
15371552
resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
@@ -1579,9 +1594,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
15791594
version "1.1.0"
15801595
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
15811596

1582-
is-stream@^2.0.0:
1583-
version "2.0.0"
1584-
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
1597+
is-stream@^4.0.1:
1598+
version "4.0.1"
1599+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
1600+
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
15851601

15861602
is-symbol@^1.0.1:
15871603
version "1.0.1"
@@ -1593,6 +1609,11 @@ is-typeof-error@^1.1.0:
15931609
dependencies:
15941610
is-extendable "^0.1.1"
15951611

1612+
is-unicode-supported@^2.0.0:
1613+
version "2.1.0"
1614+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
1615+
integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
1616+
15961617
is-utf8@^0.2.0:
15971618
version "0.2.1"
15981619
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -1849,10 +1870,6 @@ merge-source-map@^1.0.2:
18491870
dependencies:
18501871
source-map "^0.6.1"
18511872

1852-
merge-stream@^2.0.0:
1853-
version "2.0.0"
1854-
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
1855-
18561873
micromatch@^2.3.11:
18571874
version "2.3.11"
18581875
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
@@ -1875,10 +1892,6 @@ mimic-fn@^1.0.0:
18751892
version "1.2.0"
18761893
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
18771894

1878-
mimic-fn@^2.1.0:
1879-
version "2.1.0"
1880-
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
1881-
18821895
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
18831896
version "3.0.4"
18841897
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1971,11 +1984,13 @@ npm-run-path@^2.0.0:
19711984
dependencies:
19721985
path-key "^2.0.0"
19731986

1974-
npm-run-path@^4.0.0:
1975-
version "4.0.0"
1976-
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
1987+
npm-run-path@^6.0.0:
1988+
version "6.0.0"
1989+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-6.0.0.tgz#25cfdc4eae04976f3349c0b1afc089052c362537"
1990+
integrity sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==
19771991
dependencies:
1978-
path-key "^3.0.0"
1992+
path-key "^4.0.0"
1993+
unicorn-magic "^0.3.0"
19791994

19801995
number-is-nan@^1.0.0:
19811996
version "1.0.1"
@@ -2039,7 +2054,7 @@ on-stream-end@^1.0.0:
20392054
is-request-stream "^1.0.1"
20402055
onetime "^1.0.0"
20412056

2042-
once@^1.3.0, once@^1.3.1, once@^1.4.0:
2057+
once@^1.3.0, once@^1.4.0:
20432058
version "1.4.0"
20442059
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
20452060
dependencies:
@@ -2055,12 +2070,6 @@ onetime@^2.0.0:
20552070
dependencies:
20562071
mimic-fn "^1.0.0"
20572072

2058-
onetime@^5.1.0:
2059-
version "5.1.0"
2060-
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
2061-
dependencies:
2062-
mimic-fn "^2.1.0"
2063-
20642073
optimist@^0.6.1:
20652074
version "0.6.1"
20662075
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
@@ -2099,10 +2108,6 @@ p-finally@^1.0.0:
20992108
version "1.0.0"
21002109
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
21012110

2102-
p-finally@^2.0.0:
2103-
version "2.0.1"
2104-
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
2105-
21062111
p-is-promise@^1.1.0:
21072112
version "1.1.0"
21082113
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
@@ -2177,6 +2182,11 @@ parse-json@^2.2.0:
21772182
dependencies:
21782183
error-ex "^1.2.0"
21792184

2185+
parse-ms@^4.0.0:
2186+
version "4.0.0"
2187+
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
2188+
integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==
2189+
21802190
parse-passwd@^1.0.0:
21812191
version "1.0.0"
21822192
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
@@ -2203,9 +2213,10 @@ path-key@^2.0.0:
22032213
version "2.0.1"
22042214
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
22052215

2206-
path-key@^3.0.0, path-key@^3.1.0:
2207-
version "3.1.0"
2208-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
2216+
path-key@^4.0.0:
2217+
version "4.0.0"
2218+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
2219+
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
22092220

22102221
path-parse@^1.0.5:
22112222
version "1.0.5"
@@ -2269,6 +2280,13 @@ prettier@^1.11.1:
22692280
version "1.11.1"
22702281
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.1.tgz#61e43fc4cd44e68f2b0dfc2c38cd4bb0fccdcc75"
22712282

2283+
pretty-ms@^9.3.0:
2284+
version "9.3.0"
2285+
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.3.0.tgz#dd2524fcb3c326b4931b2272dfd1e1a8ed9a9f5a"
2286+
integrity sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==
2287+
dependencies:
2288+
parse-ms "^4.0.0"
2289+
22722290
process-nextick-args@~2.0.0:
22732291
version "2.0.0"
22742292
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
@@ -2302,13 +2320,6 @@ pseudomap@^1.0.2:
23022320
version "1.0.2"
23032321
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
23042322

2305-
pump@^3.0.0:
2306-
version "3.0.0"
2307-
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
2308-
dependencies:
2309-
end-of-stream "^1.1.0"
2310-
once "^1.3.1"
2311-
23122323
randomatic@^1.1.3:
23132324
version "1.1.7"
23142325
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"
@@ -2537,24 +2548,19 @@ shebang-command@^1.2.0:
25372548
dependencies:
25382549
shebang-regex "^1.0.0"
25392550

2540-
shebang-command@^2.0.0:
2541-
version "2.0.0"
2542-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
2543-
dependencies:
2544-
shebang-regex "^3.0.0"
2545-
25462551
shebang-regex@^1.0.0:
25472552
version "1.0.0"
25482553
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
25492554

2550-
shebang-regex@^3.0.0:
2551-
version "3.0.0"
2552-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
2553-
25542555
signal-exit@^3.0.0, signal-exit@^3.0.1, signal-exit@^3.0.2:
25552556
version "3.0.2"
25562557
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
25572558

2559+
signal-exit@^4.1.0:
2560+
version "4.1.0"
2561+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
2562+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
2563+
25582564
sisteransi@^1.0.0:
25592565
version "1.0.0"
25602566
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.0.tgz#77d9622ff909080f1c19e5f4a1df0c1b0a27b88c"
@@ -2691,9 +2697,10 @@ strip-eof@^1.0.0:
26912697
version "1.0.0"
26922698
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
26932699

2694-
strip-final-newline@^2.0.0:
2695-
version "2.0.0"
2696-
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
2700+
strip-final-newline@^4.0.0:
2701+
version "4.0.0"
2702+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz#35a369ec2ac43df356e3edd5dcebb6429aa1fa5c"
2703+
integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
26972704

26982705
strip-json-comments@~2.0.1:
26992706
version "2.0.1"
@@ -2830,6 +2837,11 @@ uglify-to-browserify@~1.0.0:
28302837
version "1.0.2"
28312838
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
28322839

2840+
unicorn-magic@^0.3.0:
2841+
version "0.3.0"
2842+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
2843+
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
2844+
28332845
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
28342846
version "1.1.1"
28352847
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz#3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c"
@@ -2878,6 +2890,11 @@ whatwg-fetch@>=0.10.0:
28782890
version "2.0.3"
28792891
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
28802892

2893+
which-command@^0.1.0:
2894+
version "0.1.0"
2895+
resolved "https://registry.yarnpkg.com/which-command/-/which-command-0.1.0.tgz#62828a961c1104d660fbdc397b5a540c629f3d6c"
2896+
integrity sha512-XZyoF5/5hZtXitIwzrU4NKK+Wtbb9aB9CezUEw2Q0wlYK8NUYQxC1rRXgNueYLtBAJwXIb+/tFVk4dozciNJMA==
2897+
28812898
which-module@^2.0.0:
28822899
version "2.0.0"
28832900
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
@@ -2888,12 +2905,6 @@ which@^1.2.14, which@^1.2.9, which@^1.3.0:
28882905
dependencies:
28892906
isexe "^2.0.0"
28902907

2891-
which@^2.0.1:
2892-
version "2.0.1"
2893-
resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
2894-
dependencies:
2895-
isexe "^2.0.0"
2896-
28972908
window-size@0.1.0:
28982909
version "0.1.0"
28992910
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
@@ -2978,3 +2989,8 @@ yargs@~3.10.0:
29782989
cliui "^2.1.0"
29792990
decamelize "^1.0.0"
29802991
window-size "0.1.0"
2992+
2993+
yoctocolors@^2.1.2:
2994+
version "2.2.0"
2995+
resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.2.0.tgz#c4b68ee477f3982c33e4de24a5aa4a354be506d3"
2996+
integrity sha512-xYqdZFUK/VYazNl/oCDYN+3WloWQwMfZxBoiNt6qNyk+xfOdi598muWE42rNZFp1kNOiqW936q5RhUdnpqElSg==

0 commit comments

Comments
 (0)