@salesforce/cli 2.143.1 → 2.143.3
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 +20 -20
- package/npm-shrinkwrap.json +99 -95
- package/oclif.lock +74 -86
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.143.
|
|
28
|
+
@salesforce/cli/2.143.3 linux-x64 node-v24.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2748,7 +2748,7 @@ EXAMPLES
|
|
|
2748
2748
|
$ sf alias list
|
|
2749
2749
|
```
|
|
2750
2750
|
|
|
2751
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2751
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/alias/list.ts)_
|
|
2752
2752
|
|
|
2753
2753
|
## `sf alias set`
|
|
2754
2754
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2800
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/alias/set.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf alias unset`
|
|
2803
2803
|
|
|
@@ -2837,7 +2837,7 @@ EXAMPLES
|
|
|
2837
2837
|
$ sf alias unset --all [--no-prompt]
|
|
2838
2838
|
```
|
|
2839
2839
|
|
|
2840
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/alias/unset.ts)_
|
|
2841
2841
|
|
|
2842
2842
|
## `sf apex get log`
|
|
2843
2843
|
|
|
@@ -3452,7 +3452,7 @@ DESCRIPTION
|
|
|
3452
3452
|
List all sf commands.
|
|
3453
3453
|
```
|
|
3454
3454
|
|
|
3455
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
3455
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.60/src/commands/commands.ts)_
|
|
3456
3456
|
|
|
3457
3457
|
## `sf config get`
|
|
3458
3458
|
|
|
@@ -3501,7 +3501,7 @@ CONFIGURATION VARIABLES
|
|
|
3501
3501
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3502
3502
|
```
|
|
3503
3503
|
|
|
3504
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3504
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/config/get.ts)_
|
|
3505
3505
|
|
|
3506
3506
|
## `sf config list`
|
|
3507
3507
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
$ sf config list
|
|
3542
3542
|
```
|
|
3543
3543
|
|
|
3544
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3544
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/config/list.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf config set`
|
|
3547
3547
|
|
|
@@ -3610,7 +3610,7 @@ CONFIGURATION VARIABLES
|
|
|
3610
3610
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3611
3611
|
```
|
|
3612
3612
|
|
|
3613
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3613
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/config/set.ts)_
|
|
3614
3614
|
|
|
3615
3615
|
## `sf config unset`
|
|
3616
3616
|
|
|
@@ -3660,7 +3660,7 @@ CONFIGURATION VARIABLES
|
|
|
3660
3660
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3661
3661
|
```
|
|
3662
3662
|
|
|
3663
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3663
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.92/src/commands/config/unset.ts)_
|
|
3664
3664
|
|
|
3665
3665
|
## `sf data bulk results`
|
|
3666
3666
|
|
|
@@ -9018,7 +9018,7 @@ EXAMPLES
|
|
|
9018
9018
|
$ sf plugins
|
|
9019
9019
|
```
|
|
9020
9020
|
|
|
9021
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9021
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/index.ts)_
|
|
9022
9022
|
|
|
9023
9023
|
## `sf plugins discover`
|
|
9024
9024
|
|
|
@@ -9063,7 +9063,7 @@ EXAMPLES
|
|
|
9063
9063
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9064
9064
|
```
|
|
9065
9065
|
|
|
9066
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9066
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/inspect.ts)_
|
|
9067
9067
|
|
|
9068
9068
|
## `sf plugins install PLUGIN`
|
|
9069
9069
|
|
|
@@ -9112,7 +9112,7 @@ EXAMPLES
|
|
|
9112
9112
|
$ sf plugins install someuser/someplugin
|
|
9113
9113
|
```
|
|
9114
9114
|
|
|
9115
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9115
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/install.ts)_
|
|
9116
9116
|
|
|
9117
9117
|
## `sf plugins link PATH`
|
|
9118
9118
|
|
|
@@ -9143,7 +9143,7 @@ EXAMPLES
|
|
|
9143
9143
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9144
9144
|
```
|
|
9145
9145
|
|
|
9146
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9146
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/link.ts)_
|
|
9147
9147
|
|
|
9148
9148
|
## `sf plugins reset`
|
|
9149
9149
|
|
|
@@ -9158,7 +9158,7 @@ FLAGS
|
|
|
9158
9158
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9159
9159
|
```
|
|
9160
9160
|
|
|
9161
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9161
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/reset.ts)_
|
|
9162
9162
|
|
|
9163
9163
|
## `sf plugins trust allowlist add`
|
|
9164
9164
|
|
|
@@ -9195,7 +9195,7 @@ EXAMPLES
|
|
|
9195
9195
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9196
9196
|
```
|
|
9197
9197
|
|
|
9198
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9198
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.32/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9199
9199
|
|
|
9200
9200
|
## `sf plugins trust allowlist list`
|
|
9201
9201
|
|
|
@@ -9223,7 +9223,7 @@ EXAMPLES
|
|
|
9223
9223
|
$ sf plugins trust allowlist list
|
|
9224
9224
|
```
|
|
9225
9225
|
|
|
9226
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9226
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.32/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9227
9227
|
|
|
9228
9228
|
## `sf plugins trust allowlist remove`
|
|
9229
9229
|
|
|
@@ -9260,7 +9260,7 @@ EXAMPLES
|
|
|
9260
9260
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9261
9261
|
```
|
|
9262
9262
|
|
|
9263
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9263
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.32/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9264
9264
|
|
|
9265
9265
|
## `sf plugins trust verify`
|
|
9266
9266
|
|
|
@@ -9289,7 +9289,7 @@ EXAMPLES
|
|
|
9289
9289
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9290
9290
|
```
|
|
9291
9291
|
|
|
9292
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9292
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.32/src/commands/plugins/trust/verify.ts)_
|
|
9293
9293
|
|
|
9294
9294
|
## `sf plugins uninstall [PLUGIN]`
|
|
9295
9295
|
|
|
@@ -9317,7 +9317,7 @@ EXAMPLES
|
|
|
9317
9317
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9318
9318
|
```
|
|
9319
9319
|
|
|
9320
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9320
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/uninstall.ts)_
|
|
9321
9321
|
|
|
9322
9322
|
## `sf plugins update`
|
|
9323
9323
|
|
|
@@ -9335,7 +9335,7 @@ DESCRIPTION
|
|
|
9335
9335
|
Update installed plugins.
|
|
9336
9336
|
```
|
|
9337
9337
|
|
|
9338
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9338
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.84/src/commands/plugins/update.ts)_
|
|
9339
9339
|
|
|
9340
9340
|
## `sf project convert mdapi`
|
|
9341
9341
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.143.
|
|
3
|
+
"version": "2.143.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.143.
|
|
9
|
+
"version": "2.143.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.11.14",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.53",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.60",
|
|
17
17
|
"@oclif/plugin-help": "6.2.53",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.88",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.84",
|
|
20
20
|
"@oclif/plugin-search": "1.2.52",
|
|
21
21
|
"@oclif/plugin-update": "4.7.54",
|
|
22
22
|
"@oclif/plugin-version": "2.2.50",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@salesforce/plugin-org": "5.11.12",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.122",
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.92",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.117",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
42
42
|
"@salesforce/plugin-templates": "56.18.12",
|
|
43
|
-
"@salesforce/plugin-trust": "3.8.
|
|
43
|
+
"@salesforce/plugin-trust": "3.8.32",
|
|
44
44
|
"@salesforce/plugin-user": "3.10.4",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.25",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -2897,9 +2897,9 @@
|
|
|
2897
2897
|
}
|
|
2898
2898
|
},
|
|
2899
2899
|
"node_modules/@npmcli/arborist": {
|
|
2900
|
-
"version": "9.
|
|
2901
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.
|
|
2902
|
-
"integrity": "sha512-
|
|
2900
|
+
"version": "9.9.0",
|
|
2901
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.9.0.tgz",
|
|
2902
|
+
"integrity": "sha512-tzsb1R8mx0k0drlLDT/9ckEYaQHIaWnUti/ci2IaFoQqdqwfmYrc+90p1+QEZC/ocvqcxBep9P1xKw4FbAGofw==",
|
|
2903
2903
|
"extraneous": true,
|
|
2904
2904
|
"license": "ISC",
|
|
2905
2905
|
"dependencies": {
|
|
@@ -2946,9 +2946,9 @@
|
|
|
2946
2946
|
}
|
|
2947
2947
|
},
|
|
2948
2948
|
"node_modules/@npmcli/config": {
|
|
2949
|
-
"version": "10.
|
|
2950
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.
|
|
2951
|
-
"integrity": "sha512-
|
|
2949
|
+
"version": "10.12.0",
|
|
2950
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.12.0.tgz",
|
|
2951
|
+
"integrity": "sha512-bFkLY3PFzHmRa0pFRU4DQIV86pYi5oWycE6umTwuRzJv8MZ3eiJxtIYfl3pfNQvuLsjONccxhs9IcMhP/tCEBg==",
|
|
2952
2952
|
"extraneous": true,
|
|
2953
2953
|
"license": "ISC",
|
|
2954
2954
|
"dependencies": {
|
|
@@ -3444,9 +3444,9 @@
|
|
|
3444
3444
|
}
|
|
3445
3445
|
},
|
|
3446
3446
|
"node_modules/@oclif/plugin-commands": {
|
|
3447
|
-
"version": "4.1.
|
|
3448
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
3449
|
-
"integrity": "sha512-
|
|
3447
|
+
"version": "4.1.60",
|
|
3448
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.60.tgz",
|
|
3449
|
+
"integrity": "sha512-jdwKjn4xToJ2i2ywrvl4f5secoCYVQ+KWzt7cyUTUTgEFM3YfDKMsFBlDJbaGeu6E0D3VS2pEchfSiYfo2XGdg==",
|
|
3450
3450
|
"license": "MIT",
|
|
3451
3451
|
"dependencies": {
|
|
3452
3452
|
"@oclif/core": "^4",
|
|
@@ -3486,15 +3486,15 @@
|
|
|
3486
3486
|
}
|
|
3487
3487
|
},
|
|
3488
3488
|
"node_modules/@oclif/plugin-plugins": {
|
|
3489
|
-
"version": "5.4.
|
|
3490
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3491
|
-
"integrity": "sha512-
|
|
3489
|
+
"version": "5.4.84",
|
|
3490
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.84.tgz",
|
|
3491
|
+
"integrity": "sha512-MPWLirqUsclzOFzQ0LzF+5ZxZX7KaMKeMdmaPEGGNWHEKMXJxETDSj8EYQ0k38bJc7mqPxeg8fKGoSRj05n+Ag==",
|
|
3492
3492
|
"license": "MIT",
|
|
3493
3493
|
"dependencies": {
|
|
3494
|
-
"@oclif/core": "^4.11.
|
|
3494
|
+
"@oclif/core": "^4.11.14",
|
|
3495
3495
|
"ansis": "^3.17.0",
|
|
3496
3496
|
"debug": "^4.4.0",
|
|
3497
|
-
"npm": "^11.
|
|
3497
|
+
"npm": "^11.18.0",
|
|
3498
3498
|
"npm-package-arg": "^11.0.3",
|
|
3499
3499
|
"npm-run-path": "^5.3.0",
|
|
3500
3500
|
"object-treeify": "^4.0.1",
|
|
@@ -4353,9 +4353,9 @@
|
|
|
4353
4353
|
}
|
|
4354
4354
|
},
|
|
4355
4355
|
"node_modules/@salesforce/core": {
|
|
4356
|
-
"version": "8.31.
|
|
4357
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.
|
|
4358
|
-
"integrity": "sha512-
|
|
4356
|
+
"version": "8.31.5",
|
|
4357
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.5.tgz",
|
|
4358
|
+
"integrity": "sha512-UY1tGclGmxnUM0uQc2qFn2PmkI6Wa5BaV0PCfqJ5NnOK0vcamP1ftr/bwSLWdRStxoW8/DwsRm8FNembuqp7jA==",
|
|
4359
4359
|
"license": "BSD-3-Clause",
|
|
4360
4360
|
"dependencies": {
|
|
4361
4361
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -5030,14 +5030,14 @@
|
|
|
5030
5030
|
}
|
|
5031
5031
|
},
|
|
5032
5032
|
"node_modules/@salesforce/plugin-settings": {
|
|
5033
|
-
"version": "2.4.
|
|
5034
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5035
|
-
"integrity": "sha512-
|
|
5033
|
+
"version": "2.4.92",
|
|
5034
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.92.tgz",
|
|
5035
|
+
"integrity": "sha512-rHlgPASGG/2VJ4vqkgwbQu2BBzuN7IhrapzZ6k5H6UXIM3WUVItPMgbs9HqtcCRIjPyxjDdGU4SXoiL0sFzybg==",
|
|
5036
5036
|
"license": "Apache-2.0",
|
|
5037
5037
|
"dependencies": {
|
|
5038
5038
|
"@oclif/core": "^4",
|
|
5039
|
-
"@salesforce/core": "^8.31.
|
|
5040
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5039
|
+
"@salesforce/core": "^8.31.5",
|
|
5040
|
+
"@salesforce/sf-plugins-core": "^12.2.25",
|
|
5041
5041
|
"fast-levenshtein": "^3.0.0"
|
|
5042
5042
|
},
|
|
5043
5043
|
"engines": {
|
|
@@ -5098,19 +5098,19 @@
|
|
|
5098
5098
|
}
|
|
5099
5099
|
},
|
|
5100
5100
|
"node_modules/@salesforce/plugin-trust": {
|
|
5101
|
-
"version": "3.8.
|
|
5102
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
5103
|
-
"integrity": "sha512-
|
|
5101
|
+
"version": "3.8.32",
|
|
5102
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.32.tgz",
|
|
5103
|
+
"integrity": "sha512-YfN3JKL8WW8X7/xzk2ys+ZsCDvsl8pbqEQchMcvyqEPfbdfQ7NhaiZhU3Eqr29FPucNLAKW1adD8FTZ2JChXUg==",
|
|
5104
5104
|
"license": "Apache-2.0",
|
|
5105
5105
|
"dependencies": {
|
|
5106
5106
|
"@oclif/core": "^4",
|
|
5107
5107
|
"@salesforce/core": "^8.29.1",
|
|
5108
5108
|
"@salesforce/kit": "^3.2.6",
|
|
5109
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5109
|
+
"@salesforce/plugin-info": "^3.4.144",
|
|
5110
5110
|
"@salesforce/sf-plugins-core": "^12",
|
|
5111
5111
|
"cross-spawn": "^7.0.6",
|
|
5112
5112
|
"got": "^13.0.0",
|
|
5113
|
-
"npm": "^11.
|
|
5113
|
+
"npm": "^11.18.0",
|
|
5114
5114
|
"npm-run-path": "^4.0.1",
|
|
5115
5115
|
"proxy-agent": "^6.5.0",
|
|
5116
5116
|
"semver": "^7.8.2",
|
|
@@ -14003,13 +14003,13 @@
|
|
|
14003
14003
|
}
|
|
14004
14004
|
},
|
|
14005
14005
|
"node_modules/libnpmdiff": {
|
|
14006
|
-
"version": "8.1.
|
|
14007
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.
|
|
14008
|
-
"integrity": "sha512-
|
|
14006
|
+
"version": "8.1.11",
|
|
14007
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.11.tgz",
|
|
14008
|
+
"integrity": "sha512-u09dtt3H2TWCORmbidG7tE1zqpWVWdO7FXJHKWUgrISCI8iruIbm1Vd8RQI/zqrbTn8H/gszWasVThvjR8G0bg==",
|
|
14009
14009
|
"extraneous": true,
|
|
14010
14010
|
"license": "ISC",
|
|
14011
14011
|
"dependencies": {
|
|
14012
|
-
"@npmcli/arborist": "^9.
|
|
14012
|
+
"@npmcli/arborist": "^9.9.0",
|
|
14013
14013
|
"@npmcli/installed-package-contents": "^4.0.0",
|
|
14014
14014
|
"binary-extensions": "^3.0.0",
|
|
14015
14015
|
"diff": "^8.0.2",
|
|
@@ -14033,14 +14033,14 @@
|
|
|
14033
14033
|
}
|
|
14034
14034
|
},
|
|
14035
14035
|
"node_modules/libnpmexec": {
|
|
14036
|
-
"version": "10.3.
|
|
14037
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.
|
|
14038
|
-
"integrity": "sha512-
|
|
14036
|
+
"version": "10.3.1",
|
|
14037
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.1.tgz",
|
|
14038
|
+
"integrity": "sha512-W5cwKcTV+lfbUr7vSbFXjNzqbRs5jxO6H1zDHiqp4ftd9zLWhUhS5BjoOu1fVcpENhb+1X5Q1EPO4auvxsbu3w==",
|
|
14039
14039
|
"extraneous": true,
|
|
14040
14040
|
"license": "ISC",
|
|
14041
14041
|
"dependencies": {
|
|
14042
14042
|
"@gar/promise-retry": "^1.0.0",
|
|
14043
|
-
"@npmcli/arborist": "^9.
|
|
14043
|
+
"@npmcli/arborist": "^9.9.0",
|
|
14044
14044
|
"@npmcli/package-json": "^7.0.0",
|
|
14045
14045
|
"@npmcli/run-script": "^10.0.0",
|
|
14046
14046
|
"ci-info": "^4.0.0",
|
|
@@ -14070,13 +14070,13 @@
|
|
|
14070
14070
|
}
|
|
14071
14071
|
},
|
|
14072
14072
|
"node_modules/libnpmfund": {
|
|
14073
|
-
"version": "7.0.
|
|
14074
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.
|
|
14075
|
-
"integrity": "sha512-
|
|
14073
|
+
"version": "7.0.25",
|
|
14074
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.25.tgz",
|
|
14075
|
+
"integrity": "sha512-ZmLv4zKbR0eH8pnd6RKGayEDNixzb8yyAlrRArIXBu5gEOKc8FrJDP7trzKSYmojUjUtp8zUiCnE4O5sGq3eiQ==",
|
|
14076
14076
|
"extraneous": true,
|
|
14077
14077
|
"license": "ISC",
|
|
14078
14078
|
"dependencies": {
|
|
14079
|
-
"@npmcli/arborist": "^9.
|
|
14079
|
+
"@npmcli/arborist": "^9.9.0"
|
|
14080
14080
|
},
|
|
14081
14081
|
"engines": {
|
|
14082
14082
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -14097,13 +14097,13 @@
|
|
|
14097
14097
|
}
|
|
14098
14098
|
},
|
|
14099
14099
|
"node_modules/libnpmpack": {
|
|
14100
|
-
"version": "9.1.
|
|
14101
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.
|
|
14102
|
-
"integrity": "sha512-
|
|
14100
|
+
"version": "9.1.11",
|
|
14101
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.11.tgz",
|
|
14102
|
+
"integrity": "sha512-jszQCrN3lyWyr6KW2uHmQV5L6ggoQ+/dGNweDPIpSUPARjfiU+0BzZNqVEf2Tgvo8wCL5u5yc4tFh3r3dborqg==",
|
|
14103
14103
|
"extraneous": true,
|
|
14104
14104
|
"license": "ISC",
|
|
14105
14105
|
"dependencies": {
|
|
14106
|
-
"@npmcli/arborist": "^9.
|
|
14106
|
+
"@npmcli/arborist": "^9.9.0",
|
|
14107
14107
|
"@npmcli/run-script": "^10.0.0",
|
|
14108
14108
|
"npm-package-arg": "^13.0.0",
|
|
14109
14109
|
"pacote": "^21.0.2"
|
|
@@ -15788,9 +15788,9 @@
|
|
|
15788
15788
|
}
|
|
15789
15789
|
},
|
|
15790
15790
|
"node_modules/npm": {
|
|
15791
|
-
"version": "11.
|
|
15792
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-11.
|
|
15793
|
-
"integrity": "sha512-
|
|
15791
|
+
"version": "11.18.0",
|
|
15792
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-11.18.0.tgz",
|
|
15793
|
+
"integrity": "sha512-T67M4L5wNm0cZ7EBLErcEkY1SmzEW/WJ+SADBzsFUY1UdAPfFHXFQtZ6SEXiK0+vzXysCvAsepbMaBTwnrAD+w==",
|
|
15794
15794
|
"bundleDependencies": [
|
|
15795
15795
|
"@isaacs/string-locale-compare",
|
|
15796
15796
|
"@npmcli/arborist",
|
|
@@ -15868,8 +15868,8 @@
|
|
|
15868
15868
|
],
|
|
15869
15869
|
"dependencies": {
|
|
15870
15870
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
15871
|
-
"@npmcli/arborist": "^9.
|
|
15872
|
-
"@npmcli/config": "^10.
|
|
15871
|
+
"@npmcli/arborist": "^9.9.0",
|
|
15872
|
+
"@npmcli/config": "^10.12.0",
|
|
15873
15873
|
"@npmcli/fs": "^5.0.0",
|
|
15874
15874
|
"@npmcli/map-workspaces": "^5.0.3",
|
|
15875
15875
|
"@npmcli/metavuln-calculator": "^9.0.3",
|
|
@@ -15893,11 +15893,11 @@
|
|
|
15893
15893
|
"is-cidr": "^6.0.4",
|
|
15894
15894
|
"json-parse-even-better-errors": "^5.0.0",
|
|
15895
15895
|
"libnpmaccess": "^10.0.3",
|
|
15896
|
-
"libnpmdiff": "^8.1.
|
|
15897
|
-
"libnpmexec": "^10.3.
|
|
15898
|
-
"libnpmfund": "^7.0.
|
|
15896
|
+
"libnpmdiff": "^8.1.11",
|
|
15897
|
+
"libnpmexec": "^10.3.1",
|
|
15898
|
+
"libnpmfund": "^7.0.25",
|
|
15899
15899
|
"libnpmorg": "^8.0.1",
|
|
15900
|
-
"libnpmpack": "^9.1.
|
|
15900
|
+
"libnpmpack": "^9.1.11",
|
|
15901
15901
|
"libnpmpublish": "^11.2.0",
|
|
15902
15902
|
"libnpmsearch": "^9.0.1",
|
|
15903
15903
|
"libnpmteam": "^8.0.2",
|
|
@@ -15913,7 +15913,7 @@
|
|
|
15913
15913
|
"npm-install-checks": "^8.0.0",
|
|
15914
15914
|
"npm-package-arg": "^13.0.2",
|
|
15915
15915
|
"npm-pick-manifest": "^11.0.3",
|
|
15916
|
-
"npm-profile": "^12.0.
|
|
15916
|
+
"npm-profile": "^12.0.2",
|
|
15917
15917
|
"npm-registry-fetch": "^19.1.1",
|
|
15918
15918
|
"npm-user-validate": "^4.0.0",
|
|
15919
15919
|
"p-map": "^7.0.4",
|
|
@@ -15922,11 +15922,11 @@
|
|
|
15922
15922
|
"proc-log": "^6.1.0",
|
|
15923
15923
|
"qrcode-terminal": "^0.12.0",
|
|
15924
15924
|
"read": "^5.0.1",
|
|
15925
|
-
"semver": "^7.8.
|
|
15925
|
+
"semver": "^7.8.5",
|
|
15926
15926
|
"spdx-expression-parse": "^4.0.0",
|
|
15927
15927
|
"ssri": "^13.0.1",
|
|
15928
15928
|
"supports-color": "^10.2.2",
|
|
15929
|
-
"tar": "^7.5.
|
|
15929
|
+
"tar": "^7.5.19",
|
|
15930
15930
|
"text-table": "~0.2.0",
|
|
15931
15931
|
"tiny-relative-date": "^2.0.2",
|
|
15932
15932
|
"treeverse": "^3.0.0",
|
|
@@ -16044,14 +16044,14 @@
|
|
|
16044
16044
|
}
|
|
16045
16045
|
},
|
|
16046
16046
|
"node_modules/npm-profile": {
|
|
16047
|
-
"version": "12.0.
|
|
16048
|
-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.
|
|
16049
|
-
"integrity": "sha512
|
|
16047
|
+
"version": "12.0.2",
|
|
16048
|
+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.2.tgz",
|
|
16049
|
+
"integrity": "sha512-+OKkPvqvx83vRG8aIetzABI99e5uzZZ6HIS5zCr+oRPSuDL0Buk1KJh/LqyR0BuiWmLeDWGI77igNYipztLm1w==",
|
|
16050
16050
|
"extraneous": true,
|
|
16051
16051
|
"license": "ISC",
|
|
16052
16052
|
"dependencies": {
|
|
16053
16053
|
"npm-registry-fetch": "^19.0.0",
|
|
16054
|
-
"proc-log": "^6.
|
|
16054
|
+
"proc-log": "^6.1.0"
|
|
16055
16055
|
},
|
|
16056
16056
|
"engines": {
|
|
16057
16057
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -16145,9 +16145,9 @@
|
|
|
16145
16145
|
}
|
|
16146
16146
|
},
|
|
16147
16147
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
16148
|
-
"version": "9.
|
|
16149
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.
|
|
16150
|
-
"integrity": "sha512-
|
|
16148
|
+
"version": "9.9.0",
|
|
16149
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.9.0.tgz",
|
|
16150
|
+
"integrity": "sha512-tzsb1R8mx0k0drlLDT/9ckEYaQHIaWnUti/ci2IaFoQqdqwfmYrc+90p1+QEZC/ocvqcxBep9P1xKw4FbAGofw==",
|
|
16151
16151
|
"inBundle": true,
|
|
16152
16152
|
"license": "ISC",
|
|
16153
16153
|
"dependencies": {
|
|
@@ -16194,9 +16194,9 @@
|
|
|
16194
16194
|
}
|
|
16195
16195
|
},
|
|
16196
16196
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
16197
|
-
"version": "10.
|
|
16198
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.
|
|
16199
|
-
"integrity": "sha512-
|
|
16197
|
+
"version": "10.12.0",
|
|
16198
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-10.12.0.tgz",
|
|
16199
|
+
"integrity": "sha512-bFkLY3PFzHmRa0pFRU4DQIV86pYi5oWycE6umTwuRzJv8MZ3eiJxtIYfl3pfNQvuLsjONccxhs9IcMhP/tCEBg==",
|
|
16200
16200
|
"inBundle": true,
|
|
16201
16201
|
"license": "ISC",
|
|
16202
16202
|
"dependencies": {
|
|
@@ -16561,7 +16561,7 @@
|
|
|
16561
16561
|
}
|
|
16562
16562
|
},
|
|
16563
16563
|
"node_modules/npm/node_modules/brace-expansion": {
|
|
16564
|
-
"version": "5.0.
|
|
16564
|
+
"version": "5.0.7",
|
|
16565
16565
|
"inBundle": true,
|
|
16566
16566
|
"license": "MIT",
|
|
16567
16567
|
"dependencies": {
|
|
@@ -16961,13 +16961,13 @@
|
|
|
16961
16961
|
}
|
|
16962
16962
|
},
|
|
16963
16963
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
16964
|
-
"version": "8.1.
|
|
16965
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.
|
|
16966
|
-
"integrity": "sha512-
|
|
16964
|
+
"version": "8.1.11",
|
|
16965
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.11.tgz",
|
|
16966
|
+
"integrity": "sha512-u09dtt3H2TWCORmbidG7tE1zqpWVWdO7FXJHKWUgrISCI8iruIbm1Vd8RQI/zqrbTn8H/gszWasVThvjR8G0bg==",
|
|
16967
16967
|
"inBundle": true,
|
|
16968
16968
|
"license": "ISC",
|
|
16969
16969
|
"dependencies": {
|
|
16970
|
-
"@npmcli/arborist": "^9.
|
|
16970
|
+
"@npmcli/arborist": "^9.9.0",
|
|
16971
16971
|
"@npmcli/installed-package-contents": "^4.0.0",
|
|
16972
16972
|
"binary-extensions": "^3.0.0",
|
|
16973
16973
|
"diff": "^8.0.2",
|
|
@@ -16981,14 +16981,14 @@
|
|
|
16981
16981
|
}
|
|
16982
16982
|
},
|
|
16983
16983
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
16984
|
-
"version": "10.3.
|
|
16985
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.
|
|
16986
|
-
"integrity": "sha512-
|
|
16984
|
+
"version": "10.3.1",
|
|
16985
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.1.tgz",
|
|
16986
|
+
"integrity": "sha512-W5cwKcTV+lfbUr7vSbFXjNzqbRs5jxO6H1zDHiqp4ftd9zLWhUhS5BjoOu1fVcpENhb+1X5Q1EPO4auvxsbu3w==",
|
|
16987
16987
|
"inBundle": true,
|
|
16988
16988
|
"license": "ISC",
|
|
16989
16989
|
"dependencies": {
|
|
16990
16990
|
"@gar/promise-retry": "^1.0.0",
|
|
16991
|
-
"@npmcli/arborist": "^9.
|
|
16991
|
+
"@npmcli/arborist": "^9.9.0",
|
|
16992
16992
|
"@npmcli/package-json": "^7.0.0",
|
|
16993
16993
|
"@npmcli/run-script": "^10.0.0",
|
|
16994
16994
|
"ci-info": "^4.0.0",
|
|
@@ -17005,13 +17005,13 @@
|
|
|
17005
17005
|
}
|
|
17006
17006
|
},
|
|
17007
17007
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
17008
|
-
"version": "7.0.
|
|
17009
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.
|
|
17010
|
-
"integrity": "sha512-
|
|
17008
|
+
"version": "7.0.25",
|
|
17009
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.25.tgz",
|
|
17010
|
+
"integrity": "sha512-ZmLv4zKbR0eH8pnd6RKGayEDNixzb8yyAlrRArIXBu5gEOKc8FrJDP7trzKSYmojUjUtp8zUiCnE4O5sGq3eiQ==",
|
|
17011
17011
|
"inBundle": true,
|
|
17012
17012
|
"license": "ISC",
|
|
17013
17013
|
"dependencies": {
|
|
17014
|
-
"@npmcli/arborist": "^9.
|
|
17014
|
+
"@npmcli/arborist": "^9.9.0"
|
|
17015
17015
|
},
|
|
17016
17016
|
"engines": {
|
|
17017
17017
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -17032,13 +17032,13 @@
|
|
|
17032
17032
|
}
|
|
17033
17033
|
},
|
|
17034
17034
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
17035
|
-
"version": "9.1.
|
|
17036
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.
|
|
17037
|
-
"integrity": "sha512-
|
|
17035
|
+
"version": "9.1.11",
|
|
17036
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.11.tgz",
|
|
17037
|
+
"integrity": "sha512-jszQCrN3lyWyr6KW2uHmQV5L6ggoQ+/dGNweDPIpSUPARjfiU+0BzZNqVEf2Tgvo8wCL5u5yc4tFh3r3dborqg==",
|
|
17038
17038
|
"inBundle": true,
|
|
17039
17039
|
"license": "ISC",
|
|
17040
17040
|
"dependencies": {
|
|
17041
|
-
"@npmcli/arborist": "^9.
|
|
17041
|
+
"@npmcli/arborist": "^9.9.0",
|
|
17042
17042
|
"@npmcli/run-script": "^10.0.0",
|
|
17043
17043
|
"npm-package-arg": "^13.0.0",
|
|
17044
17044
|
"pacote": "^21.0.2"
|
|
@@ -17431,14 +17431,14 @@
|
|
|
17431
17431
|
}
|
|
17432
17432
|
},
|
|
17433
17433
|
"node_modules/npm/node_modules/npm-profile": {
|
|
17434
|
-
"version": "12.0.
|
|
17435
|
-
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.
|
|
17436
|
-
"integrity": "sha512
|
|
17434
|
+
"version": "12.0.2",
|
|
17435
|
+
"resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.2.tgz",
|
|
17436
|
+
"integrity": "sha512-+OKkPvqvx83vRG8aIetzABI99e5uzZZ6HIS5zCr+oRPSuDL0Buk1KJh/LqyR0BuiWmLeDWGI77igNYipztLm1w==",
|
|
17437
17437
|
"inBundle": true,
|
|
17438
17438
|
"license": "ISC",
|
|
17439
17439
|
"dependencies": {
|
|
17440
17440
|
"npm-registry-fetch": "^19.0.0",
|
|
17441
|
-
"proc-log": "^6.
|
|
17441
|
+
"proc-log": "^6.1.0"
|
|
17442
17442
|
},
|
|
17443
17443
|
"engines": {
|
|
17444
17444
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -17655,7 +17655,9 @@
|
|
|
17655
17655
|
"optional": true
|
|
17656
17656
|
},
|
|
17657
17657
|
"node_modules/npm/node_modules/semver": {
|
|
17658
|
-
"version": "7.8.
|
|
17658
|
+
"version": "7.8.5",
|
|
17659
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
17660
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
17659
17661
|
"inBundle": true,
|
|
17660
17662
|
"license": "ISC",
|
|
17661
17663
|
"bin": {
|
|
@@ -17785,7 +17787,9 @@
|
|
|
17785
17787
|
}
|
|
17786
17788
|
},
|
|
17787
17789
|
"node_modules/npm/node_modules/tar": {
|
|
17788
|
-
"version": "7.5.
|
|
17790
|
+
"version": "7.5.19",
|
|
17791
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz",
|
|
17792
|
+
"integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==",
|
|
17789
17793
|
"inBundle": true,
|
|
17790
17794
|
"license": "BlueOak-1.0.0",
|
|
17791
17795
|
"dependencies": {
|
|
@@ -17887,7 +17891,7 @@
|
|
|
17887
17891
|
}
|
|
17888
17892
|
},
|
|
17889
17893
|
"node_modules/npm/node_modules/undici": {
|
|
17890
|
-
"version": "6.
|
|
17894
|
+
"version": "6.27.0",
|
|
17891
17895
|
"inBundle": true,
|
|
17892
17896
|
"license": "MIT",
|
|
17893
17897
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1263,10 +1263,10 @@
|
|
|
1263
1263
|
lru-cache "^11.2.1"
|
|
1264
1264
|
socks-proxy-agent "^8.0.3"
|
|
1265
1265
|
|
|
1266
|
-
"@npmcli/arborist@^9.
|
|
1267
|
-
version "9.
|
|
1268
|
-
resolved "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.
|
|
1269
|
-
integrity sha512-
|
|
1266
|
+
"@npmcli/arborist@^9.9.0":
|
|
1267
|
+
version "9.9.0"
|
|
1268
|
+
resolved "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.9.0.tgz"
|
|
1269
|
+
integrity sha512-tzsb1R8mx0k0drlLDT/9ckEYaQHIaWnUti/ci2IaFoQqdqwfmYrc+90p1+QEZC/ocvqcxBep9P1xKw4FbAGofw==
|
|
1270
1270
|
dependencies:
|
|
1271
1271
|
"@gar/promise-retry" "^1.0.0"
|
|
1272
1272
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
@@ -1303,10 +1303,10 @@
|
|
|
1303
1303
|
treeverse "^3.0.0"
|
|
1304
1304
|
walk-up-path "^4.0.0"
|
|
1305
1305
|
|
|
1306
|
-
"@npmcli/config@^10.
|
|
1307
|
-
version "10.
|
|
1308
|
-
resolved "https://registry.npmjs.org/@npmcli/config/-/config-10.
|
|
1309
|
-
integrity sha512-
|
|
1306
|
+
"@npmcli/config@^10.12.0":
|
|
1307
|
+
version "10.12.0"
|
|
1308
|
+
resolved "https://registry.npmjs.org/@npmcli/config/-/config-10.12.0.tgz"
|
|
1309
|
+
integrity sha512-bFkLY3PFzHmRa0pFRU4DQIV86pYi5oWycE6umTwuRzJv8MZ3eiJxtIYfl3pfNQvuLsjONccxhs9IcMhP/tCEBg==
|
|
1310
1310
|
dependencies:
|
|
1311
1311
|
"@npmcli/map-workspaces" "^5.0.0"
|
|
1312
1312
|
"@npmcli/package-json" "^7.0.0"
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
node-gyp "^12.1.0"
|
|
1421
1421
|
proc-log "^6.0.0"
|
|
1422
1422
|
|
|
1423
|
-
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.11", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.14":
|
|
1423
|
+
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.14":
|
|
1424
1424
|
version "4.11.14"
|
|
1425
1425
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz"
|
|
1426
1426
|
integrity sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==
|
|
@@ -1482,10 +1482,10 @@
|
|
|
1482
1482
|
semver "^7.6.0"
|
|
1483
1483
|
ts-json-schema-generator "^1.5.1"
|
|
1484
1484
|
|
|
1485
|
-
"@oclif/plugin-commands@4.1.
|
|
1486
|
-
version "4.1.
|
|
1487
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
1488
|
-
integrity sha512-
|
|
1485
|
+
"@oclif/plugin-commands@4.1.60":
|
|
1486
|
+
version "4.1.60"
|
|
1487
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.60.tgz"
|
|
1488
|
+
integrity sha512-jdwKjn4xToJ2i2ywrvl4f5secoCYVQ+KWzt7cyUTUTgEFM3YfDKMsFBlDJbaGeu6E0D3VS2pEchfSiYfo2XGdg==
|
|
1489
1489
|
dependencies:
|
|
1490
1490
|
"@oclif/core" "^4"
|
|
1491
1491
|
"@oclif/table" "^0.5.9"
|
|
@@ -1509,15 +1509,15 @@
|
|
|
1509
1509
|
ansis "^3.17.0"
|
|
1510
1510
|
fast-levenshtein "^3.0.0"
|
|
1511
1511
|
|
|
1512
|
-
"@oclif/plugin-plugins@5.4.
|
|
1513
|
-
version "5.4.
|
|
1514
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1515
|
-
integrity sha512-
|
|
1512
|
+
"@oclif/plugin-plugins@5.4.84":
|
|
1513
|
+
version "5.4.84"
|
|
1514
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.84.tgz"
|
|
1515
|
+
integrity sha512-MPWLirqUsclzOFzQ0LzF+5ZxZX7KaMKeMdmaPEGGNWHEKMXJxETDSj8EYQ0k38bJc7mqPxeg8fKGoSRj05n+Ag==
|
|
1516
1516
|
dependencies:
|
|
1517
|
-
"@oclif/core" "^4.11.
|
|
1517
|
+
"@oclif/core" "^4.11.14"
|
|
1518
1518
|
ansis "^3.17.0"
|
|
1519
1519
|
debug "^4.4.0"
|
|
1520
|
-
npm "^11.
|
|
1520
|
+
npm "^11.18.0"
|
|
1521
1521
|
npm-package-arg "^11.0.3"
|
|
1522
1522
|
npm-run-path "^5.3.0"
|
|
1523
1523
|
object-treeify "^4.0.1"
|
|
@@ -1888,10 +1888,10 @@
|
|
|
1888
1888
|
strip-ansi "6.0.1"
|
|
1889
1889
|
ts-retry-promise "^0.8.1"
|
|
1890
1890
|
|
|
1891
|
-
"@salesforce/core@^8.25.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4":
|
|
1892
|
-
version "8.31.
|
|
1893
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.31.
|
|
1894
|
-
integrity sha512-
|
|
1891
|
+
"@salesforce/core@^8.25.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.31.5":
|
|
1892
|
+
version "8.31.5"
|
|
1893
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.31.5.tgz"
|
|
1894
|
+
integrity sha512-UY1tGclGmxnUM0uQc2qFn2PmkI6Wa5BaV0PCfqJ5NnOK0vcamP1ftr/bwSLWdRStxoW8/DwsRm8FNembuqp7jA==
|
|
1895
1895
|
dependencies:
|
|
1896
1896
|
"@jsforce/jsforce-node" "^3.10.17"
|
|
1897
1897
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2103,7 +2103,7 @@
|
|
|
2103
2103
|
ansis "^3.17.0"
|
|
2104
2104
|
terminal-link "^3.0.0"
|
|
2105
2105
|
|
|
2106
|
-
"@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136", "@salesforce/plugin-info@^3.4.
|
|
2106
|
+
"@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136", "@salesforce/plugin-info@^3.4.144", "@salesforce/plugin-info@3.4.144":
|
|
2107
2107
|
version "3.4.144"
|
|
2108
2108
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.144.tgz"
|
|
2109
2109
|
integrity sha512-CUD63DQe71MlrJnCmws0bbkc+Zq0tuZ2Bf5bf63OCPs1Bc7jLBIQ6cf6J8ZVFM/sjeRBFq5ojNlZQg2TM7AepQ==
|
|
@@ -2209,14 +2209,14 @@
|
|
|
2209
2209
|
"@salesforce/core" "^8.30.3"
|
|
2210
2210
|
"@salesforce/sf-plugins-core" "^12.2.24"
|
|
2211
2211
|
|
|
2212
|
-
"@salesforce/plugin-settings@2.4.
|
|
2213
|
-
version "2.4.
|
|
2214
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2215
|
-
integrity sha512-
|
|
2212
|
+
"@salesforce/plugin-settings@2.4.92":
|
|
2213
|
+
version "2.4.92"
|
|
2214
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.92.tgz"
|
|
2215
|
+
integrity sha512-rHlgPASGG/2VJ4vqkgwbQu2BBzuN7IhrapzZ6k5H6UXIM3WUVItPMgbs9HqtcCRIjPyxjDdGU4SXoiL0sFzybg==
|
|
2216
2216
|
dependencies:
|
|
2217
2217
|
"@oclif/core" "^4"
|
|
2218
|
-
"@salesforce/core" "^8.31.
|
|
2219
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2218
|
+
"@salesforce/core" "^8.31.5"
|
|
2219
|
+
"@salesforce/sf-plugins-core" "^12.2.25"
|
|
2220
2220
|
fast-levenshtein "^3.0.0"
|
|
2221
2221
|
|
|
2222
2222
|
"@salesforce/plugin-sobject@1.4.117":
|
|
@@ -2257,19 +2257,19 @@
|
|
|
2257
2257
|
"@salesforce/sf-plugins-core" "^12"
|
|
2258
2258
|
"@salesforce/templates" "^66.10.4"
|
|
2259
2259
|
|
|
2260
|
-
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.
|
|
2261
|
-
version "3.8.
|
|
2262
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
2263
|
-
integrity sha512-
|
|
2260
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.32":
|
|
2261
|
+
version "3.8.32"
|
|
2262
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.32.tgz"
|
|
2263
|
+
integrity sha512-YfN3JKL8WW8X7/xzk2ys+ZsCDvsl8pbqEQchMcvyqEPfbdfQ7NhaiZhU3Eqr29FPucNLAKW1adD8FTZ2JChXUg==
|
|
2264
2264
|
dependencies:
|
|
2265
2265
|
"@oclif/core" "^4"
|
|
2266
2266
|
"@salesforce/core" "^8.29.1"
|
|
2267
2267
|
"@salesforce/kit" "^3.2.6"
|
|
2268
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2268
|
+
"@salesforce/plugin-info" "^3.4.144"
|
|
2269
2269
|
"@salesforce/sf-plugins-core" "^12"
|
|
2270
2270
|
cross-spawn "^7.0.6"
|
|
2271
2271
|
got "^13.0.0"
|
|
2272
|
-
npm "^11.
|
|
2272
|
+
npm "^11.18.0"
|
|
2273
2273
|
npm-run-path "^4.0.1"
|
|
2274
2274
|
proxy-agent "^6.5.0"
|
|
2275
2275
|
semver "^7.8.2"
|
|
@@ -7030,12 +7030,12 @@ libnpmaccess@^10.0.3:
|
|
|
7030
7030
|
npm-package-arg "^13.0.0"
|
|
7031
7031
|
npm-registry-fetch "^19.0.0"
|
|
7032
7032
|
|
|
7033
|
-
libnpmdiff@^8.1.
|
|
7034
|
-
version "8.1.
|
|
7035
|
-
resolved "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.
|
|
7036
|
-
integrity sha512-
|
|
7033
|
+
libnpmdiff@^8.1.11:
|
|
7034
|
+
version "8.1.11"
|
|
7035
|
+
resolved "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.11.tgz"
|
|
7036
|
+
integrity sha512-u09dtt3H2TWCORmbidG7tE1zqpWVWdO7FXJHKWUgrISCI8iruIbm1Vd8RQI/zqrbTn8H/gszWasVThvjR8G0bg==
|
|
7037
7037
|
dependencies:
|
|
7038
|
-
"@npmcli/arborist" "^9.
|
|
7038
|
+
"@npmcli/arborist" "^9.9.0"
|
|
7039
7039
|
"@npmcli/installed-package-contents" "^4.0.0"
|
|
7040
7040
|
binary-extensions "^3.0.0"
|
|
7041
7041
|
diff "^8.0.2"
|
|
@@ -7044,13 +7044,13 @@ libnpmdiff@^8.1.10:
|
|
|
7044
7044
|
pacote "^21.0.2"
|
|
7045
7045
|
tar "^7.5.1"
|
|
7046
7046
|
|
|
7047
|
-
libnpmexec@^10.3.
|
|
7048
|
-
version "10.3.
|
|
7049
|
-
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.
|
|
7050
|
-
integrity sha512-
|
|
7047
|
+
libnpmexec@^10.3.1:
|
|
7048
|
+
version "10.3.1"
|
|
7049
|
+
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.3.1.tgz"
|
|
7050
|
+
integrity sha512-W5cwKcTV+lfbUr7vSbFXjNzqbRs5jxO6H1zDHiqp4ftd9zLWhUhS5BjoOu1fVcpENhb+1X5Q1EPO4auvxsbu3w==
|
|
7051
7051
|
dependencies:
|
|
7052
7052
|
"@gar/promise-retry" "^1.0.0"
|
|
7053
|
-
"@npmcli/arborist" "^9.
|
|
7053
|
+
"@npmcli/arborist" "^9.9.0"
|
|
7054
7054
|
"@npmcli/package-json" "^7.0.0"
|
|
7055
7055
|
"@npmcli/run-script" "^10.0.0"
|
|
7056
7056
|
ci-info "^4.0.0"
|
|
@@ -7062,12 +7062,12 @@ libnpmexec@^10.3.0:
|
|
|
7062
7062
|
signal-exit "^4.1.0"
|
|
7063
7063
|
walk-up-path "^4.0.0"
|
|
7064
7064
|
|
|
7065
|
-
libnpmfund@^7.0.
|
|
7066
|
-
version "7.0.
|
|
7067
|
-
resolved "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.
|
|
7068
|
-
integrity sha512-
|
|
7065
|
+
libnpmfund@^7.0.25:
|
|
7066
|
+
version "7.0.25"
|
|
7067
|
+
resolved "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.25.tgz"
|
|
7068
|
+
integrity sha512-ZmLv4zKbR0eH8pnd6RKGayEDNixzb8yyAlrRArIXBu5gEOKc8FrJDP7trzKSYmojUjUtp8zUiCnE4O5sGq3eiQ==
|
|
7069
7069
|
dependencies:
|
|
7070
|
-
"@npmcli/arborist" "^9.
|
|
7070
|
+
"@npmcli/arborist" "^9.9.0"
|
|
7071
7071
|
|
|
7072
7072
|
libnpmorg@^8.0.1:
|
|
7073
7073
|
version "8.0.1"
|
|
@@ -7077,12 +7077,12 @@ libnpmorg@^8.0.1:
|
|
|
7077
7077
|
aproba "^2.0.0"
|
|
7078
7078
|
npm-registry-fetch "^19.0.0"
|
|
7079
7079
|
|
|
7080
|
-
libnpmpack@^9.1.
|
|
7081
|
-
version "9.1.
|
|
7082
|
-
resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.
|
|
7083
|
-
integrity sha512-
|
|
7080
|
+
libnpmpack@^9.1.11:
|
|
7081
|
+
version "9.1.11"
|
|
7082
|
+
resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.11.tgz"
|
|
7083
|
+
integrity sha512-jszQCrN3lyWyr6KW2uHmQV5L6ggoQ+/dGNweDPIpSUPARjfiU+0BzZNqVEf2Tgvo8wCL5u5yc4tFh3r3dborqg==
|
|
7084
7084
|
dependencies:
|
|
7085
|
-
"@npmcli/arborist" "^9.
|
|
7085
|
+
"@npmcli/arborist" "^9.9.0"
|
|
7086
7086
|
"@npmcli/run-script" "^10.0.0"
|
|
7087
7087
|
npm-package-arg "^13.0.0"
|
|
7088
7088
|
pacote "^21.0.2"
|
|
@@ -8124,13 +8124,13 @@ npm-pick-manifest@^11.0.1, npm-pick-manifest@^11.0.3:
|
|
|
8124
8124
|
npm-package-arg "^13.0.0"
|
|
8125
8125
|
semver "^7.3.5"
|
|
8126
8126
|
|
|
8127
|
-
npm-profile@^12.0.
|
|
8128
|
-
version "12.0.
|
|
8129
|
-
resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.
|
|
8130
|
-
integrity sha512
|
|
8127
|
+
npm-profile@^12.0.2:
|
|
8128
|
+
version "12.0.2"
|
|
8129
|
+
resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.2.tgz"
|
|
8130
|
+
integrity sha512-+OKkPvqvx83vRG8aIetzABI99e5uzZZ6HIS5zCr+oRPSuDL0Buk1KJh/LqyR0BuiWmLeDWGI77igNYipztLm1w==
|
|
8131
8131
|
dependencies:
|
|
8132
8132
|
npm-registry-fetch "^19.0.0"
|
|
8133
|
-
proc-log "^6.
|
|
8133
|
+
proc-log "^6.1.0"
|
|
8134
8134
|
|
|
8135
8135
|
npm-registry-fetch@^19.0.0, npm-registry-fetch@^19.1.1:
|
|
8136
8136
|
version "19.1.1"
|
|
@@ -8165,14 +8165,14 @@ npm-user-validate@^4.0.0:
|
|
|
8165
8165
|
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-4.0.0.tgz"
|
|
8166
8166
|
integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ==
|
|
8167
8167
|
|
|
8168
|
-
npm@^11.
|
|
8169
|
-
version "11.
|
|
8170
|
-
resolved "https://registry.npmjs.org/npm/-/npm-11.
|
|
8171
|
-
integrity sha512-
|
|
8168
|
+
npm@^11.18.0:
|
|
8169
|
+
version "11.18.0"
|
|
8170
|
+
resolved "https://registry.npmjs.org/npm/-/npm-11.18.0.tgz"
|
|
8171
|
+
integrity sha512-T67M4L5wNm0cZ7EBLErcEkY1SmzEW/WJ+SADBzsFUY1UdAPfFHXFQtZ6SEXiK0+vzXysCvAsepbMaBTwnrAD+w==
|
|
8172
8172
|
dependencies:
|
|
8173
8173
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
8174
|
-
"@npmcli/arborist" "^9.
|
|
8175
|
-
"@npmcli/config" "^10.
|
|
8174
|
+
"@npmcli/arborist" "^9.9.0"
|
|
8175
|
+
"@npmcli/config" "^10.12.0"
|
|
8176
8176
|
"@npmcli/fs" "^5.0.0"
|
|
8177
8177
|
"@npmcli/map-workspaces" "^5.0.3"
|
|
8178
8178
|
"@npmcli/metavuln-calculator" "^9.0.3"
|
|
@@ -8196,11 +8196,11 @@ npm@^11.17.0:
|
|
|
8196
8196
|
is-cidr "^6.0.4"
|
|
8197
8197
|
json-parse-even-better-errors "^5.0.0"
|
|
8198
8198
|
libnpmaccess "^10.0.3"
|
|
8199
|
-
libnpmdiff "^8.1.
|
|
8200
|
-
libnpmexec "^10.3.
|
|
8201
|
-
libnpmfund "^7.0.
|
|
8199
|
+
libnpmdiff "^8.1.11"
|
|
8200
|
+
libnpmexec "^10.3.1"
|
|
8201
|
+
libnpmfund "^7.0.25"
|
|
8202
8202
|
libnpmorg "^8.0.1"
|
|
8203
|
-
libnpmpack "^9.1.
|
|
8203
|
+
libnpmpack "^9.1.11"
|
|
8204
8204
|
libnpmpublish "^11.2.0"
|
|
8205
8205
|
libnpmsearch "^9.0.1"
|
|
8206
8206
|
libnpmteam "^8.0.2"
|
|
@@ -8216,7 +8216,7 @@ npm@^11.17.0:
|
|
|
8216
8216
|
npm-install-checks "^8.0.0"
|
|
8217
8217
|
npm-package-arg "^13.0.2"
|
|
8218
8218
|
npm-pick-manifest "^11.0.3"
|
|
8219
|
-
npm-profile "^12.0.
|
|
8219
|
+
npm-profile "^12.0.2"
|
|
8220
8220
|
npm-registry-fetch "^19.1.1"
|
|
8221
8221
|
npm-user-validate "^4.0.0"
|
|
8222
8222
|
p-map "^7.0.4"
|
|
@@ -8225,11 +8225,11 @@ npm@^11.17.0:
|
|
|
8225
8225
|
proc-log "^6.1.0"
|
|
8226
8226
|
qrcode-terminal "^0.12.0"
|
|
8227
8227
|
read "^5.0.1"
|
|
8228
|
-
semver "^7.8.
|
|
8228
|
+
semver "^7.8.5"
|
|
8229
8229
|
spdx-expression-parse "^4.0.0"
|
|
8230
8230
|
ssri "^13.0.1"
|
|
8231
8231
|
supports-color "^10.2.2"
|
|
8232
|
-
tar "^7.5.
|
|
8232
|
+
tar "^7.5.19"
|
|
8233
8233
|
text-table "~0.2.0"
|
|
8234
8234
|
tiny-relative-date "^2.0.2"
|
|
8235
8235
|
treeverse "^3.0.0"
|
|
@@ -9472,9 +9472,6 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semve
|
|
|
9472
9472
|
resolved "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz"
|
|
9473
9473
|
integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==
|
|
9474
9474
|
|
|
9475
|
-
semver@^7.8.4:
|
|
9476
|
-
version "7.8.4"
|
|
9477
|
-
|
|
9478
9475
|
"semver@2 || 3 || 4 || 5":
|
|
9479
9476
|
version "5.7.2"
|
|
9480
9477
|
resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
|
|
@@ -10109,15 +10106,6 @@ tar@^7.4.3, tar@^7.5.1, tar@^7.5.19, tar@^7.5.4:
|
|
|
10109
10106
|
minizlib "^3.1.0"
|
|
10110
10107
|
yallist "^5.0.0"
|
|
10111
10108
|
|
|
10112
|
-
tar@^7.5.16:
|
|
10113
|
-
version "7.5.16"
|
|
10114
|
-
dependencies:
|
|
10115
|
-
"@isaacs/fs-minipass" "^4.0.0"
|
|
10116
|
-
chownr "^3.0.0"
|
|
10117
|
-
minipass "^7.1.2"
|
|
10118
|
-
minizlib "^3.1.0"
|
|
10119
|
-
yallist "^5.0.0"
|
|
10120
|
-
|
|
10121
10109
|
terminal-link@^3.0.0:
|
|
10122
10110
|
version "3.0.0"
|
|
10123
10111
|
resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.143.
|
|
4
|
+
"version": "2.143.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.14.0",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.71",
|
|
81
81
|
"@salesforce/plugin-custom-metadata": "3.3.109",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.3.0",
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
149
|
"@oclif/core": "4.11.14",
|
|
150
150
|
"@oclif/plugin-autocomplete": "3.2.53",
|
|
151
|
-
"@oclif/plugin-commands": "4.1.
|
|
151
|
+
"@oclif/plugin-commands": "4.1.60",
|
|
152
152
|
"@oclif/plugin-help": "6.2.53",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.88",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.84",
|
|
155
155
|
"@oclif/plugin-search": "1.2.52",
|
|
156
156
|
"@oclif/plugin-update": "4.7.54",
|
|
157
157
|
"@oclif/plugin-version": "2.2.50",
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
"@salesforce/plugin-org": "5.11.12",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.122",
|
|
174
|
-
"@salesforce/plugin-settings": "2.4.
|
|
174
|
+
"@salesforce/plugin-settings": "2.4.92",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.117",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
177
177
|
"@salesforce/plugin-templates": "56.18.12",
|
|
178
|
-
"@salesforce/plugin-trust": "3.8.
|
|
178
|
+
"@salesforce/plugin-trust": "3.8.32",
|
|
179
179
|
"@salesforce/plugin-user": "3.10.4",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.25",
|
|
181
181
|
"ansis": "^3.12.0"
|