@salesforce/cli 2.71.5 → 2.72.0

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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.71.5 linux-x64 node-v22.12.0
27
+ @salesforce/cli/2.72.0 linux-x64 node-v22.12.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.71.5",
3
+ "version": "2.72.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.71.5",
9
+ "version": "2.72.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.37",
14
+ "@oclif/core": "4.1.0",
15
15
  "@oclif/plugin-autocomplete": "3.2.14",
16
16
  "@oclif/plugin-commands": "4.1.14",
17
17
  "@oclif/plugin-help": "6.2.19",
@@ -3874,9 +3874,9 @@
3874
3874
  }
3875
3875
  },
3876
3876
  "node_modules/@oclif/core": {
3877
- "version": "4.0.37",
3878
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.37.tgz",
3879
- "integrity": "sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==",
3877
+ "version": "4.1.0",
3878
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.1.0.tgz",
3879
+ "integrity": "sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==",
3880
3880
  "license": "MIT",
3881
3881
  "dependencies": {
3882
3882
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1700,10 +1700,10 @@
1700
1700
  proc-log "^5.0.0"
1701
1701
  which "^5.0.0"
1702
1702
 
1703
- "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@4.0.37":
1704
- version "4.0.37"
1705
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.37.tgz"
1706
- integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
1703
+ "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@4.1.0":
1704
+ version "4.1.0"
1705
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.1.0.tgz"
1706
+ integrity sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==
1707
1707
  dependencies:
1708
1708
  ansi-escapes "^4.3.2"
1709
1709
  ansis "^3.3.2"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.71.5"
5373
+ "version": "2.72.0"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.71.5",
4
+ "version": "2.72.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -144,7 +144,7 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@inquirer/select": "^2.3.5",
147
- "@oclif/core": "4.0.37",
147
+ "@oclif/core": "4.1.0",
148
148
  "@oclif/plugin-autocomplete": "3.2.14",
149
149
  "@oclif/plugin-commands": "4.1.14",
150
150
  "@oclif/plugin-help": "6.2.19",