diff --git a/README.md b/README.md index 0d6aec3f..436e0c3d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.40.5 linux-x64 node-v20.12.2 +@salesforce/cli/2.40.6 linux-x64 node-v20.12.2 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -7680,7 +7680,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.8/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.9/src/commands/update.ts)_ ## `sf version` diff --git a/package.json b/package.json index 148c439c..5ca9be1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.40.5", + "version": "2.40.6", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -146,7 +146,7 @@ "@oclif/plugin-not-found": "3.1.7", "@oclif/plugin-plugins": "5.0.16", "@oclif/plugin-search": "1.0.23", - "@oclif/plugin-update": "4.2.8", + "@oclif/plugin-update": "4.2.9", "@oclif/plugin-version": "2.0.17", "@oclif/plugin-warn-if-update-available": "3.0.16", "@oclif/plugin-which": "3.1.8", diff --git a/yarn.lock b/yarn.lock index b81fe743..ad38eb3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1242,7 +1242,7 @@ strip-ansi "^6.0.1" wrap-ansi "^6.2.0" -"@inquirer/core@^8.0.1", "@inquirer/core@^8.1.0": +"@inquirer/core@^8.1.0": version "8.1.0" resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a" integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw== @@ -1304,18 +1304,18 @@ chalk "^4.1.2" figures "^3.2.0" -"@inquirer/select@^2.2.1", "@inquirer/select@^2.3.1": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.1.tgz#dea077284bc29217d712e44672fd906be42d91af" - integrity sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ== +"@inquirer/select@^2.2.1", "@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" "^8.0.1" + "@inquirer/core" "^8.1.0" "@inquirer/figures" "^1.0.1" - "@inquirer/type" "^1.3.0" + "@inquirer/type" "^1.3.1" ansi-escapes "^4.3.2" chalk "^4.1.2" -"@inquirer/type@^1.1.2", "@inquirer/type@^1.1.6", "@inquirer/type@^1.3.0", "@inquirer/type@^1.3.1": +"@inquirer/type@^1.1.2", "@inquirer/type@^1.1.6", "@inquirer/type@^1.3.1": version "1.3.1" resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076" integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw== @@ -1915,12 +1915,12 @@ "@oclif/core" "^3.26.4" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.2.8": - version "4.2.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.2.8.tgz#86cc797874c7bc12a476f89147435472947c6011" - integrity sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw== +"@oclif/plugin-update@4.2.9": + version "4.2.9" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.2.9.tgz#3b3917749b0cd650dda2a5f3d6fcce80a427cc2c" + integrity sha512-9Q+j5/mncahI+B66yyHGnWc0Ay4rpTFnN1fKgdMrFIXbEdEGqbRlR2xdbie321xGvAlugVZv5uVbmcSN/Bb+3Q== dependencies: - "@inquirer/select" "^2.3.1" + "@inquirer/select" "^2.3.2" "@oclif/core" "^3.26.4" chalk "^5" debug "^4.3.1"