@salesforce/cli 2.115.1 → 2.115.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.115.1 linux-x64 node-v22.21.1
28
+ @salesforce/cli/2.115.3 linux-x64 node-v22.21.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1828,7 +1828,7 @@ DESCRIPTION
1828
1828
  List all sf commands.
1829
1829
  ```
1830
1830
 
1831
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.37/src/commands/commands.ts)_
1831
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.38/src/commands/commands.ts)_
1832
1832
 
1833
1833
  ## `sf config get`
1834
1834
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.115.1",
3
+ "version": "2.115.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.115.1",
9
+ "version": "2.115.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.8.0",
15
15
  "@oclif/plugin-autocomplete": "3.2.39",
16
- "@oclif/plugin-commands": "4.1.37",
16
+ "@oclif/plugin-commands": "4.1.38",
17
17
  "@oclif/plugin-help": "6.2.36",
18
18
  "@oclif/plugin-not-found": "3.2.73",
19
19
  "@oclif/plugin-plugins": "5.4.54",
@@ -4955,13 +4955,13 @@
4955
4955
  }
4956
4956
  },
4957
4957
  "node_modules/@oclif/plugin-commands": {
4958
- "version": "4.1.37",
4959
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.37.tgz",
4960
- "integrity": "sha512-9wbCHPbJLqJ18kMiF6a7p9Y9/hkxl3ECbM/HNk8KlOJNz4TLx4yT1s6qQvORfwUXQPlwr2FXkVwrKwi9q7tklA==",
4958
+ "version": "4.1.38",
4959
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.38.tgz",
4960
+ "integrity": "sha512-cv2hRvS5wLD9Ai0cxBuAS7r/4U7GDj9DiC66onU5Eq0mrYW0YMQH8eHEk/sRAo5Wdt5wAA1ZrjoWx/53g1xu9w==",
4961
4961
  "license": "MIT",
4962
4962
  "dependencies": {
4963
4963
  "@oclif/core": "^4",
4964
- "@oclif/table": "^0.5.0",
4964
+ "@oclif/table": "^0.5.1",
4965
4965
  "lodash": "^4.17.21",
4966
4966
  "object-treeify": "^4.0.1"
4967
4967
  },
package/oclif.lock CHANGED
@@ -2041,13 +2041,13 @@
2041
2041
  semver "^7.6.0"
2042
2042
  ts-json-schema-generator "^1.5.1"
2043
2043
 
2044
- "@oclif/plugin-commands@4.1.37":
2045
- version "4.1.37"
2046
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.37.tgz"
2047
- integrity sha512-9wbCHPbJLqJ18kMiF6a7p9Y9/hkxl3ECbM/HNk8KlOJNz4TLx4yT1s6qQvORfwUXQPlwr2FXkVwrKwi9q7tklA==
2044
+ "@oclif/plugin-commands@4.1.38":
2045
+ version "4.1.38"
2046
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.38.tgz"
2047
+ integrity sha512-cv2hRvS5wLD9Ai0cxBuAS7r/4U7GDj9DiC66onU5Eq0mrYW0YMQH8eHEk/sRAo5Wdt5wAA1ZrjoWx/53g1xu9w==
2048
2048
  dependencies:
2049
2049
  "@oclif/core" "^4"
2050
- "@oclif/table" "^0.5.0"
2050
+ "@oclif/table" "^0.5.1"
2051
2051
  lodash "^4.17.21"
2052
2052
  object-treeify "^4.0.1"
2053
2053
 
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.115.1"
4183
+ "version": "2.115.3"
4184
4184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.115.1",
4
+ "version": "2.115.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146
146
  "@inquirer/select": "^2.3.5",
147
147
  "@oclif/core": "4.8.0",
148
148
  "@oclif/plugin-autocomplete": "3.2.39",
149
- "@oclif/plugin-commands": "4.1.37",
149
+ "@oclif/plugin-commands": "4.1.38",
150
150
  "@oclif/plugin-help": "6.2.36",
151
151
  "@oclif/plugin-not-found": "3.2.73",
152
152
  "@oclif/plugin-plugins": "5.4.54",