From c759bc1c281193a543e560ebbe76d291cbee7437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:13:19 +0000 Subject: [PATCH] fix(deps): bump @inquirer/select from 5.1.3 to 5.1.4 Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/select@5.1.3...@inquirer/select@5.1.4) --- updated-dependencies: - dependency-name: "@inquirer/select" dependency-version: 5.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 537bcaf..3aeeb3e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { - "@inquirer/select": "^5.1.3", + "@inquirer/select": "^5.1.4", "@oclif/core": "^4", "@salesforce/core": "^8.27.1", "@salesforce/kit": "^3.2.6", diff --git a/yarn.lock b/yarn.lock index ba3f8ab..0abb575 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1367,10 +1367,10 @@ wrap-ansi "^6.2.0" yoctocolors-cjs "^2.1.3" -"@inquirer/core@^11.1.8": - version "11.1.8" - resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.8.tgz#4427d13c368156602006161f1bcd981b74f6e4c4" - integrity sha512-/u+yJk2pOKNDOh1ZgdUH2RQaRx6OOH4I0uwL95qPvTFTIL38YBsuSC4r1yXBB3Q6JvNqFFc202gk0Ew79rrcjA== +"@inquirer/core@^11.1.9": + version "11.1.9" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.9.tgz#97f099f5217f50f168c12db00ac07f51ab550fbb" + integrity sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg== dependencies: "@inquirer/ansi" "^2.0.5" "@inquirer/figures" "^2.0.5" @@ -1533,13 +1533,13 @@ "@inquirer/type" "^3.0.10" yoctocolors-cjs "^2.1.3" -"@inquirer/select@^5.1.3": - version "5.1.3" - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-5.1.3.tgz#a7598e59695ccdd9fdfd64d5ea0f90e46b26d559" - integrity sha512-zYyqWgGQi3NhBcNq4Isc5rB3oEdQEh1Q/EcAnOW0FK4MpnXWkvSBYgA4cYrTM4A9UB573omouZbnL9JJ74Mq3A== +"@inquirer/select@^5.1.4": + version "5.1.4" + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-5.1.4.tgz#651374b766a8c38157975257f23732e8bc689452" + integrity sha512-2kWcGKPMLAXAWRp1AH1SLsQmX+j0QjeljyXMUji9WMZC8nRDO0b7qquIGr6143E7KMLt3VAIGNXzwa/6PXQs4Q== dependencies: "@inquirer/ansi" "^2.0.5" - "@inquirer/core" "^11.1.8" + "@inquirer/core" "^11.1.9" "@inquirer/figures" "^2.0.5" "@inquirer/type" "^4.0.5"