@salesforce/cli 2.40.4 → 2.40.6

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.40.4 linux-x64 node-v20.12.2
27
+ @salesforce/cli/2.40.6 linux-x64 node-v20.12.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  $ sf alias list
203
203
  ```
204
204
 
205
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/alias/list.ts)_
205
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/alias/list.ts)_
206
206
 
207
207
  ## `sf alias set`
208
208
 
@@ -251,7 +251,7 @@ EXAMPLES
251
251
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
252
252
  ```
253
253
 
254
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/alias/set.ts)_
254
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/alias/set.ts)_
255
255
 
256
256
  ## `sf alias unset`
257
257
 
@@ -291,7 +291,7 @@ EXAMPLES
291
291
  $ sf alias unset --all [--no-prompt]
292
292
  ```
293
293
 
294
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/alias/unset.ts)_
294
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/alias/unset.ts)_
295
295
 
296
296
  ## `sf analytics generate template`
297
297
 
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
517
517
  directory.
518
518
  ```
519
519
 
520
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/get/log.ts)_
520
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/get/log.ts)_
521
521
 
522
522
  ## `sf apex get test`
523
523
 
@@ -571,7 +571,7 @@ EXAMPLES
571
571
  me@myorg',
572
572
  ```
573
573
 
574
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/get/test.ts)_
574
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/get/test.ts)_
575
575
 
576
576
  ## `sf apex list log`
577
577
 
@@ -611,7 +611,7 @@ EXAMPLES
611
611
  $ sf apex list log --target-org me@my.org
612
612
  ```
613
613
 
614
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/list/log.ts)_
614
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/list/log.ts)_
615
615
 
616
616
  ## `sf apex run`
617
617
 
@@ -658,7 +658,7 @@ EXAMPLES
658
658
  $ sf apex run
659
659
  ```
660
660
 
661
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/run.ts)_
661
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/run.ts)_
662
662
 
663
663
  ## `sf apex run test`
664
664
 
@@ -766,7 +766,7 @@ FLAG DESCRIPTIONS
766
766
  --tests Test1 --tests Test2
767
767
  ```
768
768
 
769
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/run/test.ts)_
769
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/run/test.ts)_
770
770
 
771
771
  ## `sf apex tail log`
772
772
 
@@ -809,7 +809,7 @@ EXAMPLES
809
809
  $ sf apex tail log --color --skip-trace-flag
810
810
  ```
811
811
 
812
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.10/src/commands/apex/tail/log.ts)_
812
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/tail/log.ts)_
813
813
 
814
814
  ## `sf autocomplete [SHELL]`
815
815
 
@@ -922,7 +922,7 @@ CONFIGURATION VARIABLES
922
922
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
923
923
  ```
924
924
 
925
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/config/get.ts)_
925
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/config/get.ts)_
926
926
 
927
927
  ## `sf config list`
928
928
 
@@ -962,7 +962,7 @@ EXAMPLES
962
962
  $ sf config list
963
963
  ```
964
964
 
965
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/config/list.ts)_
965
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/config/list.ts)_
966
966
 
967
967
  ## `sf config set`
968
968
 
@@ -1031,7 +1031,7 @@ CONFIGURATION VARIABLES
1031
1031
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1032
1032
  ```
1033
1033
 
1034
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/config/set.ts)_
1034
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/config/set.ts)_
1035
1035
 
1036
1036
  ## `sf config unset`
1037
1037
 
@@ -1081,7 +1081,7 @@ CONFIGURATION VARIABLES
1081
1081
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1082
1082
  ```
1083
1083
 
1084
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.1/src/commands/config/unset.ts)_
1084
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.2/src/commands/config/unset.ts)_
1085
1085
 
1086
1086
  ## `sf data create record`
1087
1087
 
@@ -1900,7 +1900,7 @@ EXAMPLES
1900
1900
  $ sf doctor --plugin @salesforce/plugin-source
1901
1901
  ```
1902
1902
 
1903
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.3/src/commands/doctor.ts)_
1903
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.4/src/commands/doctor.ts)_
1904
1904
 
1905
1905
  ## `sf force data bulk delete`
1906
1906
 
@@ -2102,7 +2102,7 @@ EXAMPLES
2102
2102
  $ sf info releasenotes display --version latest
2103
2103
  ```
2104
2104
 
2105
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.3/src/commands/info/releasenotes/display.ts)_
2105
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.4/src/commands/info/releasenotes/display.ts)_
2106
2106
 
2107
2107
  ## `sf lightning generate app`
2108
2108
 
@@ -2435,7 +2435,7 @@ EXAMPLES
2435
2435
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/assign/permset.ts)_
2438
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.4/src/commands/org/assign/permset.ts)_
2439
2439
 
2440
2440
  ## `sf org assign permsetlicense`
2441
2441
 
@@ -2481,7 +2481,7 @@ EXAMPLES
2481
2481
  user3
2482
2482
  ```
2483
2483
 
2484
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/assign/permsetlicense.ts)_
2484
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.4/src/commands/org/assign/permsetlicense.ts)_
2485
2485
 
2486
2486
  ## `sf org create sandbox`
2487
2487
 
@@ -2598,7 +2598,7 @@ FLAG DESCRIPTIONS
2598
2598
  sandbox.
2599
2599
  ```
2600
2600
 
2601
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/create/sandbox.ts)_
2601
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/create/sandbox.ts)_
2602
2602
 
2603
2603
  ## `sf org create scratch`
2604
2604
 
@@ -2752,7 +2752,7 @@ FLAG DESCRIPTIONS
2752
2752
  Omit this flag to have Salesforce generate a unique username for your org.
2753
2753
  ```
2754
2754
 
2755
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/create/scratch.ts)_
2755
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/create/scratch.ts)_
2756
2756
 
2757
2757
  ## `sf org create user`
2758
2758
 
@@ -2860,7 +2860,7 @@ FLAG DESCRIPTIONS
2860
2860
  might be different than what you specify in the definition file.
2861
2861
  ```
2862
2862
 
2863
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/create/user.ts)_
2863
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.4/src/commands/org/create/user.ts)_
2864
2864
 
2865
2865
  ## `sf org delete sandbox`
2866
2866
 
@@ -2905,7 +2905,7 @@ EXAMPLES
2905
2905
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2906
2906
  ```
2907
2907
 
2908
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/delete/sandbox.ts)_
2908
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/delete/sandbox.ts)_
2909
2909
 
2910
2910
  ## `sf org delete scratch`
2911
2911
 
@@ -2948,7 +2948,7 @@ EXAMPLES
2948
2948
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
2949
2949
  ```
2950
2950
 
2951
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/delete/scratch.ts)_
2951
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/delete/scratch.ts)_
2952
2952
 
2953
2953
  ## `sf org disable tracking`
2954
2954
 
@@ -2987,7 +2987,7 @@ EXAMPLES
2987
2987
  $ sf org disable tracking
2988
2988
  ```
2989
2989
 
2990
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/disable/tracking.ts)_
2990
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/disable/tracking.ts)_
2991
2991
 
2992
2992
  ## `sf org display`
2993
2993
 
@@ -3032,7 +3032,7 @@ EXAMPLES
3032
3032
  $ sf org display --target-org TestOrg1 --verbose
3033
3033
  ```
3034
3034
 
3035
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/display.ts)_
3035
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/display.ts)_
3036
3036
 
3037
3037
  ## `sf org display user`
3038
3038
 
@@ -3071,7 +3071,7 @@ EXAMPLES
3071
3071
  $ sf org display user --target-org me@my.org --json
3072
3072
  ```
3073
3073
 
3074
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/display/user.ts)_
3074
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.4/src/commands/org/display/user.ts)_
3075
3075
 
3076
3076
  ## `sf org enable tracking`
3077
3077
 
@@ -3113,7 +3113,7 @@ EXAMPLES
3113
3113
  $ sf org enable tracking
3114
3114
  ```
3115
3115
 
3116
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/enable/tracking.ts)_
3116
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/enable/tracking.ts)_
3117
3117
 
3118
3118
  ## `sf org generate password`
3119
3119
 
@@ -3180,7 +3180,7 @@ EXAMPLES
3180
3180
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3181
3181
  ```
3182
3182
 
3183
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/generate/password.ts)_
3183
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.4/src/commands/org/generate/password.ts)_
3184
3184
 
3185
3185
  ## `sf org list`
3186
3186
 
@@ -3219,7 +3219,7 @@ EXAMPLES
3219
3219
  $ sf org list --clean
3220
3220
  ```
3221
3221
 
3222
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list.ts)_
3222
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/list.ts)_
3223
3223
 
3224
3224
  ## `sf org list auth`
3225
3225
 
@@ -3251,7 +3251,7 @@ EXAMPLES
3251
3251
  $ sf org list auth
3252
3252
  ```
3253
3253
 
3254
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/list/auth.ts)_
3254
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/list/auth.ts)_
3255
3255
 
3256
3256
  ## `sf org list limits`
3257
3257
 
@@ -3358,7 +3358,7 @@ FLAG DESCRIPTIONS
3358
3358
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3359
3359
  ```
3360
3360
 
3361
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list/metadata.ts)_
3361
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/list/metadata.ts)_
3362
3362
 
3363
3363
  ## `sf org list metadata-types`
3364
3364
 
@@ -3413,7 +3413,7 @@ FLAG DESCRIPTIONS
3413
3413
  Override the api version used for api requests made by this command
3414
3414
  ```
3415
3415
 
3416
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/list/metadata-types.ts)_
3416
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/list/metadata-types.ts)_
3417
3417
 
3418
3418
  ## `sf org list sobject record-counts`
3419
3419
 
@@ -3497,7 +3497,7 @@ EXAMPLES
3497
3497
  $ sf org list users --target-org me@my.org
3498
3498
  ```
3499
3499
 
3500
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/list/users.ts)_
3500
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.4/src/commands/org/list/users.ts)_
3501
3501
 
3502
3502
  ## `sf org login access-token`
3503
3503
 
@@ -3551,7 +3551,7 @@ FLAG DESCRIPTIONS
3551
3551
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3552
3552
  ```
3553
3553
 
3554
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/access-token.ts)_
3554
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/login/access-token.ts)_
3555
3555
 
3556
3556
  ## `sf org login device`
3557
3557
 
@@ -3611,7 +3611,7 @@ FLAG DESCRIPTIONS
3611
3611
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3612
3612
  ```
3613
3613
 
3614
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/device.ts)_
3614
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/login/device.ts)_
3615
3615
 
3616
3616
  ## `sf org login jwt`
3617
3617
 
@@ -3702,7 +3702,7 @@ FLAG DESCRIPTIONS
3702
3702
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3703
3703
  ```
3704
3704
 
3705
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/jwt.ts)_
3705
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/login/jwt.ts)_
3706
3706
 
3707
3707
  ## `sf org login sfdx-url`
3708
3708
 
@@ -3767,7 +3767,7 @@ EXAMPLES
3767
3767
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3768
3768
  ```
3769
3769
 
3770
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/sfdx-url.ts)_
3770
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/login/sfdx-url.ts)_
3771
3771
 
3772
3772
  ## `sf org login web`
3773
3773
 
@@ -3854,7 +3854,7 @@ FLAG DESCRIPTIONS
3854
3854
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3855
3855
  ```
3856
3856
 
3857
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/web.ts)_
3857
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/login/web.ts)_
3858
3858
 
3859
3859
  ## `sf org logout`
3860
3860
 
@@ -3915,7 +3915,7 @@ FLAG DESCRIPTIONS
3915
3915
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3916
3916
  ```
3917
3917
 
3918
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/logout.ts)_
3918
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.5/src/commands/org/logout.ts)_
3919
3919
 
3920
3920
  ## `sf org open`
3921
3921
 
@@ -3987,7 +3987,7 @@ EXAMPLES
3987
3987
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
3988
3988
  ```
3989
3989
 
3990
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/open.ts)_
3990
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/open.ts)_
3991
3991
 
3992
3992
  ## `sf org refresh sandbox`
3993
3993
 
@@ -4064,7 +4064,7 @@ FLAG DESCRIPTIONS
4064
4064
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4065
4065
  ```
4066
4066
 
4067
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/refresh/sandbox.ts)_
4067
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/refresh/sandbox.ts)_
4068
4068
 
4069
4069
  ## `sf org resume sandbox`
4070
4070
 
@@ -4127,7 +4127,7 @@ FLAG DESCRIPTIONS
4127
4127
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4128
4128
  ```
4129
4129
 
4130
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/resume/sandbox.ts)_
4130
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/resume/sandbox.ts)_
4131
4131
 
4132
4132
  ## `sf org resume scratch`
4133
4133
 
@@ -4174,7 +4174,7 @@ FLAG DESCRIPTIONS
4174
4174
  The job ID is valid for 24 hours after you start the scratch org creation.
4175
4175
  ```
4176
4176
 
4177
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.4/src/commands/org/resume/scratch.ts)_
4177
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.5/src/commands/org/resume/scratch.ts)_
4178
4178
 
4179
4179
  ## `sf package1 version create`
4180
4180
 
@@ -7680,7 +7680,7 @@ EXAMPLES
7680
7680
  $ sf update --available
7681
7681
  ```
7682
7682
 
7683
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.8/src/commands/update.ts)_
7683
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.9/src/commands/update.ts)_
7684
7684
 
7685
7685
  ## `sf version`
7686
7686
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.40.4",
3
+ "version": "2.40.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.40.4",
9
+ "version": "2.40.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,32 +15,32 @@
15
15
  "@oclif/plugin-autocomplete": "3.0.16",
16
16
  "@oclif/plugin-commands": "3.3.1",
17
17
  "@oclif/plugin-help": "6.0.21",
18
- "@oclif/plugin-not-found": "3.1.6",
18
+ "@oclif/plugin-not-found": "3.1.7",
19
19
  "@oclif/plugin-plugins": "5.0.16",
20
20
  "@oclif/plugin-search": "1.0.23",
21
- "@oclif/plugin-update": "4.2.8",
21
+ "@oclif/plugin-update": "4.2.9",
22
22
  "@oclif/plugin-version": "2.0.17",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.16",
24
24
  "@oclif/plugin-which": "3.1.8",
25
25
  "@salesforce/core": "^7.2.0",
26
26
  "@salesforce/kit": "^3.1.0",
27
- "@salesforce/plugin-apex": "3.1.10",
28
- "@salesforce/plugin-auth": "3.6.4",
27
+ "@salesforce/plugin-apex": "3.1.11",
28
+ "@salesforce/plugin-auth": "3.6.5",
29
29
  "@salesforce/plugin-data": "3.3.2",
30
30
  "@salesforce/plugin-deploy-retrieve": "3.6.8",
31
- "@salesforce/plugin-info": "3.2.3",
31
+ "@salesforce/plugin-info": "3.2.4",
32
32
  "@salesforce/plugin-limits": "3.3.4",
33
33
  "@salesforce/plugin-marketplace": "1.2.4",
34
- "@salesforce/plugin-org": "4.1.4",
34
+ "@salesforce/plugin-org": "4.1.5",
35
35
  "@salesforce/plugin-packaging": "2.4.1",
36
36
  "@salesforce/plugin-schema": "3.3.4",
37
- "@salesforce/plugin-settings": "2.2.1",
37
+ "@salesforce/plugin-settings": "2.2.2",
38
38
  "@salesforce/plugin-sobject": "1.3.6",
39
39
  "@salesforce/plugin-source": "3.3.5",
40
40
  "@salesforce/plugin-telemetry": "3.3.4",
41
41
  "@salesforce/plugin-templates": "56.2.4",
42
42
  "@salesforce/plugin-trust": "3.6.6",
43
- "@salesforce/plugin-user": "3.5.3",
43
+ "@salesforce/plugin-user": "3.5.4",
44
44
  "@salesforce/sf-plugins-core": "9.0.5",
45
45
  "chalk": "^5.3.0",
46
46
  "debug": "^4.3.4",
@@ -2519,26 +2519,26 @@
2519
2519
  }
2520
2520
  },
2521
2521
  "node_modules/@inquirer/input": {
2522
- "version": "2.1.5",
2523
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.5.tgz",
2524
- "integrity": "sha512-z4l1ISps86JZXo1OsWt8IAh4nnyXjXwcu/na2pKFkDud6DC9TLxvDPWxHmq25T40/WZCULhMQuCMDV+VccVG+A==",
2522
+ "version": "2.1.6",
2523
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.6.tgz",
2524
+ "integrity": "sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==",
2525
2525
  "license": "MIT",
2526
2526
  "dependencies": {
2527
- "@inquirer/core": "^8.0.1",
2528
- "@inquirer/type": "^1.3.0"
2527
+ "@inquirer/core": "^8.1.0",
2528
+ "@inquirer/type": "^1.3.1"
2529
2529
  },
2530
2530
  "engines": {
2531
2531
  "node": ">=18"
2532
2532
  }
2533
2533
  },
2534
2534
  "node_modules/@inquirer/input/node_modules/@inquirer/core": {
2535
- "version": "8.0.1",
2536
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
2537
- "integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
2535
+ "version": "8.1.0",
2536
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
2537
+ "integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
2538
2538
  "license": "MIT",
2539
2539
  "dependencies": {
2540
2540
  "@inquirer/figures": "^1.0.1",
2541
- "@inquirer/type": "^1.3.0",
2541
+ "@inquirer/type": "^1.3.1",
2542
2542
  "@types/mute-stream": "^0.0.4",
2543
2543
  "@types/node": "^20.12.7",
2544
2544
  "@types/wrap-ansi": "^3.0.0",
@@ -2659,9 +2659,9 @@
2659
2659
  }
2660
2660
  },
2661
2661
  "node_modules/@inquirer/type": {
2662
- "version": "1.3.0",
2663
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.0.tgz",
2664
- "integrity": "sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==",
2662
+ "version": "1.3.1",
2663
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz",
2664
+ "integrity": "sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==",
2665
2665
  "license": "MIT",
2666
2666
  "engines": {
2667
2667
  "node": ">=18"
@@ -3691,12 +3691,12 @@
3691
3691
  }
3692
3692
  },
3693
3693
  "node_modules/@oclif/plugin-not-found": {
3694
- "version": "3.1.6",
3695
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.6.tgz",
3696
- "integrity": "sha512-87ckgDz+to7WySD7vrbELfWtK6uiaA8qf1Sp1AvU7m87tMSYOAkE7Jr+hX3MLpwM5Lt5nksG6t/gzP0PwSIKnA==",
3694
+ "version": "3.1.7",
3695
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.7.tgz",
3696
+ "integrity": "sha512-fGR1gJE7X6BX3QHAtVX4Tg3T04mrnhtCIGzksQYYcelSftTS0nASnQ3uDacdGwbUPqaEq7HfUyh/G7WRIRxcrw==",
3697
3697
  "license": "MIT",
3698
3698
  "dependencies": {
3699
- "@inquirer/confirm": "^3.1.5",
3699
+ "@inquirer/confirm": "^3.1.6",
3700
3700
  "@oclif/core": "^3.26.4",
3701
3701
  "chalk": "^5.3.0",
3702
3702
  "fast-levenshtein": "^3.0.0"
@@ -3706,26 +3706,26 @@
3706
3706
  }
3707
3707
  },
3708
3708
  "node_modules/@oclif/plugin-not-found/node_modules/@inquirer/confirm": {
3709
- "version": "3.1.5",
3710
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz",
3711
- "integrity": "sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==",
3709
+ "version": "3.1.6",
3710
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
3711
+ "integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
3712
3712
  "license": "MIT",
3713
3713
  "dependencies": {
3714
- "@inquirer/core": "^8.0.1",
3715
- "@inquirer/type": "^1.3.0"
3714
+ "@inquirer/core": "^8.1.0",
3715
+ "@inquirer/type": "^1.3.1"
3716
3716
  },
3717
3717
  "engines": {
3718
3718
  "node": ">=18"
3719
3719
  }
3720
3720
  },
3721
3721
  "node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core": {
3722
- "version": "8.0.1",
3723
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
3724
- "integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
3722
+ "version": "8.1.0",
3723
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
3724
+ "integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
3725
3725
  "license": "MIT",
3726
3726
  "dependencies": {
3727
3727
  "@inquirer/figures": "^1.0.1",
3728
- "@inquirer/type": "^1.3.0",
3728
+ "@inquirer/type": "^1.3.1",
3729
3729
  "@types/mute-stream": "^0.0.4",
3730
3730
  "@types/node": "^20.12.7",
3731
3731
  "@types/wrap-ansi": "^3.0.0",
@@ -6772,12 +6772,12 @@
6772
6772
  }
6773
6773
  },
6774
6774
  "node_modules/@oclif/plugin-update": {
6775
- "version": "4.2.8",
6776
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.8.tgz",
6777
- "integrity": "sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw==",
6775
+ "version": "4.2.9",
6776
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.9.tgz",
6777
+ "integrity": "sha512-9Q+j5/mncahI+B66yyHGnWc0Ay4rpTFnN1fKgdMrFIXbEdEGqbRlR2xdbie321xGvAlugVZv5uVbmcSN/Bb+3Q==",
6778
6778
  "license": "MIT",
6779
6779
  "dependencies": {
6780
- "@inquirer/select": "^2.3.1",
6780
+ "@inquirer/select": "^2.3.2",
6781
6781
  "@oclif/core": "^3.26.4",
6782
6782
  "chalk": "^5",
6783
6783
  "debug": "^4.3.1",
@@ -6792,13 +6792,13 @@
6792
6792
  }
6793
6793
  },
6794
6794
  "node_modules/@oclif/plugin-update/node_modules/@inquirer/core": {
6795
- "version": "8.0.1",
6796
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
6797
- "integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
6795
+ "version": "8.1.0",
6796
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
6797
+ "integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
6798
6798
  "license": "MIT",
6799
6799
  "dependencies": {
6800
6800
  "@inquirer/figures": "^1.0.1",
6801
- "@inquirer/type": "^1.3.0",
6801
+ "@inquirer/type": "^1.3.1",
6802
6802
  "@types/mute-stream": "^0.0.4",
6803
6803
  "@types/node": "^20.12.7",
6804
6804
  "@types/wrap-ansi": "^3.0.0",
@@ -6832,14 +6832,14 @@
6832
6832
  }
6833
6833
  },
6834
6834
  "node_modules/@oclif/plugin-update/node_modules/@inquirer/select": {
6835
- "version": "2.3.1",
6836
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.1.tgz",
6837
- "integrity": "sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ==",
6835
+ "version": "2.3.2",
6836
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.2.tgz",
6837
+ "integrity": "sha512-VzLHVpaobBpI3o/CWSG2sCDqrjHZEYAfT1bowbR8Q72fEi0WfBO3Fnh595QqBit9kQhI1uJbVHaaovg1I7eE7Q==",
6838
6838
  "license": "MIT",
6839
6839
  "dependencies": {
6840
- "@inquirer/core": "^8.0.1",
6840
+ "@inquirer/core": "^8.1.0",
6841
6841
  "@inquirer/figures": "^1.0.1",
6842
- "@inquirer/type": "^1.3.0",
6842
+ "@inquirer/type": "^1.3.1",
6843
6843
  "ansi-escapes": "^4.3.2",
6844
6844
  "chalk": "^4.1.2"
6845
6845
  },
@@ -7296,9 +7296,9 @@
7296
7296
  }
7297
7297
  },
7298
7298
  "node_modules/@salesforce/core": {
7299
- "version": "7.3.1",
7300
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
7301
- "integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
7299
+ "version": "7.3.2",
7300
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.2.tgz",
7301
+ "integrity": "sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==",
7302
7302
  "license": "BSD-3-Clause",
7303
7303
  "dependencies": {
7304
7304
  "@jsforce/jsforce-node": "^3.1.0",
@@ -7312,7 +7312,7 @@
7312
7312
  "js2xmlparser": "^4.0.1",
7313
7313
  "jsonwebtoken": "9.0.2",
7314
7314
  "jszip": "3.10.1",
7315
- "pino": "^8.19.0",
7315
+ "pino": "^8.21.0",
7316
7316
  "pino-abstract-transport": "^1.1.0",
7317
7317
  "pino-pretty": "^10.3.1",
7318
7318
  "proper-lockfile": "^4.1.2",
@@ -7464,12 +7464,12 @@
7464
7464
  }
7465
7465
  },
7466
7466
  "node_modules/@salesforce/plugin-apex": {
7467
- "version": "3.1.10",
7468
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.10.tgz",
7469
- "integrity": "sha512-xT4yCbP3JRXS0yWRcgtb0VFrrh7kPNlSn+XE7DrnajbaRSWdNG7Gv1HPKKaFIV0nP/b3VZk+4I1y58fSP8MJbw==",
7467
+ "version": "3.1.11",
7468
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.11.tgz",
7469
+ "integrity": "sha512-zGkSHUPZgT3DqnLlCgNKih5HKUTxAoZyqiRq/kUDbbwue4+njl2pjkUs7/Zb5HMgv6zLDey9Ga+qJdBTYfTI7w==",
7470
7470
  "license": "BSD-3-Clause",
7471
7471
  "dependencies": {
7472
- "@oclif/core": "^3.26.3",
7472
+ "@oclif/core": "^3.26.4",
7473
7473
  "@salesforce/apex-node": "^6.0.0",
7474
7474
  "@salesforce/core": "^7.3.1",
7475
7475
  "@salesforce/kit": "^3.1.0",
@@ -7492,9 +7492,9 @@
7492
7492
  }
7493
7493
  },
7494
7494
  "node_modules/@salesforce/plugin-auth": {
7495
- "version": "3.6.4",
7496
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.4.tgz",
7497
- "integrity": "sha512-p+YMpT1cK+BJf/8taxahAT31p4gNACtq0NR4w8Qkrm3cGWBVMujHHtV5/GX/zr5i2kIuzC/DjC/29tr2xb7JHw==",
7495
+ "version": "3.6.5",
7496
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.5.tgz",
7497
+ "integrity": "sha512-lqDSKeJlC2nBlNuH9xQ8ihmjCpM590Ayxd0C2VuVHyhWk+GNL0mEJV/y6H5Rtl3Hyxq6/99eAEeGdzUdCRvXyg==",
7498
7498
  "license": "BSD-3-Clause",
7499
7499
  "dependencies": {
7500
7500
  "@inquirer/checkbox": "^1.5.2",
@@ -7503,7 +7503,7 @@
7503
7503
  "@salesforce/core": "^7.3.0",
7504
7504
  "@salesforce/kit": "^3.1.1",
7505
7505
  "@salesforce/plugin-info": "^3.2.3",
7506
- "@salesforce/sf-plugins-core": "^9.0.1",
7506
+ "@salesforce/sf-plugins-core": "^9.0.5",
7507
7507
  "@salesforce/ts-types": "^2.0.9",
7508
7508
  "chalk": "^5.3.0",
7509
7509
  "open": "^10.1.0"
@@ -7581,12 +7581,12 @@
7581
7581
  }
7582
7582
  },
7583
7583
  "node_modules/@salesforce/plugin-info": {
7584
- "version": "3.2.3",
7585
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz",
7586
- "integrity": "sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==",
7584
+ "version": "3.2.4",
7585
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.4.tgz",
7586
+ "integrity": "sha512-WFWQmnLptPYYCMI+4sTud/tFvoxWWm8kxd9S8bcdziaCCHGb0KZegUcriXnZsrleEROk/i2TmtC8ij/Rn856jA==",
7587
7587
  "license": "BSD-3-Clause",
7588
7588
  "dependencies": {
7589
- "@inquirer/input": "^2.1.5",
7589
+ "@inquirer/input": "^2.1.6",
7590
7590
  "@oclif/core": "^3.26.4",
7591
7591
  "@salesforce/core": "^7.0.1",
7592
7592
  "@salesforce/kit": "^3.1.0",
@@ -7635,16 +7635,16 @@
7635
7635
  }
7636
7636
  },
7637
7637
  "node_modules/@salesforce/plugin-org": {
7638
- "version": "4.1.4",
7639
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.4.tgz",
7640
- "integrity": "sha512-vSN1hsqpXdX42OjvRAdllCVnRCtByeP+9ktzy4WRxduEjlIQujOgXbCPpj2K6MYLu2Rj7Pc5Dx/JC36QqYu6cA==",
7638
+ "version": "4.1.5",
7639
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.5.tgz",
7640
+ "integrity": "sha512-WeFKggXyLYUtKzgSuWNI2Opxe+DOR05pOqL/UVD12QlfxhRTjBBTues7Jbf/YtVYPLGYUfrOx71x2UdG/1E+BQ==",
7641
7641
  "license": "BSD-3-Clause",
7642
7642
  "dependencies": {
7643
7643
  "@oclif/core": "^3.26.4",
7644
7644
  "@salesforce/core": "^7.0.1",
7645
7645
  "@salesforce/kit": "^3.1.1",
7646
7646
  "@salesforce/sf-plugins-core": "^9.0.0",
7647
- "@salesforce/source-deploy-retrieve": "^11.0.2",
7647
+ "@salesforce/source-deploy-retrieve": "^11.1.2",
7648
7648
  "chalk": "^5.3.0",
7649
7649
  "change-case": "^5.4.4",
7650
7650
  "is-wsl": "^3.1.0",
@@ -7885,14 +7885,14 @@
7885
7885
  }
7886
7886
  },
7887
7887
  "node_modules/@salesforce/plugin-settings": {
7888
- "version": "2.2.1",
7889
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.2.1.tgz",
7890
- "integrity": "sha512-GysXXYtyaXMmgDwellyRym5FJcAFb3xW3nJbi1fuO7zskL1pLfKJqNJFapXZiNEiIvoybxLYQZuji1ixOLC2Uw==",
7888
+ "version": "2.2.2",
7889
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.2.2.tgz",
7890
+ "integrity": "sha512-m1TfRPtKoEd+u1pPKIO+uA3FIszg0TZLtVBg+33zauia0GqoUO9DSGAs9NqPMCjiFWZB9dbL3V9P2YjMiNHxWg==",
7891
7891
  "license": "BSD-3-Clause",
7892
7892
  "dependencies": {
7893
7893
  "@oclif/core": "^3.26.2",
7894
7894
  "@salesforce/core": "^7.0.1",
7895
- "@salesforce/sf-plugins-core": "^9.0.0",
7895
+ "@salesforce/sf-plugins-core": "^9.0.5",
7896
7896
  "fast-levenshtein": "^3.0.0"
7897
7897
  },
7898
7898
  "engines": {
@@ -8032,13 +8032,13 @@
8032
8032
  }
8033
8033
  },
8034
8034
  "node_modules/@salesforce/plugin-user": {
8035
- "version": "3.5.3",
8036
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.3.tgz",
8037
- "integrity": "sha512-cTz+SN3QiI5zOPclFLc2Jb7Ifon0hGdxX/nyprC2ZEulBNtQC01bHUR+kyM85n2TI/u9n4arWBNMI8qwJ8g6kw==",
8035
+ "version": "3.5.4",
8036
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.4.tgz",
8037
+ "integrity": "sha512-oLpnivDq3xoAJ3rpvRi0Xp8p3G8lwIwetWMuuNuZAmSDht5frlis+c8on7OpKmpkda4qP6q/nDRI4wUYRU8nvg==",
8038
8038
  "license": "BSD-3-Clause",
8039
8039
  "dependencies": {
8040
8040
  "@oclif/core": "^3.26.2",
8041
- "@salesforce/core": "^7.2.0",
8041
+ "@salesforce/core": "^7.3.2",
8042
8042
  "@salesforce/kit": "^3.1.0",
8043
8043
  "@salesforce/sf-plugins-core": "^9.0.5",
8044
8044
  "@salesforce/ts-types": "^2.0.9"
@@ -22250,28 +22250,28 @@
22250
22250
  }
22251
22251
  },
22252
22252
  "node_modules/oclif/node_modules/@inquirer/confirm": {
22253
- "version": "3.1.5",
22254
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz",
22255
- "integrity": "sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==",
22253
+ "version": "3.1.6",
22254
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz",
22255
+ "integrity": "sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==",
22256
22256
  "dev": true,
22257
22257
  "license": "MIT",
22258
22258
  "dependencies": {
22259
- "@inquirer/core": "^8.0.1",
22260
- "@inquirer/type": "^1.3.0"
22259
+ "@inquirer/core": "^8.1.0",
22260
+ "@inquirer/type": "^1.3.1"
22261
22261
  },
22262
22262
  "engines": {
22263
22263
  "node": ">=18"
22264
22264
  }
22265
22265
  },
22266
22266
  "node_modules/oclif/node_modules/@inquirer/core": {
22267
- "version": "8.0.1",
22268
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz",
22269
- "integrity": "sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==",
22267
+ "version": "8.1.0",
22268
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz",
22269
+ "integrity": "sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==",
22270
22270
  "dev": true,
22271
22271
  "license": "MIT",
22272
22272
  "dependencies": {
22273
22273
  "@inquirer/figures": "^1.0.1",
22274
- "@inquirer/type": "^1.3.0",
22274
+ "@inquirer/type": "^1.3.1",
22275
22275
  "@types/mute-stream": "^0.0.4",
22276
22276
  "@types/node": "^20.12.7",
22277
22277
  "@types/wrap-ansi": "^3.0.0",
@@ -22289,15 +22289,15 @@
22289
22289
  }
22290
22290
  },
22291
22291
  "node_modules/oclif/node_modules/@inquirer/select": {
22292
- "version": "2.3.1",
22293
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.1.tgz",
22294
- "integrity": "sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ==",
22292
+ "version": "2.3.2",
22293
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.2.tgz",
22294
+ "integrity": "sha512-VzLHVpaobBpI3o/CWSG2sCDqrjHZEYAfT1bowbR8Q72fEi0WfBO3Fnh595QqBit9kQhI1uJbVHaaovg1I7eE7Q==",
22295
22295
  "dev": true,
22296
22296
  "license": "MIT",
22297
22297
  "dependencies": {
22298
- "@inquirer/core": "^8.0.1",
22298
+ "@inquirer/core": "^8.1.0",
22299
22299
  "@inquirer/figures": "^1.0.1",
22300
- "@inquirer/type": "^1.3.0",
22300
+ "@inquirer/type": "^1.3.1",
22301
22301
  "ansi-escapes": "^4.3.2",
22302
22302
  "chalk": "^4.1.2"
22303
22303
  },
@@ -23023,31 +23023,31 @@
23023
23023
  }
23024
23024
  },
23025
23025
  "node_modules/pino": {
23026
- "version": "8.20.0",
23027
- "resolved": "https://registry.npmjs.org/pino/-/pino-8.20.0.tgz",
23028
- "integrity": "sha512-uhIfMj5TVp+WynVASaVEJFTncTUe4dHBq6CWplu/vBgvGHhvBvQfxz+vcOrnnBQdORH3izaGEurLfNlq3YxdFQ==",
23026
+ "version": "8.21.0",
23027
+ "resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
23028
+ "integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
23029
23029
  "license": "MIT",
23030
23030
  "dependencies": {
23031
23031
  "atomic-sleep": "^1.0.0",
23032
23032
  "fast-redact": "^3.1.1",
23033
23033
  "on-exit-leak-free": "^2.1.0",
23034
- "pino-abstract-transport": "^1.1.0",
23034
+ "pino-abstract-transport": "^1.2.0",
23035
23035
  "pino-std-serializers": "^6.0.0",
23036
23036
  "process-warning": "^3.0.0",
23037
23037
  "quick-format-unescaped": "^4.0.3",
23038
23038
  "real-require": "^0.2.0",
23039
23039
  "safe-stable-stringify": "^2.3.1",
23040
23040
  "sonic-boom": "^3.7.0",
23041
- "thread-stream": "^2.0.0"
23041
+ "thread-stream": "^2.6.0"
23042
23042
  },
23043
23043
  "bin": {
23044
23044
  "pino": "bin.js"
23045
23045
  }
23046
23046
  },
23047
23047
  "node_modules/pino-abstract-transport": {
23048
- "version": "1.1.0",
23049
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
23050
- "integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
23048
+ "version": "1.2.0",
23049
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
23050
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
23051
23051
  "license": "MIT",
23052
23052
  "dependencies": {
23053
23053
  "readable-stream": "^4.0.0",
@@ -25721,9 +25721,9 @@
25721
25721
  }
25722
25722
  },
25723
25723
  "node_modules/thread-stream": {
25724
- "version": "2.4.1",
25725
- "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.4.1.tgz",
25726
- "integrity": "sha512-d/Ex2iWd1whipbT681JmTINKw0ZwOUBZm7+Gjs64DHuX34mmw8vJL2bFAaNacaW72zYiTJxSHi5abUuOi5nsfg==",
25724
+ "version": "2.7.0",
25725
+ "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
25726
+ "integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
25727
25727
  "license": "MIT",
25728
25728
  "dependencies": {
25729
25729
  "real-require": "^0.2.0"
package/oclif.lock CHANGED
@@ -1196,12 +1196,20 @@
1196
1196
  chalk "^4.1.2"
1197
1197
 
1198
1198
  "@inquirer/confirm@^3.1.5":
1199
- version "3.1.5"
1200
- resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz"
1201
- integrity sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==
1199
+ version "3.1.6"
1200
+ resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz"
1201
+ integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
1202
+ dependencies:
1203
+ "@inquirer/core" "^8.1.0"
1204
+ "@inquirer/type" "^1.3.1"
1205
+
1206
+ "@inquirer/confirm@^3.1.6":
1207
+ version "3.1.6"
1208
+ resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.6.tgz"
1209
+ integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
1202
1210
  dependencies:
1203
- "@inquirer/core" "^8.0.1"
1204
- "@inquirer/type" "^1.3.0"
1211
+ "@inquirer/core" "^8.1.0"
1212
+ "@inquirer/type" "^1.3.1"
1205
1213
 
1206
1214
  "@inquirer/core@^3.1.1":
1207
1215
  version "3.1.2"
@@ -1242,13 +1250,13 @@
1242
1250
  strip-ansi "^6.0.1"
1243
1251
  wrap-ansi "^6.2.0"
1244
1252
 
1245
- "@inquirer/core@^8.0.1":
1246
- version "8.0.1"
1247
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.0.1.tgz"
1248
- integrity sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==
1253
+ "@inquirer/core@^8.1.0":
1254
+ version "8.1.0"
1255
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.1.0.tgz"
1256
+ integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
1249
1257
  dependencies:
1250
1258
  "@inquirer/figures" "^1.0.1"
1251
- "@inquirer/type" "^1.3.0"
1259
+ "@inquirer/type" "^1.3.1"
1252
1260
  "@types/mute-stream" "^0.0.4"
1253
1261
  "@types/node" "^20.12.7"
1254
1262
  "@types/wrap-ansi" "^3.0.0"
@@ -1275,13 +1283,13 @@
1275
1283
  "@inquirer/type" "^1.1.6"
1276
1284
  chalk "^4.1.2"
1277
1285
 
1278
- "@inquirer/input@^2.1.1", "@inquirer/input@^2.1.5":
1279
- version "2.1.5"
1280
- resolved "https://registry.npmjs.org/@inquirer/input/-/input-2.1.5.tgz"
1281
- integrity sha512-z4l1ISps86JZXo1OsWt8IAh4nnyXjXwcu/na2pKFkDud6DC9TLxvDPWxHmq25T40/WZCULhMQuCMDV+VccVG+A==
1286
+ "@inquirer/input@^2.1.1", "@inquirer/input@^2.1.6":
1287
+ version "2.1.6"
1288
+ resolved "https://registry.npmjs.org/@inquirer/input/-/input-2.1.6.tgz"
1289
+ integrity sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==
1282
1290
  dependencies:
1283
- "@inquirer/core" "^8.0.1"
1284
- "@inquirer/type" "^1.3.0"
1291
+ "@inquirer/core" "^8.1.0"
1292
+ "@inquirer/type" "^1.3.1"
1285
1293
 
1286
1294
  "@inquirer/password@^1.1.16":
1287
1295
  version "1.1.16"
@@ -1305,31 +1313,31 @@
1305
1313
  figures "^3.2.0"
1306
1314
 
1307
1315
  "@inquirer/select@^2.2.1":
1308
- version "2.3.1"
1309
- resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.1.tgz"
1310
- integrity sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ==
1316
+ version "2.3.2"
1317
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.2.tgz"
1318
+ integrity sha512-VzLHVpaobBpI3o/CWSG2sCDqrjHZEYAfT1bowbR8Q72fEi0WfBO3Fnh595QqBit9kQhI1uJbVHaaovg1I7eE7Q==
1311
1319
  dependencies:
1312
- "@inquirer/core" "^8.0.1"
1320
+ "@inquirer/core" "^8.1.0"
1313
1321
  "@inquirer/figures" "^1.0.1"
1314
- "@inquirer/type" "^1.3.0"
1322
+ "@inquirer/type" "^1.3.1"
1315
1323
  ansi-escapes "^4.3.2"
1316
1324
  chalk "^4.1.2"
1317
1325
 
1318
- "@inquirer/select@^2.3.1":
1319
- version "2.3.1"
1320
- resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.1.tgz"
1321
- integrity sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ==
1326
+ "@inquirer/select@^2.3.2":
1327
+ version "2.3.2"
1328
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.2.tgz"
1329
+ integrity sha512-VzLHVpaobBpI3o/CWSG2sCDqrjHZEYAfT1bowbR8Q72fEi0WfBO3Fnh595QqBit9kQhI1uJbVHaaovg1I7eE7Q==
1322
1330
  dependencies:
1323
- "@inquirer/core" "^8.0.1"
1331
+ "@inquirer/core" "^8.1.0"
1324
1332
  "@inquirer/figures" "^1.0.1"
1325
- "@inquirer/type" "^1.3.0"
1333
+ "@inquirer/type" "^1.3.1"
1326
1334
  ansi-escapes "^4.3.2"
1327
1335
  chalk "^4.1.2"
1328
1336
 
1329
- "@inquirer/type@^1.1.2", "@inquirer/type@^1.1.6", "@inquirer/type@^1.3.0":
1330
- version "1.3.0"
1331
- resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.3.0.tgz"
1332
- integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
1337
+ "@inquirer/type@^1.1.2", "@inquirer/type@^1.1.6", "@inquirer/type@^1.3.1":
1338
+ version "1.3.1"
1339
+ resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.3.1.tgz"
1340
+ integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
1333
1341
 
1334
1342
  "@isaacs/cliui@^8.0.2":
1335
1343
  version "8.0.2"
@@ -1913,12 +1921,12 @@
1913
1921
  dependencies:
1914
1922
  "@oclif/core" "^3.26.2"
1915
1923
 
1916
- "@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.6":
1917
- version "3.1.6"
1918
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.6.tgz"
1919
- integrity sha512-87ckgDz+to7WySD7vrbELfWtK6uiaA8qf1Sp1AvU7m87tMSYOAkE7Jr+hX3MLpwM5Lt5nksG6t/gzP0PwSIKnA==
1924
+ "@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.7":
1925
+ version "3.1.7"
1926
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.7.tgz"
1927
+ integrity sha512-fGR1gJE7X6BX3QHAtVX4Tg3T04mrnhtCIGzksQYYcelSftTS0nASnQ3uDacdGwbUPqaEq7HfUyh/G7WRIRxcrw==
1920
1928
  dependencies:
1921
- "@inquirer/confirm" "^3.1.5"
1929
+ "@inquirer/confirm" "^3.1.6"
1922
1930
  "@oclif/core" "^3.26.4"
1923
1931
  chalk "^5.3.0"
1924
1932
  fast-levenshtein "^3.0.0"
@@ -1947,12 +1955,12 @@
1947
1955
  "@oclif/core" "^3.26.4"
1948
1956
  inquirer-autocomplete-standalone "^0.8.1"
1949
1957
 
1950
- "@oclif/plugin-update@4.2.8":
1951
- version "4.2.8"
1952
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.8.tgz"
1953
- integrity sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw==
1958
+ "@oclif/plugin-update@4.2.9":
1959
+ version "4.2.9"
1960
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.9.tgz"
1961
+ integrity sha512-9Q+j5/mncahI+B66yyHGnWc0Ay4rpTFnN1fKgdMrFIXbEdEGqbRlR2xdbie321xGvAlugVZv5uVbmcSN/Bb+3Q==
1954
1962
  dependencies:
1955
- "@inquirer/select" "^2.3.1"
1963
+ "@inquirer/select" "^2.3.2"
1956
1964
  "@oclif/core" "^3.26.4"
1957
1965
  chalk "^5"
1958
1966
  debug "^4.3.1"
@@ -2259,10 +2267,10 @@
2259
2267
  strip-ansi "6.0.1"
2260
2268
  ts-retry-promise "^0.8.0"
2261
2269
 
2262
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
2263
- version "7.3.1"
2264
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz"
2265
- integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
2270
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.2":
2271
+ version "7.3.2"
2272
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.2.tgz"
2273
+ integrity sha512-a5AQFlwZqSz9kqFb+m4ch5HjPapKX1TDoRm9RfdwGyhkBtiCH1lVjnkn6nmHmpOq0X9Sh+broRN3vgl9s5bRRg==
2266
2274
  dependencies:
2267
2275
  "@jsforce/jsforce-node" "^3.1.0"
2268
2276
  "@salesforce/kit" "^3.1.1"
@@ -2275,7 +2283,7 @@
2275
2283
  js2xmlparser "^4.0.1"
2276
2284
  jsonwebtoken "9.0.2"
2277
2285
  jszip "3.10.1"
2278
- pino "^8.19.0"
2286
+ pino "^8.21.0"
2279
2287
  pino-abstract-transport "^1.1.0"
2280
2288
  pino-pretty "^10.3.1"
2281
2289
  proper-lockfile "^4.1.2"
@@ -2346,12 +2354,12 @@
2346
2354
  graphology-types "^0.24.7"
2347
2355
  jszip "^3.10.1"
2348
2356
 
2349
- "@salesforce/plugin-apex@3.1.10":
2350
- version "3.1.10"
2351
- resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.10.tgz"
2352
- integrity sha512-xT4yCbP3JRXS0yWRcgtb0VFrrh7kPNlSn+XE7DrnajbaRSWdNG7Gv1HPKKaFIV0nP/b3VZk+4I1y58fSP8MJbw==
2357
+ "@salesforce/plugin-apex@3.1.11":
2358
+ version "3.1.11"
2359
+ resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.11.tgz"
2360
+ integrity sha512-zGkSHUPZgT3DqnLlCgNKih5HKUTxAoZyqiRq/kUDbbwue4+njl2pjkUs7/Zb5HMgv6zLDey9Ga+qJdBTYfTI7w==
2353
2361
  dependencies:
2354
- "@oclif/core" "^3.26.3"
2362
+ "@oclif/core" "^3.26.4"
2355
2363
  "@salesforce/apex-node" "^6.0.0"
2356
2364
  "@salesforce/core" "^7.3.1"
2357
2365
  "@salesforce/kit" "^3.1.0"
@@ -2360,10 +2368,10 @@
2360
2368
  color-convert "^2.0.1"
2361
2369
  color-name "^2.0.0"
2362
2370
 
2363
- "@salesforce/plugin-auth@3.6.4":
2364
- version "3.6.4"
2365
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.4.tgz"
2366
- integrity sha512-p+YMpT1cK+BJf/8taxahAT31p4gNACtq0NR4w8Qkrm3cGWBVMujHHtV5/GX/zr5i2kIuzC/DjC/29tr2xb7JHw==
2371
+ "@salesforce/plugin-auth@3.6.5":
2372
+ version "3.6.5"
2373
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.5.tgz"
2374
+ integrity sha512-lqDSKeJlC2nBlNuH9xQ8ihmjCpM590Ayxd0C2VuVHyhWk+GNL0mEJV/y6H5Rtl3Hyxq6/99eAEeGdzUdCRvXyg==
2367
2375
  dependencies:
2368
2376
  "@inquirer/checkbox" "^1.5.2"
2369
2377
  "@inquirer/select" "^1.3.3"
@@ -2371,7 +2379,7 @@
2371
2379
  "@salesforce/core" "^7.3.0"
2372
2380
  "@salesforce/kit" "^3.1.1"
2373
2381
  "@salesforce/plugin-info" "^3.2.3"
2374
- "@salesforce/sf-plugins-core" "^9.0.1"
2382
+ "@salesforce/sf-plugins-core" "^9.0.5"
2375
2383
  "@salesforce/ts-types" "^2.0.9"
2376
2384
  chalk "^5.3.0"
2377
2385
  open "^10.1.0"
@@ -2422,12 +2430,12 @@
2422
2430
  "@salesforce/ts-types" "^2.0.9"
2423
2431
  chalk "^5.3.0"
2424
2432
 
2425
- "@salesforce/plugin-info@^3.2.3", "@salesforce/plugin-info@3.2.3":
2426
- version "3.2.3"
2427
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz"
2428
- integrity sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==
2433
+ "@salesforce/plugin-info@^3.2.3", "@salesforce/plugin-info@3.2.4":
2434
+ version "3.2.4"
2435
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.4.tgz"
2436
+ integrity sha512-WFWQmnLptPYYCMI+4sTud/tFvoxWWm8kxd9S8bcdziaCCHGb0KZegUcriXnZsrleEROk/i2TmtC8ij/Rn856jA==
2429
2437
  dependencies:
2430
- "@inquirer/input" "^2.1.5"
2438
+ "@inquirer/input" "^2.1.6"
2431
2439
  "@oclif/core" "^3.26.4"
2432
2440
  "@salesforce/core" "^7.0.1"
2433
2441
  "@salesforce/kit" "^3.1.0"
@@ -2461,16 +2469,16 @@
2461
2469
  got "^13.0.0"
2462
2470
  proxy-agent "^6.4.0"
2463
2471
 
2464
- "@salesforce/plugin-org@4.1.4":
2465
- version "4.1.4"
2466
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.4.tgz"
2467
- integrity sha512-vSN1hsqpXdX42OjvRAdllCVnRCtByeP+9ktzy4WRxduEjlIQujOgXbCPpj2K6MYLu2Rj7Pc5Dx/JC36QqYu6cA==
2472
+ "@salesforce/plugin-org@4.1.5":
2473
+ version "4.1.5"
2474
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.5.tgz"
2475
+ integrity sha512-WeFKggXyLYUtKzgSuWNI2Opxe+DOR05pOqL/UVD12QlfxhRTjBBTues7Jbf/YtVYPLGYUfrOx71x2UdG/1E+BQ==
2468
2476
  dependencies:
2469
2477
  "@oclif/core" "^3.26.4"
2470
2478
  "@salesforce/core" "^7.0.1"
2471
2479
  "@salesforce/kit" "^3.1.1"
2472
2480
  "@salesforce/sf-plugins-core" "^9.0.0"
2473
- "@salesforce/source-deploy-retrieve" "^11.0.2"
2481
+ "@salesforce/source-deploy-retrieve" "^11.1.2"
2474
2482
  chalk "^5.3.0"
2475
2483
  change-case "^5.4.4"
2476
2484
  is-wsl "^3.1.0"
@@ -2525,14 +2533,14 @@
2525
2533
  "@salesforce/core" "^7.0.1"
2526
2534
  "@salesforce/sf-plugins-core" "^9.0.4"
2527
2535
 
2528
- "@salesforce/plugin-settings@2.2.1":
2529
- version "2.2.1"
2530
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.2.1.tgz"
2531
- integrity sha512-GysXXYtyaXMmgDwellyRym5FJcAFb3xW3nJbi1fuO7zskL1pLfKJqNJFapXZiNEiIvoybxLYQZuji1ixOLC2Uw==
2536
+ "@salesforce/plugin-settings@2.2.2":
2537
+ version "2.2.2"
2538
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.2.2.tgz"
2539
+ integrity sha512-m1TfRPtKoEd+u1pPKIO+uA3FIszg0TZLtVBg+33zauia0GqoUO9DSGAs9NqPMCjiFWZB9dbL3V9P2YjMiNHxWg==
2532
2540
  dependencies:
2533
2541
  "@oclif/core" "^3.26.2"
2534
2542
  "@salesforce/core" "^7.0.1"
2535
- "@salesforce/sf-plugins-core" "^9.0.0"
2543
+ "@salesforce/sf-plugins-core" "^9.0.5"
2536
2544
  fast-levenshtein "^3.0.0"
2537
2545
 
2538
2546
  "@salesforce/plugin-sobject@1.3.6":
@@ -2609,13 +2617,13 @@
2609
2617
  semver "^7.6.0"
2610
2618
  shelljs "^0.8.4"
2611
2619
 
2612
- "@salesforce/plugin-user@3.5.3":
2613
- version "3.5.3"
2614
- resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.3.tgz"
2615
- integrity sha512-cTz+SN3QiI5zOPclFLc2Jb7Ifon0hGdxX/nyprC2ZEulBNtQC01bHUR+kyM85n2TI/u9n4arWBNMI8qwJ8g6kw==
2620
+ "@salesforce/plugin-user@3.5.4":
2621
+ version "3.5.4"
2622
+ resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.4.tgz"
2623
+ integrity sha512-oLpnivDq3xoAJ3rpvRi0Xp8p3G8lwIwetWMuuNuZAmSDht5frlis+c8on7OpKmpkda4qP6q/nDRI4wUYRU8nvg==
2616
2624
  dependencies:
2617
2625
  "@oclif/core" "^3.26.2"
2618
- "@salesforce/core" "^7.2.0"
2626
+ "@salesforce/core" "^7.3.2"
2619
2627
  "@salesforce/kit" "^3.1.0"
2620
2628
  "@salesforce/sf-plugins-core" "^9.0.5"
2621
2629
  "@salesforce/ts-types" "^2.0.9"
@@ -2643,7 +2651,7 @@
2643
2651
  "@salesforce/ts-types" "^2.0.9"
2644
2652
  chalk "^5.3.0"
2645
2653
 
2646
- "@salesforce/source-deploy-retrieve@^11.0.0", "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.0.2", "@salesforce/source-deploy-retrieve@^11.1.2":
2654
+ "@salesforce/source-deploy-retrieve@^11.0.0", "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.1.2":
2647
2655
  version "11.1.2"
2648
2656
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.1.2.tgz"
2649
2657
  integrity sha512-QhRft7U/XMBDaZTbzacbHH4sapTW/d25V3Hiwua2lg/Ce6hEj/5w6l8LlO5UAyRpRMaMy2LfaTRygu+rT3AS8g==
@@ -10351,10 +10359,10 @@ pify@^4.0.1:
10351
10359
  resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz"
10352
10360
  integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
10353
10361
 
10354
- pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0:
10355
- version "1.1.0"
10356
- resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz"
10357
- integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
10362
+ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@^1.2.0:
10363
+ version "1.2.0"
10364
+ resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz"
10365
+ integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
10358
10366
  dependencies:
10359
10367
  readable-stream "^4.0.0"
10360
10368
  split2 "^4.0.0"
@@ -10384,22 +10392,22 @@ pino-std-serializers@^6.0.0:
10384
10392
  resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz"
10385
10393
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
10386
10394
 
10387
- pino@^8.19.0:
10388
- version "8.20.0"
10389
- resolved "https://registry.npmjs.org/pino/-/pino-8.20.0.tgz"
10390
- integrity sha512-uhIfMj5TVp+WynVASaVEJFTncTUe4dHBq6CWplu/vBgvGHhvBvQfxz+vcOrnnBQdORH3izaGEurLfNlq3YxdFQ==
10395
+ pino@^8.21.0:
10396
+ version "8.21.0"
10397
+ resolved "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz"
10398
+ integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
10391
10399
  dependencies:
10392
10400
  atomic-sleep "^1.0.0"
10393
10401
  fast-redact "^3.1.1"
10394
10402
  on-exit-leak-free "^2.1.0"
10395
- pino-abstract-transport "^1.1.0"
10403
+ pino-abstract-transport "^1.2.0"
10396
10404
  pino-std-serializers "^6.0.0"
10397
10405
  process-warning "^3.0.0"
10398
10406
  quick-format-unescaped "^4.0.3"
10399
10407
  real-require "^0.2.0"
10400
10408
  safe-stable-stringify "^2.3.1"
10401
10409
  sonic-boom "^3.7.0"
10402
- thread-stream "^2.0.0"
10410
+ thread-stream "^2.6.0"
10403
10411
 
10404
10412
  pkg-dir@^4.1.0, pkg-dir@^4.2.0:
10405
10413
  version "4.2.0"
@@ -11861,10 +11869,10 @@ textextensions@^5.12.0, textextensions@^5.13.0:
11861
11869
  resolved "https://registry.npmjs.org/textextensions/-/textextensions-5.16.0.tgz"
11862
11870
  integrity sha512-7D/r3s6uPZyU//MCYrX6I14nzauDwJ5CxazouuRGNuvSCihW87ufN6VLoROLCrHg6FblLuJrT6N2BVaPVzqElw==
11863
11871
 
11864
- thread-stream@^2.0.0:
11865
- version "2.4.1"
11866
- resolved "https://registry.npmjs.org/thread-stream/-/thread-stream-2.4.1.tgz"
11867
- integrity sha512-d/Ex2iWd1whipbT681JmTINKw0ZwOUBZm7+Gjs64DHuX34mmw8vJL2bFAaNacaW72zYiTJxSHi5abUuOi5nsfg==
11872
+ thread-stream@^2.6.0:
11873
+ version "2.7.0"
11874
+ resolved "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz"
11875
+ integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
11868
11876
  dependencies:
11869
11877
  real-require "^0.2.0"
11870
11878
 
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.40.4"
5387
+ "version": "2.40.6"
5388
5388
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.40.4",
4
+ "version": "2.40.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -143,32 +143,32 @@
143
143
  "@oclif/plugin-autocomplete": "3.0.16",
144
144
  "@oclif/plugin-commands": "3.3.1",
145
145
  "@oclif/plugin-help": "6.0.21",
146
- "@oclif/plugin-not-found": "3.1.6",
146
+ "@oclif/plugin-not-found": "3.1.7",
147
147
  "@oclif/plugin-plugins": "5.0.16",
148
148
  "@oclif/plugin-search": "1.0.23",
149
- "@oclif/plugin-update": "4.2.8",
149
+ "@oclif/plugin-update": "4.2.9",
150
150
  "@oclif/plugin-version": "2.0.17",
151
151
  "@oclif/plugin-warn-if-update-available": "3.0.16",
152
152
  "@oclif/plugin-which": "3.1.8",
153
153
  "@salesforce/core": "^7.2.0",
154
154
  "@salesforce/kit": "^3.1.0",
155
- "@salesforce/plugin-apex": "3.1.10",
156
- "@salesforce/plugin-auth": "3.6.4",
155
+ "@salesforce/plugin-apex": "3.1.11",
156
+ "@salesforce/plugin-auth": "3.6.5",
157
157
  "@salesforce/plugin-data": "3.3.2",
158
158
  "@salesforce/plugin-deploy-retrieve": "3.6.8",
159
- "@salesforce/plugin-info": "3.2.3",
159
+ "@salesforce/plugin-info": "3.2.4",
160
160
  "@salesforce/plugin-limits": "3.3.4",
161
161
  "@salesforce/plugin-marketplace": "1.2.4",
162
- "@salesforce/plugin-org": "4.1.4",
162
+ "@salesforce/plugin-org": "4.1.5",
163
163
  "@salesforce/plugin-packaging": "2.4.1",
164
164
  "@salesforce/plugin-schema": "3.3.4",
165
- "@salesforce/plugin-settings": "2.2.1",
165
+ "@salesforce/plugin-settings": "2.2.2",
166
166
  "@salesforce/plugin-sobject": "1.3.6",
167
167
  "@salesforce/plugin-source": "3.3.5",
168
168
  "@salesforce/plugin-telemetry": "3.3.4",
169
169
  "@salesforce/plugin-templates": "56.2.4",
170
170
  "@salesforce/plugin-trust": "3.6.6",
171
- "@salesforce/plugin-user": "3.5.3",
171
+ "@salesforce/plugin-user": "3.5.4",
172
172
  "@salesforce/sf-plugins-core": "9.0.5",
173
173
  "chalk": "^5.3.0",
174
174
  "debug": "^4.3.4",