@salesforce/cli 2.51.3 → 2.51.4
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 +61 -61
- package/npm-shrinkwrap.json +84 -120
- package/oclif.lock +87 -106
- package/oclif.manifest.json +126 -126
- package/package.json +18 -18
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.51.
|
|
3
|
+
"version": "2.51.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.51.
|
|
9
|
+
"version": "2.51.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.12",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.1.7",
|
|
16
16
|
"@oclif/plugin-commands": "4.0.7",
|
|
17
17
|
"@oclif/plugin-help": "6.2.6",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.3.
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.4.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.11",
|
|
19
|
+
"@oclif/plugin-plugins": "5.3.7",
|
|
20
|
+
"@oclif/plugin-search": "1.2.3",
|
|
21
|
+
"@oclif/plugin-update": "4.4.9",
|
|
22
22
|
"@oclif/plugin-version": "2.2.8",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.9",
|
|
24
|
+
"@oclif/plugin-which": "3.2.8",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.2.
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
27
|
+
"@salesforce/plugin-apex": "3.2.5",
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.36",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.5",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.14",
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
32
|
-
"@salesforce/plugin-limits": "3.3.
|
|
31
|
+
"@salesforce/plugin-info": "3.3.18",
|
|
32
|
+
"@salesforce/plugin-limits": "3.3.18",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.17",
|
|
34
|
-
"@salesforce/plugin-org": "4.3.
|
|
34
|
+
"@salesforce/plugin-org": "4.3.5",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.7.1",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.19",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.8",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.19",
|
|
39
39
|
"@salesforce/plugin-source": "3.5.5",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.2",
|
|
41
|
-
"@salesforce/plugin-templates": "56.3.
|
|
41
|
+
"@salesforce/plugin-templates": "56.3.3",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.13",
|
|
43
|
-
"@salesforce/plugin-user": "3.5.
|
|
44
|
-
"@salesforce/sf-plugins-core": "11.1.
|
|
43
|
+
"@salesforce/plugin-user": "3.5.18",
|
|
44
|
+
"@salesforce/sf-plugins-core": "11.1.9",
|
|
45
45
|
"ansis": "^3.2.0"
|
|
46
46
|
},
|
|
47
47
|
"bin": {
|
|
@@ -2467,57 +2467,21 @@
|
|
|
2467
2467
|
}
|
|
2468
2468
|
},
|
|
2469
2469
|
"node_modules/@inquirer/checkbox": {
|
|
2470
|
-
"version": "2.3.
|
|
2471
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.
|
|
2472
|
-
"integrity": "sha512-
|
|
2473
|
-
"license": "MIT",
|
|
2474
|
-
"dependencies": {
|
|
2475
|
-
"@inquirer/core": "^8.2.4",
|
|
2476
|
-
"@inquirer/figures": "^1.0.3",
|
|
2477
|
-
"@inquirer/type": "^1.3.3",
|
|
2478
|
-
"ansi-escapes": "^4.3.2",
|
|
2479
|
-
"picocolors": "^1.0.1"
|
|
2480
|
-
},
|
|
2481
|
-
"engines": {
|
|
2482
|
-
"node": ">=18"
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
|
-
"node_modules/@inquirer/checkbox/node_modules/@inquirer/core": {
|
|
2486
|
-
"version": "8.2.4",
|
|
2487
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.4.tgz",
|
|
2488
|
-
"integrity": "sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==",
|
|
2470
|
+
"version": "2.3.10",
|
|
2471
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.10.tgz",
|
|
2472
|
+
"integrity": "sha512-CTc864M2/523rKc9AglIzAcUCuPXDZENgc5S2KZFVRbnMzpXcYTsUWmbqSeL0XLvtlvEtNevkkVbfVhJpruOyQ==",
|
|
2489
2473
|
"license": "MIT",
|
|
2490
2474
|
"dependencies": {
|
|
2475
|
+
"@inquirer/core": "^9.0.2",
|
|
2491
2476
|
"@inquirer/figures": "^1.0.3",
|
|
2492
|
-
"@inquirer/type": "^1.
|
|
2493
|
-
"@types/mute-stream": "^0.0.4",
|
|
2494
|
-
"@types/node": "^20.14.9",
|
|
2495
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
2477
|
+
"@inquirer/type": "^1.4.0",
|
|
2496
2478
|
"ansi-escapes": "^4.3.2",
|
|
2497
|
-
"
|
|
2498
|
-
"cli-width": "^4.1.0",
|
|
2499
|
-
"mute-stream": "^1.0.0",
|
|
2500
|
-
"picocolors": "^1.0.1",
|
|
2501
|
-
"signal-exit": "^4.1.0",
|
|
2502
|
-
"strip-ansi": "^6.0.1",
|
|
2503
|
-
"wrap-ansi": "^6.2.0"
|
|
2479
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
2504
2480
|
},
|
|
2505
2481
|
"engines": {
|
|
2506
2482
|
"node": ">=18"
|
|
2507
2483
|
}
|
|
2508
2484
|
},
|
|
2509
|
-
"node_modules/@inquirer/checkbox/node_modules/signal-exit": {
|
|
2510
|
-
"version": "4.1.0",
|
|
2511
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2512
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2513
|
-
"license": "ISC",
|
|
2514
|
-
"engines": {
|
|
2515
|
-
"node": ">=14"
|
|
2516
|
-
},
|
|
2517
|
-
"funding": {
|
|
2518
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2519
|
-
}
|
|
2520
|
-
},
|
|
2521
2485
|
"node_modules/@inquirer/confirm": {
|
|
2522
2486
|
"version": "3.1.14",
|
|
2523
2487
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.14.tgz",
|
|
@@ -3330,9 +3294,9 @@
|
|
|
3330
3294
|
}
|
|
3331
3295
|
},
|
|
3332
3296
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3333
|
-
"version": "3.1.
|
|
3334
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.
|
|
3335
|
-
"integrity": "sha512-
|
|
3297
|
+
"version": "3.1.7",
|
|
3298
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.7.tgz",
|
|
3299
|
+
"integrity": "sha512-PeI5VV7rJ0CzGsxJ7L8Z166PIK0F/ukHQihHt8RLVYnuDGa8ZMMwKgZPRhTyR3dcSwYajpgHvQ1ONZz1D46Fpg==",
|
|
3336
3300
|
"license": "MIT",
|
|
3337
3301
|
"dependencies": {
|
|
3338
3302
|
"@oclif/core": "^4",
|
|
@@ -3440,9 +3404,9 @@
|
|
|
3440
3404
|
}
|
|
3441
3405
|
},
|
|
3442
3406
|
"node_modules/@oclif/plugin-not-found": {
|
|
3443
|
-
"version": "3.2.
|
|
3444
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3445
|
-
"integrity": "sha512-
|
|
3407
|
+
"version": "3.2.11",
|
|
3408
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.11.tgz",
|
|
3409
|
+
"integrity": "sha512-mHHqz2EaWCw9r12ShDyJYgYr+EyJTUpfkTx9NeTAnvn7TzGhZYJEj7N3YFZm/41V43wOZxOFYejsIEwci6y+/A==",
|
|
3446
3410
|
"license": "MIT",
|
|
3447
3411
|
"dependencies": {
|
|
3448
3412
|
"@inquirer/confirm": "^3.1.14",
|
|
@@ -3455,13 +3419,13 @@
|
|
|
3455
3419
|
}
|
|
3456
3420
|
},
|
|
3457
3421
|
"node_modules/@oclif/plugin-plugins": {
|
|
3458
|
-
"version": "5.3.
|
|
3459
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.
|
|
3460
|
-
"integrity": "sha512-
|
|
3422
|
+
"version": "5.3.7",
|
|
3423
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.7.tgz",
|
|
3424
|
+
"integrity": "sha512-z911JJUj/7eZ7L3GXYTJHDIe35Qm1TFQ/4CVMf1YyEBLhO3yktbzcys2+ncmdlphyoJCYwOsnfSPV09oBtT4ZA==",
|
|
3461
3425
|
"license": "MIT",
|
|
3462
3426
|
"dependencies": {
|
|
3463
3427
|
"@oclif/core": "^4",
|
|
3464
|
-
"ansis": "^3.2.
|
|
3428
|
+
"ansis": "^3.2.1",
|
|
3465
3429
|
"debug": "^4.3.4",
|
|
3466
3430
|
"npm": "^10.8.2",
|
|
3467
3431
|
"npm-package-arg": "^11.0.2",
|
|
@@ -3504,9 +3468,9 @@
|
|
|
3504
3468
|
}
|
|
3505
3469
|
},
|
|
3506
3470
|
"node_modules/@oclif/plugin-search": {
|
|
3507
|
-
"version": "1.2.
|
|
3508
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3509
|
-
"integrity": "sha512-
|
|
3471
|
+
"version": "1.2.3",
|
|
3472
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.3.tgz",
|
|
3473
|
+
"integrity": "sha512-MCNhhk0PG4PXDeFWzq7kLNqsN4xYNBF29NILvb1Hh52hELhwPFmdlhwwgSzsFH2GhMwhqaKD0WrcuXaSKDjCTw==",
|
|
3510
3474
|
"license": "MIT",
|
|
3511
3475
|
"dependencies": {
|
|
3512
3476
|
"@oclif/core": "^4",
|
|
@@ -3533,14 +3497,14 @@
|
|
|
3533
3497
|
}
|
|
3534
3498
|
},
|
|
3535
3499
|
"node_modules/@oclif/plugin-update": {
|
|
3536
|
-
"version": "4.4.
|
|
3537
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.
|
|
3538
|
-
"integrity": "sha512-
|
|
3500
|
+
"version": "4.4.9",
|
|
3501
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.9.tgz",
|
|
3502
|
+
"integrity": "sha512-aATUqfHI/mxMGm2DqPs27J7IglI3plSBf/WPXaa3wC5kBYGNnz7d13x+/t0Vljz2yKhhh6BjdnsSAKBfQtOAbQ==",
|
|
3539
3503
|
"license": "MIT",
|
|
3540
3504
|
"dependencies": {
|
|
3541
3505
|
"@inquirer/select": "^2.3.7",
|
|
3542
3506
|
"@oclif/core": "^4",
|
|
3543
|
-
"ansis": "^3.2.
|
|
3507
|
+
"ansis": "^3.2.1",
|
|
3544
3508
|
"debug": "^4.3.5",
|
|
3545
3509
|
"filesize": "^6.1.0",
|
|
3546
3510
|
"got": "^13",
|
|
@@ -3566,9 +3530,9 @@
|
|
|
3566
3530
|
}
|
|
3567
3531
|
},
|
|
3568
3532
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3569
|
-
"version": "3.1.
|
|
3570
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3571
|
-
"integrity": "sha512-
|
|
3533
|
+
"version": "3.1.9",
|
|
3534
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.9.tgz",
|
|
3535
|
+
"integrity": "sha512-4iIU+q9abyH3JbrQolL5AmcopSSorXLGCjSDH+KsIqYrGSgpwEnBXuAXLNzzO0E9A1Q8LO6zIYHKZ8yr0uE3lw==",
|
|
3572
3536
|
"license": "MIT",
|
|
3573
3537
|
"dependencies": {
|
|
3574
3538
|
"@oclif/core": "^4",
|
|
@@ -3582,13 +3546,13 @@
|
|
|
3582
3546
|
}
|
|
3583
3547
|
},
|
|
3584
3548
|
"node_modules/@oclif/plugin-which": {
|
|
3585
|
-
"version": "3.2.
|
|
3586
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3587
|
-
"integrity": "sha512-
|
|
3549
|
+
"version": "3.2.8",
|
|
3550
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.8.tgz",
|
|
3551
|
+
"integrity": "sha512-7QN9B+wTWTItuZvbO1mvZSEDyPROSe9xSA1ujrGr6bokBXnuPcudFRk7OKWPZu5Yajg6ae70nOVHG3VuBT3OHQ==",
|
|
3588
3552
|
"license": "MIT",
|
|
3589
3553
|
"dependencies": {
|
|
3590
3554
|
"@oclif/core": "^4",
|
|
3591
|
-
"ansis": "^3.2.
|
|
3555
|
+
"ansis": "^3.2.1"
|
|
3592
3556
|
},
|
|
3593
3557
|
"engines": {
|
|
3594
3558
|
"node": ">=18.0.0"
|
|
@@ -4125,15 +4089,15 @@
|
|
|
4125
4089
|
}
|
|
4126
4090
|
},
|
|
4127
4091
|
"node_modules/@salesforce/plugin-apex": {
|
|
4128
|
-
"version": "3.2.
|
|
4129
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.
|
|
4130
|
-
"integrity": "sha512-
|
|
4092
|
+
"version": "3.2.5",
|
|
4093
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.5.tgz",
|
|
4094
|
+
"integrity": "sha512-06y/kVfGwtZI9FuZr07ygCD4tqoZEiblldUybYiAtiKt6IIIIewaK+XTlzSgZwbhNyt7R26i8bvTSxbDfMMmRg==",
|
|
4131
4095
|
"license": "BSD-3-Clause",
|
|
4132
4096
|
"dependencies": {
|
|
4133
4097
|
"@salesforce/apex-node": "^7.0.4",
|
|
4134
4098
|
"@salesforce/core": "^8.1.0",
|
|
4135
4099
|
"@salesforce/kit": "^3.1.6",
|
|
4136
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4100
|
+
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
4137
4101
|
"ansis": "^3.2.0"
|
|
4138
4102
|
},
|
|
4139
4103
|
"engines": {
|
|
@@ -4141,18 +4105,18 @@
|
|
|
4141
4105
|
}
|
|
4142
4106
|
},
|
|
4143
4107
|
"node_modules/@salesforce/plugin-auth": {
|
|
4144
|
-
"version": "3.6.
|
|
4145
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4146
|
-
"integrity": "sha512-
|
|
4108
|
+
"version": "3.6.36",
|
|
4109
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.36.tgz",
|
|
4110
|
+
"integrity": "sha512-DyjmbRyNzFQ3nOktLI75ogDk03qLrEzR4mJ45R2VqpXRXkrnzNV2Wcbod+NjbPk9vFy4FVZa/XghsdsU3BmycA==",
|
|
4147
4111
|
"license": "BSD-3-Clause",
|
|
4148
4112
|
"dependencies": {
|
|
4149
|
-
"@inquirer/checkbox": "^2.3.
|
|
4113
|
+
"@inquirer/checkbox": "^2.3.10",
|
|
4150
4114
|
"@inquirer/select": "^2.3.7",
|
|
4151
4115
|
"@oclif/core": "^4",
|
|
4152
4116
|
"@salesforce/core": "^8.1.1",
|
|
4153
4117
|
"@salesforce/kit": "^3.1.6",
|
|
4154
4118
|
"@salesforce/plugin-info": "^3.3.11",
|
|
4155
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4119
|
+
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
4156
4120
|
"@salesforce/ts-types": "^2.0.10",
|
|
4157
4121
|
"open": "^10.1.0"
|
|
4158
4122
|
},
|
|
@@ -4243,9 +4207,9 @@
|
|
|
4243
4207
|
}
|
|
4244
4208
|
},
|
|
4245
4209
|
"node_modules/@salesforce/plugin-info": {
|
|
4246
|
-
"version": "3.3.
|
|
4247
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
4248
|
-
"integrity": "sha512-
|
|
4210
|
+
"version": "3.3.18",
|
|
4211
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.18.tgz",
|
|
4212
|
+
"integrity": "sha512-nevkyqkn7CfYTdB1wfk2yJisjBmVqW7OKgcx5HI712UWrpwICc4RapZqfsOFTV8c7kGey6winf3BwZSEHheWvQ==",
|
|
4249
4213
|
"license": "BSD-3-Clause",
|
|
4250
4214
|
"dependencies": {
|
|
4251
4215
|
"@inquirer/input": "^2.2.1",
|
|
@@ -4266,13 +4230,13 @@
|
|
|
4266
4230
|
}
|
|
4267
4231
|
},
|
|
4268
4232
|
"node_modules/@salesforce/plugin-limits": {
|
|
4269
|
-
"version": "3.3.
|
|
4270
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
4271
|
-
"integrity": "sha512-
|
|
4233
|
+
"version": "3.3.18",
|
|
4234
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.18.tgz",
|
|
4235
|
+
"integrity": "sha512-1ewVYxZmw3OwysUDtTaJuzoI3WdCxotRkkipnvD2+jIGEQ/brclBqMxZ2dBF3k3Wc0rjmWG8z3nEaNc+nsxdcw==",
|
|
4272
4236
|
"license": "BSD-3-Clause",
|
|
4273
4237
|
"dependencies": {
|
|
4274
4238
|
"@salesforce/core": "^8.1.1",
|
|
4275
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4239
|
+
"@salesforce/sf-plugins-core": "^11.1.6"
|
|
4276
4240
|
},
|
|
4277
4241
|
"engines": {
|
|
4278
4242
|
"node": ">=18.0.0"
|
|
@@ -4295,12 +4259,12 @@
|
|
|
4295
4259
|
}
|
|
4296
4260
|
},
|
|
4297
4261
|
"node_modules/@salesforce/plugin-org": {
|
|
4298
|
-
"version": "4.3.
|
|
4299
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.3.
|
|
4300
|
-
"integrity": "sha512-
|
|
4262
|
+
"version": "4.3.5",
|
|
4263
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.3.5.tgz",
|
|
4264
|
+
"integrity": "sha512-JYafUUAb17V1ZMpFpbpURE0AXZnmwlJcZbF289Pj1InRVyOTq1KhlmawMIIeYdtwy9X3D+G3whPUovLE0ApUbw==",
|
|
4301
4265
|
"license": "BSD-3-Clause",
|
|
4302
4266
|
"dependencies": {
|
|
4303
|
-
"@oclif/core": "^4.0.
|
|
4267
|
+
"@oclif/core": "^4.0.12",
|
|
4304
4268
|
"@salesforce/core": "^8.1.0",
|
|
4305
4269
|
"@salesforce/kit": "^3.1.6",
|
|
4306
4270
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
@@ -4503,13 +4467,13 @@
|
|
|
4503
4467
|
}
|
|
4504
4468
|
},
|
|
4505
4469
|
"node_modules/@salesforce/plugin-templates": {
|
|
4506
|
-
"version": "56.3.
|
|
4507
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
4508
|
-
"integrity": "sha512-
|
|
4470
|
+
"version": "56.3.3",
|
|
4471
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.3.tgz",
|
|
4472
|
+
"integrity": "sha512-bVN9dksS3HVQV6hH9Y+pMK4AJvPVwb/21DPtxNL7WRYfzSafaOpAoqmoFYYVKK9f2j5AuIIGPyfZ+FpxYAyd5w==",
|
|
4509
4473
|
"license": "BSD-3-Clause",
|
|
4510
4474
|
"dependencies": {
|
|
4511
4475
|
"@salesforce/core": "^8.0.5",
|
|
4512
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4476
|
+
"@salesforce/sf-plugins-core": "^11.1.6",
|
|
4513
4477
|
"@salesforce/templates": "^61.2.1"
|
|
4514
4478
|
},
|
|
4515
4479
|
"engines": {
|
|
@@ -4542,15 +4506,15 @@
|
|
|
4542
4506
|
}
|
|
4543
4507
|
},
|
|
4544
4508
|
"node_modules/@salesforce/plugin-user": {
|
|
4545
|
-
"version": "3.5.
|
|
4546
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
4547
|
-
"integrity": "sha512-
|
|
4509
|
+
"version": "3.5.18",
|
|
4510
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.18.tgz",
|
|
4511
|
+
"integrity": "sha512-0duHwc0QMBh2qlbuf4sSK1rf70xr04H3hp3Sjt673N6171nj7x5tTrlwd728Pg4FmwNbLdY2nRqY2ka7tY5KXw==",
|
|
4548
4512
|
"license": "BSD-3-Clause",
|
|
4549
4513
|
"dependencies": {
|
|
4550
4514
|
"@oclif/core": "^4",
|
|
4551
4515
|
"@salesforce/core": "^8.0.1",
|
|
4552
4516
|
"@salesforce/kit": "^3.1.6",
|
|
4553
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4517
|
+
"@salesforce/sf-plugins-core": "^11.1.7",
|
|
4554
4518
|
"@salesforce/ts-types": "^2.0.10"
|
|
4555
4519
|
},
|
|
4556
4520
|
"engines": {
|
|
@@ -4571,22 +4535,22 @@
|
|
|
4571
4535
|
"license": "ISC"
|
|
4572
4536
|
},
|
|
4573
4537
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4574
|
-
"version": "11.1.
|
|
4575
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
4576
|
-
"integrity": "sha512-
|
|
4538
|
+
"version": "11.1.9",
|
|
4539
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.9.tgz",
|
|
4540
|
+
"integrity": "sha512-Uz+H39axao5D9N0oKYqai4wUizl/GaFAzrcHbX7h6sVKzB3BBoVJSQ1IrOe1Pu29AP72QujCU5Huv/BOR/0DZA==",
|
|
4577
4541
|
"license": "BSD-3-Clause",
|
|
4578
4542
|
"dependencies": {
|
|
4579
4543
|
"@inquirer/confirm": "^3.1.14",
|
|
4580
4544
|
"@inquirer/password": "^2.1.14",
|
|
4581
|
-
"@oclif/core": "^4.0.
|
|
4545
|
+
"@oclif/core": "^4.0.12",
|
|
4582
4546
|
"@salesforce/core": "^8.1.1",
|
|
4583
4547
|
"@salesforce/kit": "^3.1.6",
|
|
4584
4548
|
"@salesforce/ts-types": "^2.0.10",
|
|
4585
|
-
"ansis": "^3.2.
|
|
4549
|
+
"ansis": "^3.2.1",
|
|
4586
4550
|
"cli-progress": "^3.12.0",
|
|
4587
4551
|
"natural-orderby": "^3.0.2",
|
|
4588
4552
|
"slice-ansi": "^7.1.0",
|
|
4589
|
-
"string-width": "^7.
|
|
4553
|
+
"string-width": "^7.2.0",
|
|
4590
4554
|
"terminal-link": "^3.0.0"
|
|
4591
4555
|
},
|
|
4592
4556
|
"engines": {
|
|
@@ -4612,9 +4576,9 @@
|
|
|
4612
4576
|
"license": "MIT"
|
|
4613
4577
|
},
|
|
4614
4578
|
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
4615
|
-
"version": "7.
|
|
4616
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.
|
|
4617
|
-
"integrity": "sha512-
|
|
4579
|
+
"version": "7.2.0",
|
|
4580
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4581
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4618
4582
|
"license": "MIT",
|
|
4619
4583
|
"dependencies": {
|
|
4620
4584
|
"emoji-regex": "^10.3.0",
|