diff --git a/README.md b/README.md index 8af936e1..dd02a00a 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.72.4 linux-x64 node-v22.12.0 +@salesforce/cli/2.72.5 linux-x64 node-v22.12.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -8450,7 +8450,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.19/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.20/src/commands/update.ts)_ ## `sf version` diff --git a/package.json b/package.json index 9916082f..728c2c04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.72.4", + "version": "2.72.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -151,7 +151,7 @@ "@oclif/plugin-not-found": "3.2.31", "@oclif/plugin-plugins": "5.4.23", "@oclif/plugin-search": "1.2.17", - "@oclif/plugin-update": "4.6.19", + "@oclif/plugin-update": "4.6.20", "@oclif/plugin-version": "2.2.18", "@oclif/plugin-warn-if-update-available": "3.1.28", "@oclif/plugin-which": "3.2.22", diff --git a/yarn.lock b/yarn.lock index d6ec8e94..3c17fb9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1821,10 +1821,10 @@ ansi-escapes "^7.0.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.6.19": - version "4.6.19" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.6.19.tgz#abf141fcb230e4b55c20ac4cf6d065e69a5f5591" - integrity sha512-NgqKHhaK5p8H6ibrjmHwo0eVKwLUGpEorQLJOmuJwpzZva9DH3GGMT+odsDz6uuDZ6nBkPMzpL8arUTUUlz+2Q== +"@oclif/plugin-update@4.6.20": + version "4.6.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.6.20.tgz#493722d26b6e8d595374ff45634d110639acf19d" + integrity sha512-RrKuPlgjonprVl9tofMxxt8G2xohs0jO6KyGkoGIhcwYRfU+n/VI1iLlZJmhGcrbaG9vc5Zly9XBJG1k5ZbtLg== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4"