Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @inquirer/checkbox from 2.3.8 to 3.0.1 #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/imaarov/meme.js#readme",
"dependencies": {
"@inquirer/checkbox": "^2.3.8",
"@inquirer/checkbox": "^3.0.1",
"@inquirer/prompts": "^5.0.4",
"@inquirer/select": "^2.3.8",
"canvas": "^2.11.2",
Expand Down
79 changes: 69 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,16 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/checkbox@npm:^2.3.8":
version: 2.3.8
resolution: "@inquirer/checkbox@npm:2.3.8"
"@inquirer/checkbox@npm:^3.0.1":
version: 3.0.1
resolution: "@inquirer/checkbox@npm:3.0.1"
dependencies:
"@inquirer/core": "npm:^9.0.0"
"@inquirer/figures": "npm:^1.0.3"
"@inquirer/type": "npm:^1.4.0"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/figures": "npm:^1.0.6"
"@inquirer/type": "npm:^2.0.0"
ansi-escapes: "npm:^4.3.2"
yoctocolors-cjs: "npm:^2.1.1"
checksum: 10c0/02162ccf6773833c3677b7f1a6b9e608d4b55151bc3c2e3f1b4a373d6f1aaf67507688642812e068b0f7984a559b0d74b0a6f61cd62b3154a607a9ba0d88ca96
yoctocolors-cjs: "npm:^2.1.2"
checksum: 10c0/1e8c508772757000209b89e7d0455ac5a0684b3ba3c4b5def13d4da95b19bcab670458d77a18f5a5daeec273578d1c3b2072030221dbfa7e0738abd5c0bc4af4
languageName: node
linkType: hard

Expand Down Expand Up @@ -359,6 +359,26 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/core@npm:^9.2.1":
version: 9.2.1
resolution: "@inquirer/core@npm:9.2.1"
dependencies:
"@inquirer/figures": "npm:^1.0.6"
"@inquirer/type": "npm:^2.0.0"
"@types/mute-stream": "npm:^0.0.4"
"@types/node": "npm:^22.5.5"
"@types/wrap-ansi": "npm:^3.0.0"
ansi-escapes: "npm:^4.3.2"
cli-width: "npm:^4.1.0"
mute-stream: "npm:^1.0.0"
signal-exit: "npm:^4.1.0"
strip-ansi: "npm:^6.0.1"
wrap-ansi: "npm:^6.2.0"
yoctocolors-cjs: "npm:^2.1.2"
checksum: 10c0/11c14be77a9fa85831de799a585721b0a49ab2f3b7d8fd1780c48ea2b29229c6bdc94e7892419086d0f7734136c2ba87b6a32e0782571eae5bbd655b1afad453
languageName: node
linkType: hard

"@inquirer/editor@npm:^2.1.9":
version: 2.1.9
resolution: "@inquirer/editor@npm:2.1.9"
Expand Down Expand Up @@ -388,6 +408,13 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/figures@npm:^1.0.6":
version: 1.0.6
resolution: "@inquirer/figures@npm:1.0.6"
checksum: 10c0/2a00cf8db0b038dfb3b7ac9d09fe57ba12f0349e6258ad821bfa8e2e3cd9127f34b88ed7cae3e3441586f988db4df16ba91d6d701f88e529e87d2c2130a5c138
languageName: node
linkType: hard

"@inquirer/input@npm:^2.1.9":
version: 2.1.9
resolution: "@inquirer/input@npm:2.1.9"
Expand Down Expand Up @@ -478,6 +505,15 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/type@npm:^2.0.0":
version: 2.0.0
resolution: "@inquirer/type@npm:2.0.0"
dependencies:
mute-stream: "npm:^1.0.0"
checksum: 10c0/8c663d52beb2b89a896d3c3d5cc3d6d024fa149e565555bcb42fa640cbe23fba7ff2c51445342cef1fe6e46305e2d16c1590fa1d11ad0ddf93a67b655ef41f0a
languageName: node
linkType: hard

"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
Expand Down Expand Up @@ -1543,6 +1579,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.5.5":
version: 22.5.5
resolution: "@types/node@npm:22.5.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/ead9495cfc6b1da5e7025856dcce2591e9bae635357410c0d2dd619fce797d2a1d402887580ca4b336cb78168b195224869967de370a23f61663cf1e4836121c
languageName: node
linkType: hard

"@types/through@npm:*":
version: 0.0.33
resolution: "@types/through@npm:0.0.33"
Expand Down Expand Up @@ -4011,7 +4056,7 @@ __metadata:
resolution: "meme.js@workspace:."
dependencies:
"@eslint/js": "npm:^9.6.0"
"@inquirer/checkbox": "npm:^2.3.4"
"@inquirer/checkbox": "npm:^3.0.1"
"@inquirer/prompts": "npm:^5.0.4"
"@inquirer/select": "npm:^2.3.8"
"@types/inquirer": "npm:^9.0.7"
Expand All @@ -4021,7 +4066,7 @@ __metadata:
console-image: "npm:^0.0.0"
dotenv: "npm:^16.4.5"
eslint: "npm:9.6.0"
globals: "npm:^15.4.0"
globals: "npm:^15.6.0"
imgcat: "npm:^2.3.0"
inquirer: "npm:^9.2.22"
lint: "npm:^0.8.19"
Expand Down Expand Up @@ -5808,6 +5853,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down Expand Up @@ -6181,3 +6233,10 @@ __metadata:
checksum: 10c0/e7e32c3d0a41e72251e274b34ebf9c371d26be1d351b41ba8feb407ce61e607e5178d1eaefeff7b5f1346a94a4ff4081cf276f2fd8388b432b7798d18800dd7f
languageName: node
linkType: hard

"yoctocolors-cjs@npm:^2.1.2":
version: 2.1.2
resolution: "yoctocolors-cjs@npm:2.1.2"
checksum: 10c0/a0e36eb88fea2c7981eab22d1ba45e15d8d268626e6c4143305e2c1628fa17ebfaa40cd306161a8ce04c0a60ee0262058eab12567493d5eb1409780853454c6f
languageName: node
linkType: hard