Skip to content

Commit

Permalink
fix(deps): bump @inquirer/select from 2.3.5 to 2.3.6
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/select@2.3.5...@inquirer/select@2.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent d4065ab commit 726dcc8
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 @@ -7,7 +7,7 @@
"dependencies": {
"@inquirer/confirm": "^3.1.8",
"@inquirer/input": "^2.1.9",
"@inquirer/select": "^2.3.5",
"@inquirer/select": "^2.3.6",
"@oclif/core": "^4",
"@salesforce/core": "^8.0.1",
"@salesforce/kit": "^3.1.6",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1320,15 +1320,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 Down Expand Up @@ -1361,12 +1361,12 @@
"@inquirer/type" "^1.3.3"
ansi-escapes "^4.3.2"

"@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 @@ -2348,7 +2348,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 @@ -2367,6 +2367,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.3"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
Expand Down

0 comments on commit 726dcc8

Please sign in to comment.