@salesforce/cli 2.67.1 → 2.67.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 CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.67.1 linux-x64 node-v22.10.0
27
+ @salesforce/cli/2.67.3 linux-x64 node-v22.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -343,7 +343,7 @@ FLAG DESCRIPTIONS
343
343
  directory.
344
344
  ```
345
345
 
346
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/analytics/generate/template.ts)_
346
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/analytics/generate/template.ts)_
347
347
 
348
348
  ## `sf apex generate class`
349
349
 
@@ -402,7 +402,7 @@ FLAG DESCRIPTIONS
402
402
  Supplied parameter values or default values are filled into a copy of the template.
403
403
  ```
404
404
 
405
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/apex/generate/class.ts)_
405
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/apex/generate/class.ts)_
406
406
 
407
407
  ## `sf apex generate trigger`
408
408
 
@@ -471,7 +471,7 @@ FLAG DESCRIPTIONS
471
471
  Supplied parameter values or default values are filled into a copy of the template.
472
472
  ```
473
473
 
474
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/apex/generate/trigger.ts)_
474
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/apex/generate/trigger.ts)_
475
475
 
476
476
  ## `sf apex get log`
477
477
 
@@ -527,7 +527,7 @@ FLAG DESCRIPTIONS
527
527
  directory.
528
528
  ```
529
529
 
530
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/get/log.ts)_
530
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/get/log.ts)_
531
531
 
532
532
  ## `sf apex get test`
533
533
 
@@ -587,7 +587,7 @@ EXAMPLES
587
587
  me@myorg'
588
588
  ```
589
589
 
590
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/get/test.ts)_
590
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/get/test.ts)_
591
591
 
592
592
  ## `sf apex list log`
593
593
 
@@ -627,7 +627,7 @@ EXAMPLES
627
627
  $ sf apex list log --target-org me@my.org
628
628
  ```
629
629
 
630
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/list/log.ts)_
630
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/list/log.ts)_
631
631
 
632
632
  ## `sf apex run`
633
633
 
@@ -674,7 +674,7 @@ EXAMPLES
674
674
  $ sf apex run
675
675
  ```
676
676
 
677
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/run.ts)_
677
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/run.ts)_
678
678
 
679
679
  ## `sf apex run test`
680
680
 
@@ -814,7 +814,7 @@ FLAG DESCRIPTIONS
814
814
  --tests Test1 --tests Test2
815
815
  ```
816
816
 
817
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/run/test.ts)_
817
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/run/test.ts)_
818
818
 
819
819
  ## `sf apex tail log`
820
820
 
@@ -857,7 +857,7 @@ EXAMPLES
857
857
  $ sf apex tail log --color --skip-trace-flag
858
858
  ```
859
859
 
860
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.6/src/commands/apex/tail/log.ts)_
860
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/tail/log.ts)_
861
861
 
862
862
  ## `sf api request graphql`
863
863
 
@@ -910,7 +910,7 @@ EXAMPLES
910
910
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
911
911
  ```
912
912
 
913
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.1/src/commands/api/request/graphql.ts)_
913
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.2/src/commands/api/request/graphql.ts)_
914
914
 
915
915
  ## `sf api request rest [URL]`
916
916
 
@@ -1019,7 +1019,7 @@ FLAG DESCRIPTIONS
1019
1019
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
1020
1020
  ```
1021
1021
 
1022
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.1/src/commands/api/request/rest.ts)_
1022
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.2/src/commands/api/request/rest.ts)_
1023
1023
 
1024
1024
  ## `sf autocomplete [SHELL]`
1025
1025
 
@@ -1079,7 +1079,7 @@ DESCRIPTION
1079
1079
  List all sf commands.
1080
1080
  ```
1081
1081
 
1082
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.7/src/commands/commands.ts)_
1082
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.8/src/commands/commands.ts)_
1083
1083
 
1084
1084
  ## `sf config get`
1085
1085
 
@@ -2477,7 +2477,7 @@ EXAMPLES
2477
2477
  $ sf doctor --plugin @salesforce/plugin-source
2478
2478
  ```
2479
2479
 
2480
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.17/src/commands/doctor.ts)_
2480
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.18/src/commands/doctor.ts)_
2481
2481
 
2482
2482
  ## `sf force data bulk delete`
2483
2483
 
@@ -2679,7 +2679,7 @@ EXAMPLES
2679
2679
  $ sf info releasenotes display --version latest
2680
2680
  ```
2681
2681
 
2682
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.17/src/commands/info/releasenotes/display.ts)_
2682
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.18/src/commands/info/releasenotes/display.ts)_
2683
2683
 
2684
2684
  ## `sf lightning generate app`
2685
2685
 
@@ -2734,7 +2734,7 @@ FLAG DESCRIPTIONS
2734
2734
  Supplied parameter values or default values are filled into a copy of the template.
2735
2735
  ```
2736
2736
 
2737
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/app.ts)_
2737
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/lightning/generate/app.ts)_
2738
2738
 
2739
2739
  ## `sf lightning generate component`
2740
2740
 
@@ -2803,7 +2803,7 @@ FLAG DESCRIPTIONS
2803
2803
  Supplied parameter values or default values are filled into a copy of the template.
2804
2804
  ```
2805
2805
 
2806
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/component.ts)_
2806
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/lightning/generate/component.ts)_
2807
2807
 
2808
2808
  ## `sf lightning generate event`
2809
2809
 
@@ -2858,7 +2858,7 @@ FLAG DESCRIPTIONS
2858
2858
  Supplied parameter values or default values are filled into a copy of the template.
2859
2859
  ```
2860
2860
 
2861
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/event.ts)_
2861
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/lightning/generate/event.ts)_
2862
2862
 
2863
2863
  ## `sf lightning generate interface`
2864
2864
 
@@ -2913,7 +2913,7 @@ FLAG DESCRIPTIONS
2913
2913
  Supplied parameter values or default values are filled into a copy of the template.
2914
2914
  ```
2915
2915
 
2916
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/interface.ts)_
2916
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/lightning/generate/interface.ts)_
2917
2917
 
2918
2918
  ## `sf lightning generate test`
2919
2919
 
@@ -2968,7 +2968,7 @@ FLAG DESCRIPTIONS
2968
2968
  Supplied parameter values or default values are filled into a copy of the template.
2969
2969
  ```
2970
2970
 
2971
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/test.ts)_
2971
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/lightning/generate/test.ts)_
2972
2972
 
2973
2973
  ## `sf org assign permset`
2974
2974
 
@@ -6191,7 +6191,7 @@ EXAMPLES
6191
6191
  $ sf plugins trust verify --npm @scope/npmName
6192
6192
  ```
6193
6193
 
6194
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.39/src/commands/plugins/trust/verify.ts)_
6194
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.40/src/commands/plugins/trust/verify.ts)_
6195
6195
 
6196
6196
  ## `sf plugins uninstall [PLUGIN]`
6197
6197
 
@@ -6300,7 +6300,7 @@ FLAG DESCRIPTIONS
6300
6300
  If you specify this flag, don’t specify --metadata or --source-dir.
6301
6301
  ```
6302
6302
 
6303
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/convert/mdapi.ts)_
6303
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/convert/mdapi.ts)_
6304
6304
 
6305
6305
  ## `sf project convert source`
6306
6306
 
@@ -6373,7 +6373,7 @@ FLAG DESCRIPTIONS
6373
6373
  Override the api version used for api requests made by this command
6374
6374
  ```
6375
6375
 
6376
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/convert/source.ts)_
6376
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/convert/source.ts)_
6377
6377
 
6378
6378
  ## `sf project convert source-behavior`
6379
6379
 
@@ -6431,7 +6431,7 @@ EXAMPLES
6431
6431
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6432
6432
  ```
6433
6433
 
6434
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/convert/source-behavior.ts)_
6434
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/convert/source-behavior.ts)_
6435
6435
 
6436
6436
  ## `sf project delete source`
6437
6437
 
@@ -6571,7 +6571,7 @@ FLAG DESCRIPTIONS
6571
6571
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6572
6572
  ```
6573
6573
 
6574
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/delete/source.ts)_
6574
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/delete/source.ts)_
6575
6575
 
6576
6576
  ## `sf project delete tracking`
6577
6577
 
@@ -6608,7 +6608,7 @@ EXAMPLES
6608
6608
  $ sf project delete tracking --target-org my-scratch
6609
6609
  ```
6610
6610
 
6611
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/delete/tracking.ts)_
6611
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/delete/tracking.ts)_
6612
6612
 
6613
6613
  ## `sf project deploy cancel`
6614
6614
 
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
6680
6680
  project deploy report".
6681
6681
  ```
6682
6682
 
6683
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/cancel.ts)_
6683
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/cancel.ts)_
6684
6684
 
6685
6685
  ## `sf project deploy preview`
6686
6686
 
@@ -6763,7 +6763,7 @@ FLAG DESCRIPTIONS
6763
6763
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6764
6764
  ```
6765
6765
 
6766
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/preview.ts)_
6766
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/preview.ts)_
6767
6767
 
6768
6768
  ## `sf project deploy quick`
6769
6769
 
@@ -6856,7 +6856,7 @@ ERROR CODES
6856
6856
  Canceling (69) The deploy is being canceled.
6857
6857
  ```
6858
6858
 
6859
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/quick.ts)_
6859
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/quick.ts)_
6860
6860
 
6861
6861
  ## `sf project deploy report`
6862
6862
 
@@ -6948,7 +6948,7 @@ FLAG DESCRIPTIONS
6948
6948
  --coverage-formatters lcov --coverage-formatters clover
6949
6949
  ```
6950
6950
 
6951
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/report.ts)_
6951
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/report.ts)_
6952
6952
 
6953
6953
  ## `sf project deploy resume`
6954
6954
 
@@ -7045,7 +7045,7 @@ ERROR CODES
7045
7045
  Canceling (69) The deploy is being canceled.
7046
7046
  ```
7047
7047
 
7048
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/resume.ts)_
7048
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/resume.ts)_
7049
7049
 
7050
7050
  ## `sf project deploy start`
7051
7051
 
@@ -7298,7 +7298,7 @@ ERROR CODES
7298
7298
  Canceling (69) The deploy is being canceled.
7299
7299
  ```
7300
7300
 
7301
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/start.ts)_
7301
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/start.ts)_
7302
7302
 
7303
7303
  ## `sf project deploy validate`
7304
7304
 
@@ -7488,7 +7488,7 @@ ERROR CODES
7488
7488
  Canceling (69) The deploy is being canceled.
7489
7489
  ```
7490
7490
 
7491
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/deploy/validate.ts)_
7491
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/deploy/validate.ts)_
7492
7492
 
7493
7493
  ## `sf project generate`
7494
7494
 
@@ -7593,7 +7593,7 @@ FLAG DESCRIPTIONS
7593
7593
  Override the api version used for api requests made by this command
7594
7594
  ```
7595
7595
 
7596
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/project/generate.ts)_
7596
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/project/generate.ts)_
7597
7597
 
7598
7598
  ## `sf project generate manifest`
7599
7599
 
@@ -7670,7 +7670,7 @@ EXAMPLES
7670
7670
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7671
7671
  ```
7672
7672
 
7673
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/generate/manifest.ts)_
7673
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/generate/manifest.ts)_
7674
7674
 
7675
7675
  ## `sf project list ignored`
7676
7676
 
@@ -7712,7 +7712,7 @@ EXAMPLES
7712
7712
  $ sf project list ignored --source-dir package.xml
7713
7713
  ```
7714
7714
 
7715
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/list/ignored.ts)_
7715
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/list/ignored.ts)_
7716
7716
 
7717
7717
  ## `sf project reset tracking`
7718
7718
 
@@ -7761,7 +7761,7 @@ EXAMPLES
7761
7761
  $ sf project reset tracking --revision 30
7762
7762
  ```
7763
7763
 
7764
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/reset/tracking.ts)_
7764
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/reset/tracking.ts)_
7765
7765
 
7766
7766
  ## `sf project retrieve preview`
7767
7767
 
@@ -7815,7 +7815,7 @@ FLAG DESCRIPTIONS
7815
7815
  production orgs.
7816
7816
  ```
7817
7817
 
7818
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/retrieve/preview.ts)_
7818
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/retrieve/preview.ts)_
7819
7819
 
7820
7820
  ## `sf project retrieve start`
7821
7821
 
@@ -7992,7 +7992,7 @@ ENVIRONMENT VARIABLES
7992
7992
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7993
7993
  ```
7994
7994
 
7995
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.9/src/commands/project/retrieve/start.ts)_
7995
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.11/src/commands/project/retrieve/start.ts)_
7996
7996
 
7997
7997
  ## `sf schema generate field`
7998
7998
 
@@ -8347,7 +8347,7 @@ FLAG DESCRIPTIONS
8347
8347
  etc.
8348
8348
  ```
8349
8349
 
8350
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/static-resource/generate.ts)_
8350
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/static-resource/generate.ts)_
8351
8351
 
8352
8352
  ## `sf update [CHANNEL]`
8353
8353
 
@@ -8461,7 +8461,7 @@ FLAG DESCRIPTIONS
8461
8461
  Supplied parameter values or default values are filled into a copy of the template.
8462
8462
  ```
8463
8463
 
8464
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/visualforce/generate/component.ts)_
8464
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/visualforce/generate/component.ts)_
8465
8465
 
8466
8466
  ## `sf visualforce generate page`
8467
8467
 
@@ -8511,7 +8511,7 @@ FLAG DESCRIPTIONS
8511
8511
  The name can be up to 40 characters and must start with a letter.
8512
8512
  ```
8513
8513
 
8514
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/visualforce/generate/page.ts)_
8514
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.29/src/commands/visualforce/generate/page.ts)_
8515
8515
 
8516
8516
  ## `sf which`
8517
8517
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.67.1",
3
+ "version": "2.67.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.67.1",
9
+ "version": "2.67.3",
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.31",
15
15
  "@oclif/plugin-autocomplete": "3.2.8",
16
- "@oclif/plugin-commands": "4.1.7",
16
+ "@oclif/plugin-commands": "4.1.8",
17
17
  "@oclif/plugin-help": "6.2.16",
18
18
  "@oclif/plugin-not-found": "3.2.25",
19
19
  "@oclif/plugin-plugins": "5.4.15",
@@ -24,12 +24,12 @@
24
24
  "@oclif/plugin-which": "3.2.17",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-apex": "3.5.6",
28
- "@salesforce/plugin-api": "1.3.1",
27
+ "@salesforce/plugin-apex": "3.6.0",
28
+ "@salesforce/plugin-api": "1.3.2",
29
29
  "@salesforce/plugin-auth": "3.6.72",
30
30
  "@salesforce/plugin-data": "3.11.2",
31
- "@salesforce/plugin-deploy-retrieve": "3.15.9",
32
- "@salesforce/plugin-info": "3.4.17",
31
+ "@salesforce/plugin-deploy-retrieve": "3.15.11",
32
+ "@salesforce/plugin-info": "3.4.18",
33
33
  "@salesforce/plugin-limits": "3.3.38",
34
34
  "@salesforce/plugin-marketplace": "1.3.4",
35
35
  "@salesforce/plugin-org": "5.1.2",
@@ -37,9 +37,9 @@
37
37
  "@salesforce/plugin-schema": "3.3.40",
38
38
  "@salesforce/plugin-settings": "2.4.4",
39
39
  "@salesforce/plugin-sobject": "1.4.44",
40
- "@salesforce/plugin-telemetry": "3.6.19",
41
- "@salesforce/plugin-templates": "56.3.28",
42
- "@salesforce/plugin-trust": "3.7.39",
40
+ "@salesforce/plugin-telemetry": "3.6.20",
41
+ "@salesforce/plugin-templates": "56.3.29",
42
+ "@salesforce/plugin-trust": "3.7.40",
43
43
  "@salesforce/plugin-user": "3.6.2",
44
44
  "@salesforce/sf-plugins-core": "12.0.11",
45
45
  "ansis": "^3.3.0"
@@ -3695,9 +3695,9 @@
3695
3695
  }
3696
3696
  },
3697
3697
  "node_modules/@oclif/multi-stage-output": {
3698
- "version": "0.7.11",
3699
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.11.tgz",
3700
- "integrity": "sha512-2ykTQb7ot+1+nM0GFbUE2lgfkr0a9IfxY+YHbpP2lDbTUIdoM7fVPrgbAiGdcP2qsxm3F94POKvGtc2XW4WJRg==",
3698
+ "version": "0.7.12",
3699
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.12.tgz",
3700
+ "integrity": "sha512-MmCgqPb7jC7QUOiX9jMik2njplCO+tRybGxiB55OXDmZ7osifM3KuQb/ykgP4XYn559k3DXeNLFS0NpokuH+mw==",
3701
3701
  "license": "MIT",
3702
3702
  "dependencies": {
3703
3703
  "@oclif/core": "^4",
@@ -3890,13 +3890,13 @@
3890
3890
  }
3891
3891
  },
3892
3892
  "node_modules/@oclif/plugin-commands": {
3893
- "version": "4.1.7",
3894
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.7.tgz",
3895
- "integrity": "sha512-BdC857uNq2Ar7pwDYubAoVM8pkl6nTwjieBsvUQt/mUYdHaYZEZRmZ/J2ZnqK0BcDit4VlLdK+y5E8h30jcCYw==",
3893
+ "version": "4.1.8",
3894
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.8.tgz",
3895
+ "integrity": "sha512-WiRyiq5YQdHdfTBHWpAcjePVf8mFEVyBNAniSVH/LWZCMkcR/uhoxb0gzBc9Q0DwqIbU2iqFyTa/FO+4sf9xXg==",
3896
3896
  "license": "MIT",
3897
3897
  "dependencies": {
3898
3898
  "@oclif/core": "^4",
3899
- "@oclif/table": "^0.3.2",
3899
+ "@oclif/table": "^0.3.3",
3900
3900
  "lodash": "^4.17.21",
3901
3901
  "object-treeify": "^4.0.1"
3902
3902
  },
@@ -4804,104 +4804,31 @@
4804
4804
  }
4805
4805
  },
4806
4806
  "node_modules/@salesforce/plugin-apex": {
4807
- "version": "3.5.6",
4808
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.6.tgz",
4809
- "integrity": "sha512-sHr4Cw6KzjxAgXYrur77Y9qJgraAmqdZAzN/6Djd1048e3qiE6G35DEp7P1zl1i3XwDR+fh2RN5MbB7RifJ8gw==",
4807
+ "version": "3.6.0",
4808
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.0.tgz",
4809
+ "integrity": "sha512-EkmlnEC0Oc3P9h0S87mNRPlDdz2S8ovJriY+aud8Nvckqgzyk+UwP/MfYox6DPwcwLUIlXE8GrbkYDy0gr+Fog==",
4810
4810
  "license": "BSD-3-Clause",
4811
4811
  "dependencies": {
4812
4812
  "@salesforce/apex-node": "^8.1.15",
4813
4813
  "@salesforce/core": "^8.6.4",
4814
4814
  "@salesforce/kit": "^3.2.2",
4815
- "@salesforce/sf-plugins-core": "^11.3.12",
4815
+ "@salesforce/sf-plugins-core": "^12",
4816
4816
  "ansis": "^3.3.1"
4817
4817
  },
4818
4818
  "engines": {
4819
4819
  "node": ">=18.0.0"
4820
4820
  }
4821
4821
  },
4822
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
4823
- "version": "11.3.12",
4824
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
4825
- "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
4826
- "license": "BSD-3-Clause",
4827
- "dependencies": {
4828
- "@inquirer/confirm": "^3.1.22",
4829
- "@inquirer/password": "^2.2.0",
4830
- "@oclif/core": "^4.0.27",
4831
- "@salesforce/core": "^8.5.1",
4832
- "@salesforce/kit": "^3.2.3",
4833
- "@salesforce/ts-types": "^2.0.12",
4834
- "ansis": "^3.3.2",
4835
- "cli-progress": "^3.12.0",
4836
- "natural-orderby": "^3.0.2",
4837
- "slice-ansi": "^7.1.0",
4838
- "string-width": "^7.2.0",
4839
- "terminal-link": "^3.0.0"
4840
- },
4841
- "engines": {
4842
- "node": ">=18.0.0"
4843
- }
4844
- },
4845
- "node_modules/@salesforce/plugin-apex/node_modules/ansi-regex": {
4846
- "version": "6.0.1",
4847
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4848
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4849
- "license": "MIT",
4850
- "engines": {
4851
- "node": ">=12"
4852
- },
4853
- "funding": {
4854
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4855
- }
4856
- },
4857
- "node_modules/@salesforce/plugin-apex/node_modules/emoji-regex": {
4858
- "version": "10.3.0",
4859
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4860
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
4861
- "license": "MIT"
4862
- },
4863
- "node_modules/@salesforce/plugin-apex/node_modules/string-width": {
4864
- "version": "7.2.0",
4865
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4866
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4867
- "license": "MIT",
4868
- "dependencies": {
4869
- "emoji-regex": "^10.3.0",
4870
- "get-east-asian-width": "^1.0.0",
4871
- "strip-ansi": "^7.1.0"
4872
- },
4873
- "engines": {
4874
- "node": ">=18"
4875
- },
4876
- "funding": {
4877
- "url": "https://github.com/sponsors/sindresorhus"
4878
- }
4879
- },
4880
- "node_modules/@salesforce/plugin-apex/node_modules/strip-ansi": {
4881
- "version": "7.1.0",
4882
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4883
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4884
- "license": "MIT",
4885
- "dependencies": {
4886
- "ansi-regex": "^6.0.1"
4887
- },
4888
- "engines": {
4889
- "node": ">=12"
4890
- },
4891
- "funding": {
4892
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4893
- }
4894
- },
4895
4822
  "node_modules/@salesforce/plugin-api": {
4896
- "version": "1.3.1",
4897
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.1.tgz",
4898
- "integrity": "sha512-1QCtXPjvL3ZpyYGMdapPFyYOmD+s5ZmfmYKKJZafLjRA1ta6nMhwe29W+sVUd5BYu/WMYMkNFeb/hFO7iB+cew==",
4823
+ "version": "1.3.2",
4824
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.2.tgz",
4825
+ "integrity": "sha512-newEVS8Hqlh2Sc4wRX82IZRnngOv5irR2wKqycUnQoXuk4OjpASVEm533K6LgFUpA2BRWYgO3DI45LIJhxC29w==",
4899
4826
  "license": "BSD-3-Clause",
4900
4827
  "dependencies": {
4901
4828
  "@oclif/core": "^4",
4902
4829
  "@salesforce/core": "^8.4.0",
4903
4830
  "@salesforce/kit": "^3.2.1",
4904
- "@salesforce/sf-plugins-core": "^11.3.2",
4831
+ "@salesforce/sf-plugins-core": "^12",
4905
4832
  "@salesforce/ts-types": "^2.0.12",
4906
4833
  "ansis": "^3.3.2",
4907
4834
  "form-data": "^4.0.0",
@@ -4912,79 +4839,6 @@
4912
4839
  "node": ">=18.0.0"
4913
4840
  }
4914
4841
  },
4915
- "node_modules/@salesforce/plugin-api/node_modules/@salesforce/sf-plugins-core": {
4916
- "version": "11.3.12",
4917
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
4918
- "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
4919
- "license": "BSD-3-Clause",
4920
- "dependencies": {
4921
- "@inquirer/confirm": "^3.1.22",
4922
- "@inquirer/password": "^2.2.0",
4923
- "@oclif/core": "^4.0.27",
4924
- "@salesforce/core": "^8.5.1",
4925
- "@salesforce/kit": "^3.2.3",
4926
- "@salesforce/ts-types": "^2.0.12",
4927
- "ansis": "^3.3.2",
4928
- "cli-progress": "^3.12.0",
4929
- "natural-orderby": "^3.0.2",
4930
- "slice-ansi": "^7.1.0",
4931
- "string-width": "^7.2.0",
4932
- "terminal-link": "^3.0.0"
4933
- },
4934
- "engines": {
4935
- "node": ">=18.0.0"
4936
- }
4937
- },
4938
- "node_modules/@salesforce/plugin-api/node_modules/ansi-regex": {
4939
- "version": "6.0.1",
4940
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4941
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4942
- "license": "MIT",
4943
- "engines": {
4944
- "node": ">=12"
4945
- },
4946
- "funding": {
4947
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4948
- }
4949
- },
4950
- "node_modules/@salesforce/plugin-api/node_modules/emoji-regex": {
4951
- "version": "10.3.0",
4952
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4953
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
4954
- "license": "MIT"
4955
- },
4956
- "node_modules/@salesforce/plugin-api/node_modules/string-width": {
4957
- "version": "7.2.0",
4958
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4959
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4960
- "license": "MIT",
4961
- "dependencies": {
4962
- "emoji-regex": "^10.3.0",
4963
- "get-east-asian-width": "^1.0.0",
4964
- "strip-ansi": "^7.1.0"
4965
- },
4966
- "engines": {
4967
- "node": ">=18"
4968
- },
4969
- "funding": {
4970
- "url": "https://github.com/sponsors/sindresorhus"
4971
- }
4972
- },
4973
- "node_modules/@salesforce/plugin-api/node_modules/strip-ansi": {
4974
- "version": "7.1.0",
4975
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4976
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4977
- "license": "MIT",
4978
- "dependencies": {
4979
- "ansi-regex": "^6.0.1"
4980
- },
4981
- "engines": {
4982
- "node": ">=12"
4983
- },
4984
- "funding": {
4985
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4986
- }
4987
- },
4988
4842
  "node_modules/@salesforce/plugin-auth": {
4989
4843
  "version": "3.6.72",
4990
4844
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.72.tgz",
@@ -5140,17 +4994,17 @@
5140
4994
  }
5141
4995
  },
5142
4996
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5143
- "version": "3.15.9",
5144
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.9.tgz",
5145
- "integrity": "sha512-RUswFq3Xk7wQy6netQxDrt5n+mgwWiYJk27cVGJ8CbM20Gdmwg2WbfEr1exCP1ekYR+IUjqVnNybh1c+Ps6cAg==",
4997
+ "version": "3.15.11",
4998
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.11.tgz",
4999
+ "integrity": "sha512-xCiamQRkEjgdgyk92a440Exgjk+WZrcNoedzKrj3q0awO86B4vF2LqCVzyOy23DBWyxV0TrBElqJHn6cKTbksQ==",
5146
5000
  "license": "BSD-3-Clause",
5147
5001
  "dependencies": {
5148
5002
  "@oclif/core": "^4.0.28",
5149
- "@oclif/multi-stage-output": "^0.7.11",
5003
+ "@oclif/multi-stage-output": "^0.7.12",
5150
5004
  "@salesforce/apex-node": "^8.1.9",
5151
5005
  "@salesforce/core": "^8.6.4",
5152
5006
  "@salesforce/kit": "^3.2.3",
5153
- "@salesforce/plugin-info": "^3.4.13",
5007
+ "@salesforce/plugin-info": "^3.4.18",
5154
5008
  "@salesforce/sf-plugins-core": "^12.0.11",
5155
5009
  "@salesforce/source-deploy-retrieve": "^12.10.1",
5156
5010
  "@salesforce/source-tracking": "^7.1.17",
@@ -5163,9 +5017,9 @@
5163
5017
  }
5164
5018
  },
5165
5019
  "node_modules/@salesforce/plugin-info": {
5166
- "version": "3.4.17",
5167
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.17.tgz",
5168
- "integrity": "sha512-L6VsStTDXlIhEpTw6uE85d7sOUr8mGgWAZBDmpKl7i7DHrhbKeT4/jisDttWFgA+rxgulzeL1juXt+VZ645BQw==",
5020
+ "version": "3.4.18",
5021
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.18.tgz",
5022
+ "integrity": "sha512-QgLtgWmHG+bd88K3JTtsoa39KiimDzKFbw0pSuBU33lxoq24E2XTaFyEj1X6+HvGtDMExnv66VHjC3OU3hLMuQ==",
5169
5023
  "license": "BSD-3-Clause",
5170
5024
  "dependencies": {
5171
5025
  "@inquirer/input": "^2.3.0",
@@ -5173,7 +5027,7 @@
5173
5027
  "@oclif/core": "^4",
5174
5028
  "@salesforce/core": "^8.6.3",
5175
5029
  "@salesforce/kit": "^3.2.3",
5176
- "@salesforce/sf-plugins-core": "^11.3.12",
5030
+ "@salesforce/sf-plugins-core": "^12",
5177
5031
  "got": "^13.0.0",
5178
5032
  "marked": "^4.3.0",
5179
5033
  "marked-terminal": "^4.2.0",
@@ -5185,79 +5039,6 @@
5185
5039
  "node": ">=18.0.0"
5186
5040
  }
5187
5041
  },
5188
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
5189
- "version": "11.3.12",
5190
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
5191
- "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
5192
- "license": "BSD-3-Clause",
5193
- "dependencies": {
5194
- "@inquirer/confirm": "^3.1.22",
5195
- "@inquirer/password": "^2.2.0",
5196
- "@oclif/core": "^4.0.27",
5197
- "@salesforce/core": "^8.5.1",
5198
- "@salesforce/kit": "^3.2.3",
5199
- "@salesforce/ts-types": "^2.0.12",
5200
- "ansis": "^3.3.2",
5201
- "cli-progress": "^3.12.0",
5202
- "natural-orderby": "^3.0.2",
5203
- "slice-ansi": "^7.1.0",
5204
- "string-width": "^7.2.0",
5205
- "terminal-link": "^3.0.0"
5206
- },
5207
- "engines": {
5208
- "node": ">=18.0.0"
5209
- }
5210
- },
5211
- "node_modules/@salesforce/plugin-info/node_modules/ansi-regex": {
5212
- "version": "6.0.1",
5213
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5214
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5215
- "license": "MIT",
5216
- "engines": {
5217
- "node": ">=12"
5218
- },
5219
- "funding": {
5220
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5221
- }
5222
- },
5223
- "node_modules/@salesforce/plugin-info/node_modules/emoji-regex": {
5224
- "version": "10.3.0",
5225
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5226
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
5227
- "license": "MIT"
5228
- },
5229
- "node_modules/@salesforce/plugin-info/node_modules/string-width": {
5230
- "version": "7.2.0",
5231
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5232
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5233
- "license": "MIT",
5234
- "dependencies": {
5235
- "emoji-regex": "^10.3.0",
5236
- "get-east-asian-width": "^1.0.0",
5237
- "strip-ansi": "^7.1.0"
5238
- },
5239
- "engines": {
5240
- "node": ">=18"
5241
- },
5242
- "funding": {
5243
- "url": "https://github.com/sponsors/sindresorhus"
5244
- }
5245
- },
5246
- "node_modules/@salesforce/plugin-info/node_modules/strip-ansi": {
5247
- "version": "7.1.0",
5248
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5249
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5250
- "license": "MIT",
5251
- "dependencies": {
5252
- "ansi-regex": "^6.0.1"
5253
- },
5254
- "engines": {
5255
- "node": ">=12"
5256
- },
5257
- "funding": {
5258
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5259
- }
5260
- },
5261
5042
  "node_modules/@salesforce/plugin-limits": {
5262
5043
  "version": "3.3.38",
5263
5044
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.38.tgz",
@@ -5663,15 +5444,15 @@
5663
5444
  }
5664
5445
  },
5665
5446
  "node_modules/@salesforce/plugin-telemetry": {
5666
- "version": "3.6.19",
5667
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.19.tgz",
5668
- "integrity": "sha512-mc62MFoB72YQRHgn2Hly9oUuFDebNxQeqS+vCzpd9g2FuLYiYQbYQ1uZ8aJPOlmBv75gA6ZxHdjKyRJ9goBXVQ==",
5447
+ "version": "3.6.20",
5448
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.20.tgz",
5449
+ "integrity": "sha512-uXQimEoY9DLoG+XIX5Ootu60Xwudl9Wnak1jGz7ja7mAfBjR8sP8BC7CKuSBiMm5DYHoo8H+aN0OMwaYFVZ8Vg==",
5669
5450
  "license": "BSD-3-Clause",
5670
5451
  "dependencies": {
5671
5452
  "@oclif/core": "^4.0.31",
5672
5453
  "@salesforce/core": "^8.5.7",
5673
5454
  "@salesforce/kit": "^3.2.3",
5674
- "@salesforce/sf-plugins-core": "^11.3.12",
5455
+ "@salesforce/sf-plugins-core": "^12",
5675
5456
  "@salesforce/telemetry": "^6.0.34",
5676
5457
  "@salesforce/ts-types": "^2.0.11",
5677
5458
  "debug": "^4.3.7"
@@ -5680,87 +5461,14 @@
5680
5461
  "node": ">=18.0.0"
5681
5462
  }
5682
5463
  },
5683
- "node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/sf-plugins-core": {
5684
- "version": "11.3.12",
5685
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
5686
- "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
5687
- "license": "BSD-3-Clause",
5688
- "dependencies": {
5689
- "@inquirer/confirm": "^3.1.22",
5690
- "@inquirer/password": "^2.2.0",
5691
- "@oclif/core": "^4.0.27",
5692
- "@salesforce/core": "^8.5.1",
5693
- "@salesforce/kit": "^3.2.3",
5694
- "@salesforce/ts-types": "^2.0.12",
5695
- "ansis": "^3.3.2",
5696
- "cli-progress": "^3.12.0",
5697
- "natural-orderby": "^3.0.2",
5698
- "slice-ansi": "^7.1.0",
5699
- "string-width": "^7.2.0",
5700
- "terminal-link": "^3.0.0"
5701
- },
5702
- "engines": {
5703
- "node": ">=18.0.0"
5704
- }
5705
- },
5706
- "node_modules/@salesforce/plugin-telemetry/node_modules/ansi-regex": {
5707
- "version": "6.0.1",
5708
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5709
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5710
- "license": "MIT",
5711
- "engines": {
5712
- "node": ">=12"
5713
- },
5714
- "funding": {
5715
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5716
- }
5717
- },
5718
- "node_modules/@salesforce/plugin-telemetry/node_modules/emoji-regex": {
5719
- "version": "10.3.0",
5720
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5721
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
5722
- "license": "MIT"
5723
- },
5724
- "node_modules/@salesforce/plugin-telemetry/node_modules/string-width": {
5725
- "version": "7.2.0",
5726
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5727
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5728
- "license": "MIT",
5729
- "dependencies": {
5730
- "emoji-regex": "^10.3.0",
5731
- "get-east-asian-width": "^1.0.0",
5732
- "strip-ansi": "^7.1.0"
5733
- },
5734
- "engines": {
5735
- "node": ">=18"
5736
- },
5737
- "funding": {
5738
- "url": "https://github.com/sponsors/sindresorhus"
5739
- }
5740
- },
5741
- "node_modules/@salesforce/plugin-telemetry/node_modules/strip-ansi": {
5742
- "version": "7.1.0",
5743
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5744
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5745
- "license": "MIT",
5746
- "dependencies": {
5747
- "ansi-regex": "^6.0.1"
5748
- },
5749
- "engines": {
5750
- "node": ">=12"
5751
- },
5752
- "funding": {
5753
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5754
- }
5755
- },
5756
5464
  "node_modules/@salesforce/plugin-templates": {
5757
- "version": "56.3.28",
5758
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.28.tgz",
5759
- "integrity": "sha512-0zQ02gtnd3hDNa5tJu+WbbIO3PqzthCoxlI5N1Fgh7bgUhtjMNn1QSvojiP4FXg5vAjCOEs91iwv3Y29igftQQ==",
5465
+ "version": "56.3.29",
5466
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.29.tgz",
5467
+ "integrity": "sha512-Sxx5tNwoJ9VF+CoDRiBdD2fgIbouwkjDx5PGIKlU4XwFV3sYq4F5E2PEWhIV97QZKtGil4alr+WDvbI29E95lQ==",
5760
5468
  "license": "BSD-3-Clause",
5761
5469
  "dependencies": {
5762
5470
  "@salesforce/core": "^8.6.2",
5763
- "@salesforce/sf-plugins-core": "^12.0.11",
5471
+ "@salesforce/sf-plugins-core": "^12",
5764
5472
  "@salesforce/templates": "^62.0.3"
5765
5473
  },
5766
5474
  "engines": {
@@ -5768,16 +5476,16 @@
5768
5476
  }
5769
5477
  },
5770
5478
  "node_modules/@salesforce/plugin-trust": {
5771
- "version": "3.7.39",
5772
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.39.tgz",
5773
- "integrity": "sha512-DpCHPWrpgLpEBiLDA+DsVVN1T7QMiWgf36x9RH6BH0BQQxmUZgNeTlWzRlXeHPcWaADdql9Z0raYznL+OTODHA==",
5479
+ "version": "3.7.40",
5480
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.40.tgz",
5481
+ "integrity": "sha512-Gtb5W64Hpuh9+y6AY4N2B9EAlay1oVroU4sozEt9VdS0xAzVKGCkaeY+LWsk4rE1vc/194D4n4Tj4jIcBZje/g==",
5774
5482
  "license": "BSD-3-Clause",
5775
5483
  "dependencies": {
5776
5484
  "@oclif/core": "^4",
5777
5485
  "@salesforce/core": "^8.6.4",
5778
5486
  "@salesforce/kit": "^3.2.0",
5779
5487
  "@salesforce/plugin-info": "^3.4.13",
5780
- "@salesforce/sf-plugins-core": "^11.3.10",
5488
+ "@salesforce/sf-plugins-core": "^12",
5781
5489
  "got": "^13.0.0",
5782
5490
  "npm": "^10.9.0",
5783
5491
  "npm-run-path": "^4.0.1",
@@ -5792,79 +5500,6 @@
5792
5500
  "node": ">=18.0.0"
5793
5501
  }
5794
5502
  },
5795
- "node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
5796
- "version": "11.3.12",
5797
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
5798
- "integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
5799
- "license": "BSD-3-Clause",
5800
- "dependencies": {
5801
- "@inquirer/confirm": "^3.1.22",
5802
- "@inquirer/password": "^2.2.0",
5803
- "@oclif/core": "^4.0.27",
5804
- "@salesforce/core": "^8.5.1",
5805
- "@salesforce/kit": "^3.2.3",
5806
- "@salesforce/ts-types": "^2.0.12",
5807
- "ansis": "^3.3.2",
5808
- "cli-progress": "^3.12.0",
5809
- "natural-orderby": "^3.0.2",
5810
- "slice-ansi": "^7.1.0",
5811
- "string-width": "^7.2.0",
5812
- "terminal-link": "^3.0.0"
5813
- },
5814
- "engines": {
5815
- "node": ">=18.0.0"
5816
- }
5817
- },
5818
- "node_modules/@salesforce/plugin-trust/node_modules/ansi-regex": {
5819
- "version": "6.0.1",
5820
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5821
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5822
- "license": "MIT",
5823
- "engines": {
5824
- "node": ">=12"
5825
- },
5826
- "funding": {
5827
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5828
- }
5829
- },
5830
- "node_modules/@salesforce/plugin-trust/node_modules/emoji-regex": {
5831
- "version": "10.3.0",
5832
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5833
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
5834
- "license": "MIT"
5835
- },
5836
- "node_modules/@salesforce/plugin-trust/node_modules/string-width": {
5837
- "version": "7.2.0",
5838
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5839
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5840
- "license": "MIT",
5841
- "dependencies": {
5842
- "emoji-regex": "^10.3.0",
5843
- "get-east-asian-width": "^1.0.0",
5844
- "strip-ansi": "^7.1.0"
5845
- },
5846
- "engines": {
5847
- "node": ">=18"
5848
- },
5849
- "funding": {
5850
- "url": "https://github.com/sponsors/sindresorhus"
5851
- }
5852
- },
5853
- "node_modules/@salesforce/plugin-trust/node_modules/strip-ansi": {
5854
- "version": "7.1.0",
5855
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5856
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5857
- "license": "MIT",
5858
- "dependencies": {
5859
- "ansi-regex": "^6.0.1"
5860
- },
5861
- "engines": {
5862
- "node": ">=12"
5863
- },
5864
- "funding": {
5865
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5866
- }
5867
- },
5868
5503
  "node_modules/@salesforce/plugin-user": {
5869
5504
  "version": "3.6.2",
5870
5505
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.2.tgz",
package/oclif.lock CHANGED
@@ -1722,10 +1722,10 @@
1722
1722
  wordwrap "^1.0.0"
1723
1723
  wrap-ansi "^7.0.0"
1724
1724
 
1725
- "@oclif/multi-stage-output@^0.7.11", "@oclif/multi-stage-output@^0.7.5", "@oclif/multi-stage-output@^0.7.8":
1726
- version "0.7.11"
1727
- resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.11.tgz"
1728
- integrity sha512-2ykTQb7ot+1+nM0GFbUE2lgfkr0a9IfxY+YHbpP2lDbTUIdoM7fVPrgbAiGdcP2qsxm3F94POKvGtc2XW4WJRg==
1725
+ "@oclif/multi-stage-output@^0.7.12", "@oclif/multi-stage-output@^0.7.5", "@oclif/multi-stage-output@^0.7.8":
1726
+ version "0.7.12"
1727
+ resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.12.tgz"
1728
+ integrity sha512-MmCgqPb7jC7QUOiX9jMik2njplCO+tRybGxiB55OXDmZ7osifM3KuQb/ykgP4XYn559k3DXeNLFS0NpokuH+mw==
1729
1729
  dependencies:
1730
1730
  "@oclif/core" "^4"
1731
1731
  "@types/react" "^18.3.12"
@@ -1760,13 +1760,13 @@
1760
1760
  semver "^7.6.0"
1761
1761
  ts-json-schema-generator "^1.5.1"
1762
1762
 
1763
- "@oclif/plugin-commands@4.1.7":
1764
- version "4.1.7"
1765
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.7.tgz"
1766
- integrity sha512-BdC857uNq2Ar7pwDYubAoVM8pkl6nTwjieBsvUQt/mUYdHaYZEZRmZ/J2ZnqK0BcDit4VlLdK+y5E8h30jcCYw==
1763
+ "@oclif/plugin-commands@4.1.8":
1764
+ version "4.1.8"
1765
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.8.tgz"
1766
+ integrity sha512-WiRyiq5YQdHdfTBHWpAcjePVf8mFEVyBNAniSVH/LWZCMkcR/uhoxb0gzBc9Q0DwqIbU2iqFyTa/FO+4sf9xXg==
1767
1767
  dependencies:
1768
1768
  "@oclif/core" "^4"
1769
- "@oclif/table" "^0.3.2"
1769
+ "@oclif/table" "^0.3.3"
1770
1770
  lodash "^4.17.21"
1771
1771
  object-treeify "^4.0.1"
1772
1772
 
@@ -2154,26 +2154,26 @@
2154
2154
  jszip "^3.10.1"
2155
2155
  object-treeify "^2"
2156
2156
 
2157
- "@salesforce/plugin-apex@3.5.6":
2158
- version "3.5.6"
2159
- resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.5.6.tgz"
2160
- integrity sha512-sHr4Cw6KzjxAgXYrur77Y9qJgraAmqdZAzN/6Djd1048e3qiE6G35DEp7P1zl1i3XwDR+fh2RN5MbB7RifJ8gw==
2157
+ "@salesforce/plugin-apex@3.6.0":
2158
+ version "3.6.0"
2159
+ resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.0.tgz"
2160
+ integrity sha512-EkmlnEC0Oc3P9h0S87mNRPlDdz2S8ovJriY+aud8Nvckqgzyk+UwP/MfYox6DPwcwLUIlXE8GrbkYDy0gr+Fog==
2161
2161
  dependencies:
2162
2162
  "@salesforce/apex-node" "^8.1.15"
2163
2163
  "@salesforce/core" "^8.6.4"
2164
2164
  "@salesforce/kit" "^3.2.2"
2165
- "@salesforce/sf-plugins-core" "^11.3.12"
2165
+ "@salesforce/sf-plugins-core" "^12"
2166
2166
  ansis "^3.3.1"
2167
2167
 
2168
- "@salesforce/plugin-api@1.3.1":
2169
- version "1.3.1"
2170
- resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.1.tgz"
2171
- integrity sha512-1QCtXPjvL3ZpyYGMdapPFyYOmD+s5ZmfmYKKJZafLjRA1ta6nMhwe29W+sVUd5BYu/WMYMkNFeb/hFO7iB+cew==
2168
+ "@salesforce/plugin-api@1.3.2":
2169
+ version "1.3.2"
2170
+ resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.2.tgz"
2171
+ integrity sha512-newEVS8Hqlh2Sc4wRX82IZRnngOv5irR2wKqycUnQoXuk4OjpASVEm533K6LgFUpA2BRWYgO3DI45LIJhxC29w==
2172
2172
  dependencies:
2173
2173
  "@oclif/core" "^4"
2174
2174
  "@salesforce/core" "^8.4.0"
2175
2175
  "@salesforce/kit" "^3.2.1"
2176
- "@salesforce/sf-plugins-core" "^11.3.2"
2176
+ "@salesforce/sf-plugins-core" "^12"
2177
2177
  "@salesforce/ts-types" "^2.0.12"
2178
2178
  ansis "^3.3.2"
2179
2179
  form-data "^4.0.0"
@@ -2227,17 +2227,17 @@
2227
2227
  form-data "^4.0.0"
2228
2228
  terminal-link "^3.0.0"
2229
2229
 
2230
- "@salesforce/plugin-deploy-retrieve@3.15.9":
2231
- version "3.15.9"
2232
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.9.tgz"
2233
- integrity sha512-RUswFq3Xk7wQy6netQxDrt5n+mgwWiYJk27cVGJ8CbM20Gdmwg2WbfEr1exCP1ekYR+IUjqVnNybh1c+Ps6cAg==
2230
+ "@salesforce/plugin-deploy-retrieve@3.15.11":
2231
+ version "3.15.11"
2232
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.15.11.tgz"
2233
+ integrity sha512-xCiamQRkEjgdgyk92a440Exgjk+WZrcNoedzKrj3q0awO86B4vF2LqCVzyOy23DBWyxV0TrBElqJHn6cKTbksQ==
2234
2234
  dependencies:
2235
2235
  "@oclif/core" "^4.0.28"
2236
- "@oclif/multi-stage-output" "^0.7.11"
2236
+ "@oclif/multi-stage-output" "^0.7.12"
2237
2237
  "@salesforce/apex-node" "^8.1.9"
2238
2238
  "@salesforce/core" "^8.6.4"
2239
2239
  "@salesforce/kit" "^3.2.3"
2240
- "@salesforce/plugin-info" "^3.4.13"
2240
+ "@salesforce/plugin-info" "^3.4.18"
2241
2241
  "@salesforce/sf-plugins-core" "^12.0.11"
2242
2242
  "@salesforce/source-deploy-retrieve" "^12.10.1"
2243
2243
  "@salesforce/source-tracking" "^7.1.17"
@@ -2245,17 +2245,17 @@
2245
2245
  ansis "^3.3.2"
2246
2246
  terminal-link "^3.0.0"
2247
2247
 
2248
- "@salesforce/plugin-info@^3.4.12", "@salesforce/plugin-info@^3.4.13", "@salesforce/plugin-info@3.4.17":
2249
- version "3.4.17"
2250
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.17.tgz"
2251
- integrity sha512-L6VsStTDXlIhEpTw6uE85d7sOUr8mGgWAZBDmpKl7i7DHrhbKeT4/jisDttWFgA+rxgulzeL1juXt+VZ645BQw==
2248
+ "@salesforce/plugin-info@^3.4.12", "@salesforce/plugin-info@^3.4.13", "@salesforce/plugin-info@^3.4.18", "@salesforce/plugin-info@3.4.18":
2249
+ version "3.4.18"
2250
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.18.tgz"
2251
+ integrity sha512-QgLtgWmHG+bd88K3JTtsoa39KiimDzKFbw0pSuBU33lxoq24E2XTaFyEj1X6+HvGtDMExnv66VHjC3OU3hLMuQ==
2252
2252
  dependencies:
2253
2253
  "@inquirer/input" "^2.3.0"
2254
2254
  "@jsforce/jsforce-node" "^3.6.2"
2255
2255
  "@oclif/core" "^4"
2256
2256
  "@salesforce/core" "^8.6.3"
2257
2257
  "@salesforce/kit" "^3.2.3"
2258
- "@salesforce/sf-plugins-core" "^11.3.12"
2258
+ "@salesforce/sf-plugins-core" "^12"
2259
2259
  got "^13.0.0"
2260
2260
  marked "^4.3.0"
2261
2261
  marked-terminal "^4.2.0"
@@ -2374,38 +2374,38 @@
2374
2374
  fast-xml-parser "^4.4.1"
2375
2375
  js2xmlparser "^4.0.2"
2376
2376
 
2377
- "@salesforce/plugin-telemetry@3.6.19":
2378
- version "3.6.19"
2379
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.19.tgz"
2380
- integrity sha512-mc62MFoB72YQRHgn2Hly9oUuFDebNxQeqS+vCzpd9g2FuLYiYQbYQ1uZ8aJPOlmBv75gA6ZxHdjKyRJ9goBXVQ==
2377
+ "@salesforce/plugin-telemetry@3.6.20":
2378
+ version "3.6.20"
2379
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.20.tgz"
2380
+ integrity sha512-uXQimEoY9DLoG+XIX5Ootu60Xwudl9Wnak1jGz7ja7mAfBjR8sP8BC7CKuSBiMm5DYHoo8H+aN0OMwaYFVZ8Vg==
2381
2381
  dependencies:
2382
2382
  "@oclif/core" "^4.0.31"
2383
2383
  "@salesforce/core" "^8.5.7"
2384
2384
  "@salesforce/kit" "^3.2.3"
2385
- "@salesforce/sf-plugins-core" "^11.3.12"
2385
+ "@salesforce/sf-plugins-core" "^12"
2386
2386
  "@salesforce/telemetry" "^6.0.34"
2387
2387
  "@salesforce/ts-types" "^2.0.11"
2388
2388
  debug "^4.3.7"
2389
2389
 
2390
- "@salesforce/plugin-templates@56.3.28":
2391
- version "56.3.28"
2392
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.28.tgz"
2393
- integrity sha512-0zQ02gtnd3hDNa5tJu+WbbIO3PqzthCoxlI5N1Fgh7bgUhtjMNn1QSvojiP4FXg5vAjCOEs91iwv3Y29igftQQ==
2390
+ "@salesforce/plugin-templates@56.3.29":
2391
+ version "56.3.29"
2392
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.29.tgz"
2393
+ integrity sha512-Sxx5tNwoJ9VF+CoDRiBdD2fgIbouwkjDx5PGIKlU4XwFV3sYq4F5E2PEWhIV97QZKtGil4alr+WDvbI29E95lQ==
2394
2394
  dependencies:
2395
2395
  "@salesforce/core" "^8.6.2"
2396
- "@salesforce/sf-plugins-core" "^12.0.11"
2396
+ "@salesforce/sf-plugins-core" "^12"
2397
2397
  "@salesforce/templates" "^62.0.3"
2398
2398
 
2399
- "@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.39":
2400
- version "3.7.39"
2401
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.39.tgz"
2402
- integrity sha512-DpCHPWrpgLpEBiLDA+DsVVN1T7QMiWgf36x9RH6BH0BQQxmUZgNeTlWzRlXeHPcWaADdql9Z0raYznL+OTODHA==
2399
+ "@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.40":
2400
+ version "3.7.40"
2401
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.40.tgz"
2402
+ integrity sha512-Gtb5W64Hpuh9+y6AY4N2B9EAlay1oVroU4sozEt9VdS0xAzVKGCkaeY+LWsk4rE1vc/194D4n4Tj4jIcBZje/g==
2403
2403
  dependencies:
2404
2404
  "@oclif/core" "^4"
2405
2405
  "@salesforce/core" "^8.6.4"
2406
2406
  "@salesforce/kit" "^3.2.0"
2407
2407
  "@salesforce/plugin-info" "^3.4.13"
2408
- "@salesforce/sf-plugins-core" "^11.3.10"
2408
+ "@salesforce/sf-plugins-core" "^12"
2409
2409
  got "^13.0.0"
2410
2410
  npm "^10.9.0"
2411
2411
  npm-run-path "^4.0.1"
@@ -2451,24 +2451,6 @@
2451
2451
  string-width "^7.2.0"
2452
2452
  terminal-link "^3.0.0"
2453
2453
 
2454
- "@salesforce/sf-plugins-core@^11.3.10":
2455
- version "11.3.12"
2456
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz"
2457
- integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
2458
- dependencies:
2459
- "@inquirer/confirm" "^3.1.22"
2460
- "@inquirer/password" "^2.2.0"
2461
- "@oclif/core" "^4.0.27"
2462
- "@salesforce/core" "^8.5.1"
2463
- "@salesforce/kit" "^3.2.3"
2464
- "@salesforce/ts-types" "^2.0.12"
2465
- ansis "^3.3.2"
2466
- cli-progress "^3.12.0"
2467
- natural-orderby "^3.0.2"
2468
- slice-ansi "^7.1.0"
2469
- string-width "^7.2.0"
2470
- terminal-link "^3.0.0"
2471
-
2472
2454
  "@salesforce/sf-plugins-core@^11.3.12":
2473
2455
  version "11.3.12"
2474
2456
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz"
@@ -2487,25 +2469,7 @@
2487
2469
  string-width "^7.2.0"
2488
2470
  terminal-link "^3.0.0"
2489
2471
 
2490
- "@salesforce/sf-plugins-core@^11.3.2":
2491
- version "11.3.12"
2492
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz"
2493
- integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
2494
- dependencies:
2495
- "@inquirer/confirm" "^3.1.22"
2496
- "@inquirer/password" "^2.2.0"
2497
- "@oclif/core" "^4.0.27"
2498
- "@salesforce/core" "^8.5.1"
2499
- "@salesforce/kit" "^3.2.3"
2500
- "@salesforce/ts-types" "^2.0.12"
2501
- ansis "^3.3.2"
2502
- cli-progress "^3.12.0"
2503
- natural-orderby "^3.0.2"
2504
- slice-ansi "^7.1.0"
2505
- string-width "^7.2.0"
2506
- terminal-link "^3.0.0"
2507
-
2508
- "@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.11":
2472
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.11":
2509
2473
  version "12.0.11"
2510
2474
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz"
2511
2475
  integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.67.1"
5373
+ "version": "2.67.3"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.67.1",
4
+ "version": "2.67.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -141,7 +141,7 @@
141
141
  "@inquirer/select": "^2.3.5",
142
142
  "@oclif/core": "4.0.31",
143
143
  "@oclif/plugin-autocomplete": "3.2.8",
144
- "@oclif/plugin-commands": "4.1.7",
144
+ "@oclif/plugin-commands": "4.1.8",
145
145
  "@oclif/plugin-help": "6.2.16",
146
146
  "@oclif/plugin-not-found": "3.2.25",
147
147
  "@oclif/plugin-plugins": "5.4.15",
@@ -152,12 +152,12 @@
152
152
  "@oclif/plugin-which": "3.2.17",
153
153
  "@salesforce/core": "^8.2.3",
154
154
  "@salesforce/kit": "^3.1.6",
155
- "@salesforce/plugin-apex": "3.5.6",
156
- "@salesforce/plugin-api": "1.3.1",
155
+ "@salesforce/plugin-apex": "3.6.0",
156
+ "@salesforce/plugin-api": "1.3.2",
157
157
  "@salesforce/plugin-auth": "3.6.72",
158
158
  "@salesforce/plugin-data": "3.11.2",
159
- "@salesforce/plugin-deploy-retrieve": "3.15.9",
160
- "@salesforce/plugin-info": "3.4.17",
159
+ "@salesforce/plugin-deploy-retrieve": "3.15.11",
160
+ "@salesforce/plugin-info": "3.4.18",
161
161
  "@salesforce/plugin-limits": "3.3.38",
162
162
  "@salesforce/plugin-marketplace": "1.3.4",
163
163
  "@salesforce/plugin-org": "5.1.2",
@@ -165,9 +165,9 @@
165
165
  "@salesforce/plugin-schema": "3.3.40",
166
166
  "@salesforce/plugin-settings": "2.4.4",
167
167
  "@salesforce/plugin-sobject": "1.4.44",
168
- "@salesforce/plugin-telemetry": "3.6.19",
169
- "@salesforce/plugin-templates": "56.3.28",
170
- "@salesforce/plugin-trust": "3.7.39",
168
+ "@salesforce/plugin-telemetry": "3.6.20",
169
+ "@salesforce/plugin-templates": "56.3.29",
170
+ "@salesforce/plugin-trust": "3.7.40",
171
171
  "@salesforce/plugin-user": "3.6.2",
172
172
  "@salesforce/sf-plugins-core": "12.0.11",
173
173
  "ansis": "^3.3.0"