Skip to content

Commit

Permalink
build(deps-dev): update inquirer to ^8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent e98588e commit 3ec114a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configs/commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@commitlint/cli": "^15.0",
"@commitlint/cz-commitlint": "^15.0",
"commitizen": "^4.2",
"inquirer": "^8.2"
"inquirer": "^8.2.5"
},
"peerDependenciesMeta": {
"@commitlint/cz-commitlint": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"commitizen": "^4.2.4",
"eslint": "^8.4.1",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"inquirer": "^8.2.5",
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"semantic-release": "^18.0.1",
Expand Down
33 changes: 25 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ __metadata:
"@commitlint/cli": ^15.0
"@commitlint/cz-commitlint": ^15.0
commitizen: ^4.2
inquirer: ^8.2
inquirer: ^8.2.5
peerDependenciesMeta:
"@commitlint/cz-commitlint":
optional: true
Expand Down Expand Up @@ -4268,9 +4268,9 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:^8.2.0":
version: 8.2.0
resolution: "inquirer@npm:8.2.0"
"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 @@ -4282,11 +4282,12 @@ __metadata:
mute-stream: 0.0.8
ora: ^5.4.1
run-async: ^2.4.0
rxjs: ^7.2.0
rxjs: ^7.5.5
string-width: ^4.1.0
strip-ansi: ^6.0.0
through: ^2.3.6
checksum: 861d1a9324ae933b49126b3541d94e4d6a2f2a25411b3f3cc00c34bf1bdab34146362d702cf289efe6d8034900dc5905bcf2ea716092a02b6fc390e5986dd236
wrap-ansi: ^7.0.0
checksum: f13ee4c444187786fb393609dedf6b30870115a57b603f2e6424f29a99abc13446fd45ee22461c33c9c40a92a60a8df62d0d6b25d74fc6676fa4cb211de55b55
languageName: node
linkType: hard

Expand Down Expand Up @@ -4996,7 +4997,7 @@ __metadata:
commitizen: ^4.2.4
eslint: ^8.4.1
husky: ^7.0.4
inquirer: ^8.2.0
inquirer: ^8.2.5
lint-staged: ^12.1.4
prettier: ^2.5.1
semantic-release: ^18.0.1
Expand Down Expand Up @@ -7200,7 +7201,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.2.0, rxjs@npm:^7.4.0":
"rxjs@npm:^7.4.0":
version: 7.4.0
resolution: "rxjs@npm:7.4.0"
dependencies:
Expand All @@ -7209,6 +7210,15 @@ __metadata:
languageName: node
linkType: hard

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

"safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.2, safe-buffer@npm:~5.2.0":
version: 5.2.1
resolution: "safe-buffer@npm:5.2.1"
Expand Down Expand Up @@ -8113,6 +8123,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.1.0":
version: 2.5.0
resolution: "tslib@npm:2.5.0"
checksum: ae3ed5f9ce29932d049908ebfdf21b3a003a85653a9a140d614da6b767a93ef94f460e52c3d787f0e4f383546981713f165037dc2274df212ea9f8a4541004e1
languageName: node
linkType: hard

"tslib@npm:~2.1.0":
version: 2.1.0
resolution: "tslib@npm:2.1.0"
Expand Down

0 comments on commit 3ec114a

Please sign in to comment.