@salesforce/cli 2.144.6 → 2.145.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
@@ -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.144.6 linux-x64 node-v22.23.1
28
+ @salesforce/cli/2.145.0 linux-x64 node-v22.23.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.144.6",
3
+ "version": "2.145.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.144.6",
9
+ "version": "2.145.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -21966,9 +21966,9 @@
21966
21966
  "license": "BSD-2-Clause"
21967
21967
  },
21968
21968
  "node_modules/websocket-driver": {
21969
- "version": "0.7.4",
21970
- "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
21971
- "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
21969
+ "version": "0.7.5",
21970
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.5.tgz",
21971
+ "integrity": "sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==",
21972
21972
  "license": "Apache-2.0",
21973
21973
  "dependencies": {
21974
21974
  "http-parser-js": ">=0.5.1",
package/oclif.lock CHANGED
@@ -10586,9 +10586,9 @@ webidl-conversions@^3.0.0:
10586
10586
  integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
10587
10587
 
10588
10588
  websocket-driver@>=0.5.1:
10589
- version "0.7.4"
10590
- resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz"
10591
- integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
10589
+ version "0.7.5"
10590
+ resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.5.tgz"
10591
+ integrity sha512-ZL2+3c7kMBdIRCMz6l8jQMHyGVxj+UL+xVk74Ombiciboca8rHa15L86B19E5oh1pL9Ii/uj54gtsIrZGMo6zA==
10592
10592
  dependencies:
10593
10593
  http-parser-js ">=0.5.1"
10594
10594
  safe-buffer ">=5.1.0"
@@ -5705,5 +5705,5 @@
5705
5705
  "requiresProject": true
5706
5706
  }
5707
5707
  },
5708
- "version": "2.144.6"
5708
+ "version": "2.145.0"
5709
5709
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.144.6",
4
+ "version": "2.145.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",