Skip to content

Commit

Permalink
fix(deps): bump @inquirer/select from 2.3.5 to 2.3.6 (#853)
Browse files Browse the repository at this point in the history
Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

---
updated-dependencies:
- dependency-name: "@inquirer/select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent 8e63231 commit 8b721b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@inquirer/select": "^2.3.5",
"@inquirer/select": "^2.3.6",
"@oclif/core": "^4",
"ansis": "^3.2.0",
"debug": "^4.3.5",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,15 +1210,15 @@
"@inquirer/core" "^8.2.2"
"@inquirer/type" "^1.3.3"

"@inquirer/core@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.2.tgz#797b1e71b920c9788b9d26d89c8b334149852d52"
integrity sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==
"@inquirer/core@^8.2.2", "@inquirer/core@^8.2.3":
version "8.2.3"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.3.tgz#e1986ae0e7de4c1dee72d34dcf0f9a3587709eff"
integrity sha512-WrpDVPAaxJQjHid3Ra4FhUO70YBzkHSYVyW5X48L5zHYdudoPISJqTRRWSeamHfaXda7PNNaC5Py5MEo7QwBNA==
dependencies:
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.3.3"
"@types/mute-stream" "^0.0.4"
"@types/node" "^20.12.13"
"@types/node" "^20.14.6"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
chalk "^4.1.2"
Expand All @@ -1242,12 +1242,12 @@
"@inquirer/core" "^8.2.2"
"@inquirer/type" "^1.3.3"

"@inquirer/select@^2.3.5":
version "2.3.5"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.5.tgz#db4ff1ba482ed87f2cdd33e03e64c7b430acdd7d"
integrity sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==
"@inquirer/select@^2.3.5", "@inquirer/select@^2.3.6":
version "2.3.6"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.6.tgz#2b1d09f48ec52f1a66c59082ef214ce61a7315b3"
integrity sha512-eLqlZXre69Jenmar5s+3018xF3lpaGfxVZLHkCzkrhtuTuFjpYtb0YpiYeZNKZm9pa+ih3s9acN/zRt+dDh+qA==
dependencies:
"@inquirer/core" "^8.2.2"
"@inquirer/core" "^8.2.3"
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.3.3"
ansi-escapes "^4.3.2"
Expand Down Expand Up @@ -2125,7 +2125,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^20.12.13":
"@types/node@*":
version "20.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
Expand All @@ -2139,6 +2139,13 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.14.6":
version "20.14.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.8.tgz#45c26a2a5de26c3534a9504530ddb3b27ce031ac"
integrity sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down

0 comments on commit 8b721b8

Please sign in to comment.