Skip to content

Commit

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

---
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] committed Jun 2, 2024
1 parent 327e629 commit 8e053e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@aws-sdk/client-s3": "^3.583.0",
"@inquirer/confirm": "^3.1.6",
"@inquirer/input": "^2.1.9",
"@inquirer/select": "^2.3.4",
"@inquirer/select": "^2.3.5",
"@oclif/core": "^4.0.0-beta.12",
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-not-found": "^3.1.10",
Expand Down
19 changes: 7 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1444,11 +1444,6 @@
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"

"@inquirer/figures@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.2.tgz#a6af5e9f9969efb9ed3469130566315c36506b8a"
integrity sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==

"@inquirer/figures@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
Expand All @@ -1462,14 +1457,14 @@
"@inquirer/core" "^8.2.2"
"@inquirer/type" "^1.3.3"

"@inquirer/select@^2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.4.tgz#f1040402ceb51ca4eb7a08d457fba540f01ec6a8"
integrity sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==
"@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==
dependencies:
"@inquirer/core" "^8.2.1"
"@inquirer/figures" "^1.0.2"
"@inquirer/type" "^1.3.2"
"@inquirer/core" "^8.2.2"
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.3.3"
ansi-escapes "^4.3.2"
chalk "^4.1.2"

Expand Down

0 comments on commit 8e053e6

Please sign in to comment.