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

chore(deps): update dependency @types/prompts to v2.4.9 #10156

Merged
merged 1 commit into from
Mar 8, 2024
Merged
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 @@ -74,7 +74,7 @@
"@types/jest": "29.5.8",
"@types/jscodeshift": "0.11.6",
"@types/ncp": "2.0.8",
"@types/prompts": "2.4.8",
"@types/prompts": "2.4.9",
"all-contributors-cli": "6.26.1",
"babel-jest": "^29.7.0",
"babel-plugin-auto-import": "1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11418,13 +11418,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prompts@npm:2.4.8":
version: 2.4.8
resolution: "@types/prompts@npm:2.4.8"
"@types/prompts@npm:2.4.9":
version: 2.4.9
resolution: "@types/prompts@npm:2.4.9"
dependencies:
"@types/node": "npm:*"
kleur: "npm:^3.0.3"
checksum: 10c0/b5940938ab587d3a054919d14b31a7ca5660ce2b4e4a66d6949687a5305e7281a5963b1fe2dd87839ec0876bb01258fbaf89f120d134303853be146f34241f67
checksum: 10c0/22fe0da6807681c85e88ba283184f4be4c8a95c744ea12a638865c98c4e0c22e7f733542f6b0f1fbca02245cdc3fe84feacf9c9adf4ddd8bc98a337fd679d8d2
languageName: node
linkType: hard

Expand Down Expand Up @@ -29763,7 +29763,7 @@ __metadata:
"@types/jest": "npm:29.5.8"
"@types/jscodeshift": "npm:0.11.6"
"@types/ncp": "npm:2.0.8"
"@types/prompts": "npm:2.4.8"
"@types/prompts": "npm:2.4.9"
all-contributors-cli: "npm:6.26.1"
babel-jest: "npm:^29.7.0"
babel-plugin-auto-import: "npm:1.1.0"
Expand Down
Loading