Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent 495517d commit 05edac7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.5.0",
"@inquirer/select": "^2.4.7",
"@inquirer/select": "^2.5.0",
"@oclif/core": "^4",
"@salesforce/core": "^8.5.1",
"@salesforce/kit": "^3.2.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@
"@inquirer/core" "^9.1.0"
"@inquirer/type" "^1.5.3"

"@inquirer/core@^9.0.10", "@inquirer/core@^9.1.0":
"@inquirer/core@^9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.1.0.tgz#158b82dc44564a1abd0ce14723d50c3efa0634a2"
integrity sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==
Expand Down Expand Up @@ -1459,18 +1459,18 @@
"@inquirer/type" "^1.5.3"
ansi-escapes "^4.3.2"

"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.7.tgz#6a23742b4f76d228186dfd42571d973def378ffa"
integrity sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ==
"@inquirer/select@^2.3.10", "@inquirer/select@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.5.0.tgz#345c6908ecfaeef3d84ddd2f9feb2f487c558efb"
integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==
dependencies:
"@inquirer/core" "^9.0.10"
"@inquirer/core" "^9.1.0"
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.2"
"@inquirer/type" "^1.5.3"
ansi-escapes "^4.3.2"
yoctocolors-cjs "^2.1.2"

"@inquirer/type@^1.5.2", "@inquirer/type@^1.5.3":
"@inquirer/type@^1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.3.tgz#220ae9f3d5ae17dd3b2ce5ffd6b48c4a30c73181"
integrity sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==
Expand Down

0 comments on commit 05edac7

Please sign in to comment.