Skip to content

Commit 0faf916

Browse files
chore: update dependency @types/inquirer to v8 (conventional-changelog#2748)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a7e078b commit 0faf916

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

@commitlint/cz-commitlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"inquirer": "^8.0.0"
4848
},
4949
"devDependencies": {
50-
"@types/inquirer": "^7.3.1"
50+
"@types/inquirer": "^8.0.0"
5151
}
5252
}

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,13 +2545,13 @@
25452545
dependencies:
25462546
"@types/node" "*"
25472547

2548-
"@types/inquirer@^7.3.1":
2549-
version "7.3.1"
2550-
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.1.tgz#1f231224e7df11ccfaf4cf9acbcc3b935fea292d"
2551-
integrity sha512-osD38QVIfcdgsPCT0V3lD7eH0OFurX71Jft18bZrsVQWVRt6TuxRzlr0GJLrxoHZR2V5ph7/qP8se/dcnI7o0g==
2548+
"@types/inquirer@^8.0.0":
2549+
version "8.1.0"
2550+
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.0.tgz#99fab20fd6fb3ee2b0352042082fe8dbec76bf55"
2551+
integrity sha512-FqQ0zoCqh5dLQnrY+GE9d5B8wNiXSuEZo9YLIGhVOkJRBTTnYUDJ5maGzzTGE5nihSnGajdMP6RmbzV1oWgflQ==
25522552
dependencies:
25532553
"@types/through" "*"
2554-
rxjs "^6.4.0"
2554+
rxjs "^7.2.0"
25552555

25562556
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
25572557
version "2.0.1"
@@ -9388,6 +9388,13 @@ rxjs@^6.6.7:
93889388
dependencies:
93899389
tslib "^1.9.0"
93909390

9391+
rxjs@^7.2.0:
9392+
version "7.3.0"
9393+
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"
9394+
integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==
9395+
dependencies:
9396+
tslib "~2.1.0"
9397+
93919398
safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
93929399
version "5.2.1"
93939400
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
@@ -10332,6 +10339,11 @@ tslib@^2:
1033210339
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
1033310340
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
1033410341

10342+
tslib@~2.1.0:
10343+
version "2.1.0"
10344+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
10345+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
10346+
1033510347
tsutils@^3.21.0:
1033610348
version "3.21.0"
1033710349
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)