diff --git a/README.md b/README.md index e9f231c2..ca12dcbb 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.85.6 linux-x64 node-v22.14.0 +@salesforce/cli/2.85.7 linux-x64 node-v22.14.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -1084,7 +1084,7 @@ DESCRIPTION List all sf commands. ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.23/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.24/src/commands/commands.ts)_ ## `sf config get` diff --git a/package.json b/package.json index 3aeadede..7e0fcd65 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.85.6", + "version": "2.85.7", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -145,7 +145,7 @@ "@inquirer/select": "^2.3.5", "@oclif/core": "4.2.10", "@oclif/plugin-autocomplete": "3.2.27", - "@oclif/plugin-commands": "4.1.23", + "@oclif/plugin-commands": "4.1.24", "@oclif/plugin-help": "6.2.27", "@oclif/plugin-not-found": "3.2.49", "@oclif/plugin-plugins": "5.4.36", diff --git a/yarn.lock b/yarn.lock index f1a2a64f..da848ca8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1706,13 +1706,13 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-commands@4.1.23": - version "4.1.23" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.23.tgz#7937a7861e2436247f868442bed4e2a9175b3485" - integrity sha512-KprBKrFKwX2TaBenP7jqr0bgCjzRRXFnh5VYY4WHck3epC40yuKLeiPot31hQ3xs9y4wupaV0A6AMPxdSq6Leg== +"@oclif/plugin-commands@4.1.24": + version "4.1.24" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.24.tgz#18d1c7b8480afb6b338a66f6974ca4fb61f70409" + integrity sha512-NKC+5/NpgIUtch4qnZkyKVFjTvr9nRV0HcW7PSFVLU4IZ5mUhQ/Bs+47v7A6LliEkh/+eJwSkWF3bQbOMvBZuA== dependencies: "@oclif/core" "^4" - "@oclif/table" "^0.4.7" + "@oclif/table" "^0.4.8" lodash "^4.17.21" object-treeify "^4.0.1" @@ -1803,10 +1803,10 @@ "@oclif/core" "^4" ansis "^3.17.0" -"@oclif/table@^0.4.6", "@oclif/table@^0.4.7": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.7.tgz#5e2d3690f897a68f3d2fb13573f15cdfcff84e29" - integrity sha512-NZGHzQbsy4w30fw9p+5eANmPUB4aXyIAbU+qAlxbAGzRm1ogxm06EmuuCfdH25rUIlq4GnycGEO3AQIkPnG9Cg== +"@oclif/table@^0.4.6", "@oclif/table@^0.4.7", "@oclif/table@^0.4.8": + version "0.4.8" + resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.8.tgz#38c38fc771ccc3754d2fe37f7279ce65c3d9ab8b" + integrity sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw== dependencies: "@types/react" "^18.3.12" change-case "^5.4.4"