@salesforce/cli 2.73.6 → 2.73.7

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.73.6 linux-x64 node-v22.12.0
27
+ @salesforce/cli/2.73.7 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.73.6",
3
+ "version": "2.73.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.73.6",
9
+ "version": "2.73.7",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.2.2",
14
+ "@oclif/core": "4.2.3",
15
15
  "@oclif/plugin-autocomplete": "3.2.17",
16
16
  "@oclif/plugin-commands": "4.1.16",
17
17
  "@oclif/plugin-help": "6.2.21",
@@ -7883,13 +7883,13 @@
7883
7883
  }
7884
7884
  },
7885
7885
  "node_modules/@oclif/core": {
7886
- "version": "4.2.2",
7887
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.2.tgz",
7888
- "integrity": "sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==",
7886
+ "version": "4.2.3",
7887
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz",
7888
+ "integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==",
7889
7889
  "license": "MIT",
7890
7890
  "dependencies": {
7891
7891
  "ansi-escapes": "^4.3.2",
7892
- "ansis": "^3.6.0",
7892
+ "ansis": "^3.8.1",
7893
7893
  "clean-stack": "^3.0.1",
7894
7894
  "cli-spinners": "^2.9.2",
7895
7895
  "debug": "^4.4.0",
package/oclif.lock CHANGED
@@ -2064,13 +2064,13 @@
2064
2064
  proc-log "^5.0.0"
2065
2065
  which "^5.0.0"
2066
2066
 
2067
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2", "@oclif/core@4.2.2":
2068
- version "4.2.2"
2069
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.2.tgz"
2070
- integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
2067
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2", "@oclif/core@4.2.3":
2068
+ version "4.2.3"
2069
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz"
2070
+ integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
2071
2071
  dependencies:
2072
2072
  ansi-escapes "^4.3.2"
2073
- ansis "^3.6.0"
2073
+ ansis "^3.8.1"
2074
2074
  clean-stack "^3.0.1"
2075
2075
  cli-spinners "^2.9.2"
2076
2076
  debug "^4.4.0"
@@ -5660,5 +5660,5 @@
5660
5660
  ]
5661
5661
  }
5662
5662
  },
5663
- "version": "2.73.6"
5663
+ "version": "2.73.7"
5664
5664
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.73.6",
4
+ "version": "2.73.7",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -145,7 +145,7 @@
145
145
  },
146
146
  "dependencies": {
147
147
  "@inquirer/select": "^2.3.5",
148
- "@oclif/core": "4.2.2",
148
+ "@oclif/core": "4.2.3",
149
149
  "@oclif/plugin-autocomplete": "3.2.17",
150
150
  "@oclif/plugin-commands": "4.1.16",
151
151
  "@oclif/plugin-help": "6.2.21",