Skip to content

Commit 3acb811

Browse files
chore(deps): bump @clack/prompts from 0.6.3 to 0.7.0
Bumps [@clack/prompts](https://github.com/natemoo-re/clack/tree/HEAD/packages/prompts) from 0.6.3 to 0.7.0. - [Release notes](https://github.com/natemoo-re/clack/releases) - [Changelog](https://github.com/natemoo-re/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/natemoo-re/clack/commits/@clack/[email protected]/packages/prompts) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcef730 commit 3acb811

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "^5.1.6"
2222
},
2323
"dependencies": {
24-
"@clack/prompts": "^0.6.3",
24+
"@clack/prompts": "^0.7.0",
2525
"@ffmpeg/ffmpeg": "^0.11.6",
2626
"@keyv/sqlite": "^3.6.5",
2727
"@types/qrcode-terminal": "^0.12.0",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
# yarn lockfile v1
33

44

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==
99
dependencies:
1010
picocolors "^1.0.0"
1111
sisteransi "^1.0.5"
1212

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==
1717
dependencies:
18-
"@clack/core" "^0.3.2"
18+
"@clack/core" "^0.3.3"
19+
is-unicode-supported "^1.3.0"
1920
picocolors "^1.0.0"
2021
sisteransi "^1.0.5"
2122

@@ -1481,7 +1482,7 @@ is-unicode-supported@^0.1.0:
14811482
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
14821483
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
14831484

1484-
is-unicode-supported@^1.1.0, is-unicode-supported@^1.2.0:
1485+
is-unicode-supported@^1.1.0, is-unicode-supported@^1.2.0, is-unicode-supported@^1.3.0:
14851486
version "1.3.0"
14861487
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
14871488
integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==

0 commit comments

Comments
 (0)