Skip to content

Commit

Permalink
fix(deps): bump @inquirer/select from 2.4.2 to 2.4.5
Browse files Browse the repository at this point in the history
Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 2.4.2 to 2.4.5.
- [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]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent 6370481 commit 448dc33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@inquirer/checkbox": "^2.4.5",
"@inquirer/select": "^2.4.2",
"@inquirer/select": "^2.4.5",
"@oclif/core": "^4",
"@salesforce/core": "^8.2.7",
"@salesforce/kit": "^3.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
"@inquirer/core" "^9.0.7"
"@inquirer/type" "^1.5.1"

"@inquirer/core@^9.0.4", "@inquirer/core@^9.0.5", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8":
"@inquirer/core@^9.0.4", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8":
version "9.0.8"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.8.tgz#18458c637879f1ea0c7919b7e9a8786fa2082db9"
integrity sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==
Expand Down Expand Up @@ -1102,12 +1102,12 @@
"@inquirer/type" "^1.5.1"
ansi-escapes "^4.3.2"

"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.2.tgz#d76a7a4ced94ddf195942133cc40e63f92d97035"
integrity sha512-r78JlgShqRxyAtBDeBHSDtfrOhSQwm2ecWGGaxe7kD9JwgL3UN563G1ncVRYdsWD7/tigflcskfipVeoDLhLJg==
"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.5.tgz#365341ee5c2f80ed48b8ed5cf2bdd6c456067ab8"
integrity sha512-DbCthH3l7vrrK+Ewll3bgzxC3dzMle8xkWYta4if31p9NOmFNhZKhSfdYMjaOtGFBCUEwo4D5LMgN6sPKgUWIw==
dependencies:
"@inquirer/core" "^9.0.5"
"@inquirer/core" "^9.0.8"
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.1"
ansi-escapes "^4.3.2"
Expand Down

0 comments on commit 448dc33

Please sign in to comment.