Skip to content

chore(deps): update dependency @types/inquirer to v8.2.6 #1320

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

Merged
merged 1 commit into from
Feb 18, 2023
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 scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@octokit/rest": "19.0.7",
"@types/folder-hash": "4.0.2",
"@types/inquirer": "8.2.5",
"@types/inquirer": "8.2.6",
"@types/jest": "28.1.8",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2252,12 +2252,13 @@ __metadata:
languageName: node
linkType: hard

"@types/inquirer@npm:8.2.5":
version: 8.2.5
resolution: "@types/inquirer@npm:8.2.5"
"@types/inquirer@npm:8.2.6":
version: 8.2.6
resolution: "@types/inquirer@npm:8.2.6"
dependencies:
"@types/through": "*"
checksum: 932c432e634697bcff5d50fdc9e64f90d2e31c5ebcda909f2e9704d0433b5ec608b6ece985c6e57a283f3b62434f1cd3619b64ca61433d7c3bdb41d3c5f27586
rxjs: ^7.2.0
checksum: d09c3b6bbfb1aff8bdb8fc938d43536be55dfb51af0c91d0105e3f7c5e3950c12618ac00e2e91f10b5abeba38f4b903289be1df5aa31f213b58c3cc675a19f81
languageName: node
linkType: hard

Expand Down Expand Up @@ -7871,6 +7872,15 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.2.0":
version: 7.8.0
resolution: "rxjs@npm:7.8.0"
dependencies:
tslib: ^2.1.0
checksum: 61b4d4fd323c1043d8d6ceb91f24183b28bcf5def4f01ca111511d5c6b66755bc5578587fe714ef5d67cf4c9f2e26f4490d4e1d8cabf9bd5967687835e9866a2
languageName: node
linkType: hard

"rxjs@npm:^7.5.5":
version: 7.5.6
resolution: "rxjs@npm:7.5.6"
Expand Down Expand Up @@ -7927,7 +7937,7 @@ __metadata:
dependencies:
"@octokit/rest": 19.0.7
"@types/folder-hash": 4.0.2
"@types/inquirer": 8.2.5
"@types/inquirer": 8.2.6
"@types/jest": 28.1.8
"@types/js-yaml": 4.0.5
"@types/micromatch": 4.0.2
Expand Down