diff --git a/README.md b/README.md index 94b4598a..a1fa0f7a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.115.2 linux-x64 node-v22.21.1 +@salesforce/cli/2.115.3 linux-x64 node-v22.21.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -1828,7 +1828,7 @@ DESCRIPTION List all sf commands. ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.37/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.38/src/commands/commands.ts)_ ## `sf config get` diff --git a/package.json b/package.json index fde92569..276b74ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.115.2", + "version": "2.115.3", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -146,7 +146,7 @@ "@inquirer/select": "^2.3.5", "@oclif/core": "4.8.0", "@oclif/plugin-autocomplete": "3.2.39", - "@oclif/plugin-commands": "4.1.37", + "@oclif/plugin-commands": "4.1.38", "@oclif/plugin-help": "6.2.36", "@oclif/plugin-not-found": "3.2.73", "@oclif/plugin-plugins": "5.4.54", diff --git a/yarn.lock b/yarn.lock index 351349c6..a5c56498 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2034,13 +2034,13 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-commands@4.1.37": - version "4.1.37" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.37.tgz#1b24952e8a5fc4bd8eff955ea23b8785a8fdc9f4" - integrity sha512-9wbCHPbJLqJ18kMiF6a7p9Y9/hkxl3ECbM/HNk8KlOJNz4TLx4yT1s6qQvORfwUXQPlwr2FXkVwrKwi9q7tklA== +"@oclif/plugin-commands@4.1.38": + version "4.1.38" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.38.tgz#18fa6766502d69c712f437e449ec58e412fefb57" + integrity sha512-cv2hRvS5wLD9Ai0cxBuAS7r/4U7GDj9DiC66onU5Eq0mrYW0YMQH8eHEk/sRAo5Wdt5wAA1ZrjoWx/53g1xu9w== dependencies: "@oclif/core" "^4" - "@oclif/table" "^0.5.0" + "@oclif/table" "^0.5.1" lodash "^4.17.21" object-treeify "^4.0.1"