@salesforce/cli 2.146.0 → 2.146.1

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.146.0 linux-x64 node-v22.23.1
28
+ @salesforce/cli/2.146.1 linux-x64 node-v22.23.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.146.0",
3
+ "version": "2.146.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.146.0",
9
+ "version": "2.146.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.12.0",
14
+ "@oclif/core": "4.13.0",
15
15
  "@oclif/plugin-autocomplete": "3.2.53",
16
16
  "@oclif/plugin-commands": "4.1.60",
17
17
  "@oclif/plugin-help": "6.2.53",
@@ -3029,9 +3029,9 @@
3029
3029
  }
3030
3030
  },
3031
3031
  "node_modules/@oclif/core": {
3032
- "version": "4.12.0",
3033
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.12.0.tgz",
3034
- "integrity": "sha512-xoUX6ZDixfyHSkllriITpq/3kA78E/oXOliz4em+De6qe22kg2CcKN9KKxMB4NyD4U1SFUsd0tfnG9uyeV5P7w==",
3032
+ "version": "4.13.0",
3033
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.0.tgz",
3034
+ "integrity": "sha512-j3NKgXE3qd0gvSYsCqDLb3VhW5KEg030VQhMnv5c0qNzPp6jBmF7cCDIQG4ROZIOqEfGbUoDDMAAzaC30vV99g==",
3035
3035
  "license": "MIT",
3036
3036
  "dependencies": {
3037
3037
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1327,10 +1327,10 @@
1327
1327
  node-gyp "^12.1.0"
1328
1328
  proc-log "^6.0.0"
1329
1329
 
1330
- "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.12.0":
1331
- version "4.12.0"
1332
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.12.0.tgz"
1333
- integrity sha512-xoUX6ZDixfyHSkllriITpq/3kA78E/oXOliz4em+De6qe22kg2CcKN9KKxMB4NyD4U1SFUsd0tfnG9uyeV5P7w==
1330
+ "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.13.0":
1331
+ version "4.13.0"
1332
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.0.tgz"
1333
+ integrity sha512-j3NKgXE3qd0gvSYsCqDLb3VhW5KEg030VQhMnv5c0qNzPp6jBmF7cCDIQG4ROZIOqEfGbUoDDMAAzaC30vV99g==
1334
1334
  dependencies:
1335
1335
  ansi-escapes "^4.3.2"
1336
1336
  ansis "^3.17.0"
@@ -5803,5 +5803,5 @@
5803
5803
  "requiresProject": true
5804
5804
  }
5805
5805
  },
5806
- "version": "2.146.0"
5806
+ "version": "2.146.1"
5807
5807
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.146.0",
4
+ "version": "2.146.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -82,7 +82,7 @@
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
83
  "@salesforce/plugin-devops-center": "1.4.0",
84
84
  "@salesforce/plugin-flow": "1.0.5",
85
- "@salesforce/plugin-lightning-dev": "6.2.17",
85
+ "@salesforce/plugin-lightning-dev": "6.2.18",
86
86
  "@salesforce/plugin-signups": "2.6.78",
87
87
  "@salesforce/plugin-ui-bundle-dev": "1.2.4",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
@@ -146,7 +146,7 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.12.0",
149
+ "@oclif/core": "4.13.0",
150
150
  "@oclif/plugin-autocomplete": "3.2.53",
151
151
  "@oclif/plugin-commands": "4.1.60",
152
152
  "@oclif/plugin-help": "6.2.53",