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

fix(deps): update dependency inquirer to v8.2.6 #1507

Closed
wants to merge 1 commit into from
Closed
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 utils/meta-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@polkadot/api": "9.9.1",
"chalk": "5.0.1",
"commander": "9.3.0",
"inquirer": "8.2.4"
"inquirer": "8.2.6"
},
"repository": {
"type": "git",
Expand Down
23 changes: 17 additions & 6 deletions utils/meta-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ __metadata:
"@polkadot/api": 9.9.1
chalk: 5.0.1
commander: 9.3.0
inquirer: 8.2.4
inquirer: 8.2.6
jest: 27.5.1
bin:
gear-meta: src/app.js
Expand Down Expand Up @@ -2654,9 +2654,9 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:8.2.4":
version: 8.2.4
resolution: "inquirer@npm:8.2.4"
"inquirer@npm:8.2.6":
version: 8.2.6
resolution: "inquirer@npm:8.2.6"
dependencies:
ansi-escapes: ^4.2.1
chalk: ^4.1.1
Expand All @@ -2672,8 +2672,8 @@ __metadata:
string-width: ^4.1.0
strip-ansi: ^6.0.0
through: ^2.3.6
wrap-ansi: ^7.0.0
checksum: dfcb6529d3af443dfea2241cb471508091b51f5121a088fdb8728b23ec9b349ef0a5e13a0ef2c8e19457b0bed22f7cbbcd561f7a4529d084c562a58c605e2655
wrap-ansi: ^6.0.1
checksum: 387ffb0a513559cc7414eb42c57556a60e302f820d6960e89d376d092e257a919961cd485a1b4de693dbb5c0de8bc58320bfd6247dfd827a873aa82a4215a240
languageName: node
linkType: hard

Expand Down Expand Up @@ -4826,6 +4826,17 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^6.0.1":
version: 6.2.0
resolution: "wrap-ansi@npm:6.2.0"
dependencies:
ansi-styles: ^4.0.0
string-width: ^4.1.0
strip-ansi: ^6.0.0
checksum: 6cd96a410161ff617b63581a08376f0cb9162375adeb7956e10c8cd397821f7eb2a6de24eb22a0b28401300bf228c86e50617cd568209b5f6775b93c97d2fe3a
languageName: node
linkType: hard

"wrap-ansi@npm:^7.0.0":
version: 7.0.0
resolution: "wrap-ansi@npm:7.0.0"
Expand Down
Loading