Skip to content

Commit

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

---
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 Jan 28, 2024
1 parent f77a872 commit 74133d7
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 @@ -7,7 +7,7 @@
"dependencies": {
"@inquirer/confirm": "^2.0.17",
"@inquirer/input": "^1.2.14",
"@inquirer/select": "^1.3.1",
"@inquirer/select": "^1.3.3",
"@oclif/core": "^3.16.0",
"@salesforce/core": "^6.4.4",
"@salesforce/kit": "^3.0.15",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1468,13 +1468,13 @@
ansi-escapes "^4.3.2"
chalk "^4.1.2"

"@inquirer/select@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-1.3.1.tgz#b10bb8d4ba72f08eb887b3d948eb734d680897c6"
integrity sha512-EgOPHv7XOHEqiBwBJTyiMg9r57ySyW4oyYCumGp+pGyOaXQaLb2kTnccWI6NFd9HSi5kDJhF7YjA+3RfMQJ2JQ==
"@inquirer/select@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-1.3.3.tgz#7d832ee603c15b706148e47cda29cdf6634cd94b"
integrity sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==
dependencies:
"@inquirer/core" "^5.1.1"
"@inquirer/type" "^1.1.5"
"@inquirer/core" "^6.0.0"
"@inquirer/type" "^1.1.6"
ansi-escapes "^4.3.2"
chalk "^4.1.2"
figures "^3.2.0"
Expand Down

0 comments on commit 74133d7

Please sign in to comment.