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

Update dependency inquirer to v8.2.5 #1269

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.5"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 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.5
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.5":
version: 8.2.5
resolution: "inquirer@npm:8.2.5"
dependencies:
ansi-escapes: ^4.2.1
chalk: ^4.1.1
Expand All @@ -2673,7 +2673,7 @@ __metadata:
strip-ansi: ^6.0.0
through: ^2.3.6
wrap-ansi: ^7.0.0
checksum: dfcb6529d3af443dfea2241cb471508091b51f5121a088fdb8728b23ec9b349ef0a5e13a0ef2c8e19457b0bed22f7cbbcd561f7a4529d084c562a58c605e2655
checksum: f13ee4c444187786fb393609dedf6b30870115a57b603f2e6424f29a99abc13446fd45ee22461c33c9c40a92a60a8df62d0d6b25d74fc6676fa4cb211de55b55
languageName: node
linkType: hard

Expand Down
Loading