@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 +1 -1
- package/npm-shrinkwrap.json +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.128.
|
|
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.
|
|
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.
|
|
24088
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
24089
|
-
"integrity": "sha512-
|
|
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.
|
|
11387
|
-
resolved "https://registry.npmjs.org/undici/-/undici-7.
|
|
11388
|
-
integrity sha512-
|
|
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"
|
package/oclif.manifest.json
CHANGED