From 4a6fb1c76675462cf78907c93e777242058ca4b8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 5 Oct 2025 02:35:50 +0000 Subject: [PATCH] chore(release): bump to 2.110.3 --- README.md | 4 ++-- package.json | 4 ++-- yarn.lock | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3624c93cf..ca36f1ebe 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.110.2 linux-x64 node-v22.19.0 +@salesforce/cli/2.110.3 linux-x64 node-v22.20.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -1827,7 +1827,7 @@ DESCRIPTION List all sf commands. ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.33/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.34/src/commands/commands.ts)_ ## `sf config get` diff --git a/package.json b/package.json index fa3c49212..5216561ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.110.2", + "version": "2.110.3", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -146,7 +146,7 @@ "@inquirer/select": "^2.3.5", "@oclif/core": "4.5.4", "@oclif/plugin-autocomplete": "3.2.35", - "@oclif/plugin-commands": "4.1.33", + "@oclif/plugin-commands": "4.1.34", "@oclif/plugin-help": "6.2.33", "@oclif/plugin-not-found": "3.2.68", "@oclif/plugin-plugins": "5.4.48", diff --git a/yarn.lock b/yarn.lock index d7981b7cb..43ea2401f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1979,13 +1979,13 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-commands@4.1.33": - version "4.1.33" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.33.tgz#2304f431e384a1cbbaef72343ad5cbfcbf5acb5c" - integrity sha512-FdjGV8Q/QRewrj6JUv0Vnl6whi/VSA38aRWypQwiIYV/PkiUckxF8mAlXQ/zmb4ZcRjbrTSeiP1ymEzy0CksLQ== +"@oclif/plugin-commands@4.1.34": + version "4.1.34" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.34.tgz#37e3a1d4e5bbb50129278f80fbcb7a44eb661365" + integrity sha512-oNO+8GFDG9/GMx3J9PGnYEYpa3kndiP4HpuzKdwCdLYfdOV04Fs61eGenLuZjWcc47ZuSStmJDJG1O3tHhvfnw== dependencies: "@oclif/core" "^4" - "@oclif/table" "^0.4.12" + "@oclif/table" "^0.4.14" lodash "^4.17.21" object-treeify "^4.0.1"