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/inquirer to v9 #2569

Open
wants to merge 1 commit into
base: master
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 @@ -67,7 +67,7 @@
"@types/domhandler": "^2.4.2",
"@types/express": "^4.17.13",
"@types/fs-extra": "^11.0.0",
"@types/inquirer": "^8.2.1",
"@types/inquirer": "^9.0.0",
"@types/is-ci": "^3.0.1",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "^4.6.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ __metadata:
"@types/domhandler": "npm:^2.4.2"
"@types/express": "npm:^4.17.13"
"@types/fs-extra": "npm:^11.0.0"
"@types/inquirer": "npm:^8.2.1"
"@types/inquirer": "npm:^9.0.0"
"@types/is-ci": "npm:^3.0.1"
"@types/lodash.isequal": "npm:^4.5.8"
"@types/lodash.merge": "npm:^4.6.7"
Expand Down Expand Up @@ -2362,13 +2362,13 @@ __metadata:
languageName: node
linkType: hard

"@types/inquirer@npm:^8.2.1":
version: 8.2.10
resolution: "@types/inquirer@npm:8.2.10"
"@types/inquirer@npm:^9.0.0":
version: 9.0.7
resolution: "@types/inquirer@npm:9.0.7"
dependencies:
"@types/through": "npm:*"
rxjs: "npm:^7.2.0"
checksum: 10c0/c39c3a792b5f95727842277c25ca4b2ce3f3f8e7897e51c571ba919ea35587fce81f2b0d1d75747f6f54a7d79b0efe95430fd1fe7f5b81d07af81b2c2fc1fb5d
checksum: 10c0/b7138af41226c0457b99ff9b179da4a82078bc1674762e812d3cc3e3276936d7326b9fa6b98212b8eb055b2b6aaebe3c20359eebe176a6ca71061f4e08ce3a0f
languageName: node
linkType: hard

Expand Down
Loading