@salesforce/cli 2.128.0 → 2.128.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.128.0 linux-x64 node-v22.22.0
28
+ @salesforce/cli/2.128.1 linux-x64 node-v22.22.0
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.128.0",
3
+ "version": "2.128.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.128.0",
9
+ "version": "2.128.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -24084,9 +24084,9 @@
24084
24084
  }
24085
24085
  },
24086
24086
  "node_modules/undici": {
24087
- "version": "7.22.0",
24088
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz",
24089
- "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
24087
+ "version": "7.24.1",
24088
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.1.tgz",
24089
+ "integrity": "sha512-5xoBibbmnjlcR3jdqtY2Lnx7WbrD/tHlT01TmvqZUFVc9Q1w4+j5hbnapTqbcXITMH1ovjq/W7BkqBilHiVAaA==",
24090
24090
  "license": "MIT",
24091
24091
  "engines": {
24092
24092
  "node": ">=20.18.1"
package/oclif.lock CHANGED
@@ -11383,9 +11383,9 @@ undici-types@~7.8.0:
11383
11383
  integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
11384
11384
 
11385
11385
  undici@^7.22.0:
11386
- version "7.22.0"
11387
- resolved "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz"
11388
- integrity sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==
11386
+ version "7.24.1"
11387
+ resolved "https://registry.npmjs.org/undici/-/undici-7.24.1.tgz"
11388
+ integrity sha512-5xoBibbmnjlcR3jdqtY2Lnx7WbrD/tHlT01TmvqZUFVc9Q1w4+j5hbnapTqbcXITMH1ovjq/W7BkqBilHiVAaA==
11389
11389
 
11390
11390
  unicorn-magic@^0.1.0:
11391
11391
  version "0.1.0"
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.128.0"
4183
+ "version": "2.128.1"
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.128.0",
4
+ "version": "2.128.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",