File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 21
21
"typescript" : " ^5.1.6"
22
22
},
23
23
"dependencies" : {
24
- "@clack/prompts" : " ^0.6.3 " ,
24
+ "@clack/prompts" : " ^0.7.0 " ,
25
25
"@ffmpeg/ffmpeg" : " ^0.11.6" ,
26
26
"@keyv/sqlite" : " ^3.6.5" ,
27
27
"@types/qrcode-terminal" : " ^0.12.0" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @clack/core@^0.3.2 " :
6
- version "0.3.2 "
7
- resolved "https://registry.npmjs.org /@clack/core/-/core-0.3.2 .tgz"
8
- integrity sha512-FZnsNynwGDIDktx6PEZK1EuCkFpY4ldEX6VYvfl0dqeoLPb9Jpw1xoUXaVcGR8ExmYNm1w2vdGdJkEUYD/2pqg ==
5
+ " @clack/core@^0.3.3 " :
6
+ version "0.3.3 "
7
+ resolved "https://registry.yarnpkg.com /@clack/core/-/core-0.3.3 .tgz#233ccebf779aa5a66fc68ee48df5e58cd226fd94 "
8
+ integrity sha512-5ZGyb75BUBjlll6eOa1m/IZBxwk91dooBWhPSL67sWcLS0zt9SnswRL0l26TVdBhb0wnWORRxUn//uH6n4z7+A ==
9
9
dependencies :
10
10
picocolors "^1.0.0"
11
11
sisteransi "^1.0.5"
12
12
13
- " @clack/prompts@^0.6.3 " :
14
- version "0.6.3 "
15
- resolved "https://registry.npmjs.org /@clack/prompts/-/prompts-0.6.3 .tgz"
16
- integrity sha512-AM+kFmAHawpUQv2q9+mcB6jLKxXGjgu/r2EQjEwujgpCdzrST6BJqYw00GRn56/L/Izw5U7ImoLmy00X/r80Pw ==
13
+ " @clack/prompts@^0.7.0 " :
14
+ version "0.7.0 "
15
+ resolved "https://registry.yarnpkg.com /@clack/prompts/-/prompts-0.7.0 .tgz#6aaef48ea803d91cce12bc80811cfcb8de2e75ea "
16
+ integrity sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA ==
17
17
dependencies :
18
- " @clack/core" " ^0.3.2"
18
+ " @clack/core" " ^0.3.3"
19
+ is-unicode-supported "^1.3.0"
19
20
picocolors "^1.0.0"
20
21
sisteransi "^1.0.5"
21
22
You can’t perform that action at this time.
0 commit comments