Skip to content

Commit

Permalink
build(deps): update dependency inquirer to v8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 4b12049 commit a6f6f0f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-sonarjs": "0.18.0",
"husky": "8.0.3",
"inquirer": "8.2.5",
"inquirer": "8.2.6",
"pinst": "3.0.0",
"prettier": "2.8.4",
"semantic-release": "19.0.5",
Expand Down
36 changes: 35 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ __metadata:
eslint-plugin-prefer-arrow: "npm:1.2.3"
eslint-plugin-sonarjs: "npm:0.18.0"
husky: "npm:8.0.3"
inquirer: "npm:8.2.5"
inquirer: "npm:8.2.6"
is-integer: "npm:^1.0.7"
is-integer-in-range: "npm:^4.0.0"
pinst: "npm:3.0.0"
Expand Down Expand Up @@ -4406,6 +4406,29 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:8.2.6":
version: 8.2.6
resolution: "inquirer@npm:8.2.6"
dependencies:
ansi-escapes: "npm:^4.2.1"
chalk: "npm:^4.1.1"
cli-cursor: "npm:^3.1.0"
cli-width: "npm:^3.0.0"
external-editor: "npm:^3.0.3"
figures: "npm:^3.0.0"
lodash: "npm:^4.17.21"
mute-stream: "npm:0.0.8"
ora: "npm:^5.4.1"
run-async: "npm:^2.4.0"
rxjs: "npm:^7.5.5"
string-width: "npm:^4.1.0"
strip-ansi: "npm:^6.0.0"
through: "npm:^2.3.6"
wrap-ansi: "npm:^6.0.1"
checksum: eb5724de1778265323f3a68c80acfa899378cb43c24cdcb58661386500e5696b6b0b6c700e046b7aa767fe7b4823c6f04e6ddc268173e3f84116112529016296
languageName: node
linkType: hard

"internal-slot@npm:^1.0.5":
version: 1.0.6
resolution: "internal-slot@npm:1.0.6"
Expand Down Expand Up @@ -8416,6 +8439,17 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^6.0.1":
version: 6.2.0
resolution: "wrap-ansi@npm:6.2.0"
dependencies:
ansi-styles: "npm:^4.0.0"
string-width: "npm:^4.1.0"
strip-ansi: "npm:^6.0.0"
checksum: baad244e6e33335ea24e86e51868fe6823626e3a3c88d9a6674642afff1d34d9a154c917e74af8d845fd25d170c4ea9cf69a47133c3f3656e1252b3d462d9f6c
languageName: node
linkType: hard

"wrap-ansi@npm:^8.1.0":
version: 8.1.0
resolution: "wrap-ansi@npm:8.1.0"
Expand Down

0 comments on commit a6f6f0f

Please sign in to comment.