Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent f981b57 commit 9573c8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.565.0",
"@inquirer/confirm": "^3.1.6",
"@inquirer/input": "^2.1.1",
"@inquirer/select": "^2.2.1",
"@inquirer/select": "^2.3.2",
"@oclif/core": "^3.26.4",
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-not-found": "^3.0.14",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1285,16 +1285,16 @@
"@inquirer/core" "^7.1.1"
"@inquirer/type" "^1.2.1"

"@inquirer/select@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.2.1.tgz#cd1f8b7869a74ff7f409a01f27998d06e234ea98"
integrity sha512-JR4FeHvuxPSPWQy8DzkIvoIsJ4SWtSFb4xVLvLto84dL+jkv12lm8ILtuax4bMHvg5MBj3wYUF6Tk9izJ07gdw==
"@inquirer/select@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.2.tgz#3c4768a223a38aea57b694cfd7d1c283df320570"
integrity sha512-VzLHVpaobBpI3o/CWSG2sCDqrjHZEYAfT1bowbR8Q72fEi0WfBO3Fnh595QqBit9kQhI1uJbVHaaovg1I7eE7Q==
dependencies:
"@inquirer/core" "^7.1.1"
"@inquirer/type" "^1.2.1"
"@inquirer/core" "^8.1.0"
"@inquirer/figures" "^1.0.1"
"@inquirer/type" "^1.3.1"
ansi-escapes "^4.3.2"
chalk "^4.1.2"
figures "^3.2.0"

"@inquirer/type@^1.2.1", "@inquirer/type@^1.3.1":
version "1.3.1"
Expand Down

0 comments on commit 9573c8f

Please sign in to comment.