@salesforce/cli 2.15.3 → 2.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.15.3 linux-x64 node-v18.18.2
27
+ @salesforce/cli/2.15.4 linux-x64 node-v18.18.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -192,7 +192,7 @@ EXAMPLES
192
192
  $ sf alias list
193
193
  ```
194
194
 
195
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/list.ts)_
195
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/alias/list.ts)_
196
196
 
197
197
  ## `sf alias set`
198
198
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
241
241
  ```
242
242
 
243
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/set.ts)_
243
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/alias/set.ts)_
244
244
 
245
245
  ## `sf alias unset`
246
246
 
@@ -279,7 +279,7 @@ EXAMPLES
279
279
  $ sf alias unset --all [--no-prompt]
280
280
  ```
281
281
 
282
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/unset.ts)_
282
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/alias/unset.ts)_
283
283
 
284
284
  ## `sf analytics generate template`
285
285
 
@@ -320,7 +320,7 @@ FLAG DESCRIPTIONS
320
320
  directory.
321
321
  ```
322
322
 
323
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/analytics/generate/template.ts)_
323
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/analytics/generate/template.ts)_
324
324
 
325
325
  ## `sf apex generate class`
326
326
 
@@ -376,7 +376,7 @@ FLAG DESCRIPTIONS
376
376
  Supplied parameter values or default values are filled into a copy of the template.
377
377
  ```
378
378
 
379
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/apex/generate/class.ts)_
379
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/apex/generate/class.ts)_
380
380
 
381
381
  ## `sf apex generate trigger`
382
382
 
@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443
443
  Supplied parameter values or default values are filled into a copy of the template.
444
444
  ```
445
445
 
446
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/apex/generate/trigger.ts)_
446
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/apex/generate/trigger.ts)_
447
447
 
448
448
  ## `sf apex get log`
449
449
 
@@ -889,7 +889,7 @@ CONFIGURATION VARIABLES
889
889
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
890
890
  ```
891
891
 
892
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/get.ts)_
892
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/get.ts)_
893
893
 
894
894
  ## `sf config list`
895
895
 
@@ -928,7 +928,7 @@ EXAMPLES
928
928
  $ sf config list
929
929
  ```
930
930
 
931
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/list.ts)_
931
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/list.ts)_
932
932
 
933
933
  ## `sf config set`
934
934
 
@@ -995,7 +995,7 @@ CONFIGURATION VARIABLES
995
995
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
996
996
  ```
997
997
 
998
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/set.ts)_
998
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/set.ts)_
999
999
 
1000
1000
  ## `sf config unset`
1001
1001
 
@@ -1043,7 +1043,7 @@ CONFIGURATION VARIABLES
1043
1043
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1044
1044
  ```
1045
1045
 
1046
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/unset.ts)_
1046
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/1.4.36/src/commands/config/unset.ts)_
1047
1047
 
1048
1048
  ## `sf data create record`
1049
1049
 
@@ -2067,7 +2067,7 @@ FLAG DESCRIPTIONS
2067
2067
  Indicates that you want verbose output from the deploy operation.
2068
2068
  ```
2069
2069
 
2070
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/deploy.ts)_
2070
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/deploy.ts)_
2071
2071
 
2072
2072
  ## `sf force mdapi deploy cancel`
2073
2073
 
@@ -2110,7 +2110,7 @@ FLAG DESCRIPTIONS
2110
2110
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2111
2111
  ```
2112
2112
 
2113
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/deploy/cancel.ts)_
2113
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/deploy/cancel.ts)_
2114
2114
 
2115
2115
  ## `sf force mdapi deploy report`
2116
2116
 
@@ -2181,7 +2181,7 @@ FLAG DESCRIPTIONS
2181
2181
  use the ID of the most recent metadata deployment.
2182
2182
  ```
2183
2183
 
2184
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/deploy/report.ts)_
2184
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/deploy/report.ts)_
2185
2185
 
2186
2186
  ## `sf force mdapi retrieve`
2187
2187
 
@@ -2245,7 +2245,7 @@ FLAG DESCRIPTIONS
2245
2245
  By default, the CLI assumes the directory is structured for a set of packages.
2246
2246
  ```
2247
2247
 
2248
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/retrieve.ts)_
2248
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/retrieve.ts)_
2249
2249
 
2250
2250
  ## `sf force mdapi retrieve report`
2251
2251
 
@@ -2299,7 +2299,7 @@ FLAG DESCRIPTIONS
2299
2299
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2300
2300
  ```
2301
2301
 
2302
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/mdapi/retrieve/report.ts)_
2302
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/mdapi/retrieve/report.ts)_
2303
2303
 
2304
2304
  ## `sf force org clone`
2305
2305
 
@@ -2730,7 +2730,7 @@ FLAG DESCRIPTIONS
2730
2730
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2731
2731
  ```
2732
2732
 
2733
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/deploy.ts)_
2733
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/deploy.ts)_
2734
2734
 
2735
2735
  ## `sf force source deploy cancel`
2736
2736
 
@@ -2775,7 +2775,7 @@ FLAG DESCRIPTIONS
2775
2775
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2776
2776
  ```
2777
2777
 
2778
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/deploy/cancel.ts)_
2778
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/deploy/cancel.ts)_
2779
2779
 
2780
2780
  ## `sf force source deploy report`
2781
2781
 
@@ -2838,7 +2838,7 @@ FLAG DESCRIPTIONS
2838
2838
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2839
2839
  ```
2840
2840
 
2841
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/deploy/report.ts)_
2841
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/deploy/report.ts)_
2842
2842
 
2843
2843
  ## `sf force source pull`
2844
2844
 
@@ -2881,7 +2881,7 @@ FLAG DESCRIPTIONS
2881
2881
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2882
2882
  ```
2883
2883
 
2884
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/pull.ts)_
2884
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/pull.ts)_
2885
2885
 
2886
2886
  ## `sf force source push`
2887
2887
 
@@ -2926,7 +2926,7 @@ FLAG DESCRIPTIONS
2926
2926
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2927
2927
  ```
2928
2928
 
2929
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/push.ts)_
2929
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/push.ts)_
2930
2930
 
2931
2931
  ## `sf force source retrieve`
2932
2932
 
@@ -3051,7 +3051,7 @@ FLAG DESCRIPTIONS
3051
3051
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3052
3052
  ```
3053
3053
 
3054
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/retrieve.ts)_
3054
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/retrieve.ts)_
3055
3055
 
3056
3056
  ## `sf force source status`
3057
3057
 
@@ -3081,7 +3081,7 @@ EXAMPLES
3081
3081
  $ sf force source status --remote
3082
3082
  ```
3083
3083
 
3084
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.44/src/commands/force/source/status.ts)_
3084
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.45/src/commands/force/source/status.ts)_
3085
3085
 
3086
3086
  ## `sf force user password generate`
3087
3087
 
@@ -3146,7 +3146,7 @@ EXAMPLES
3146
3146
  user3@my.org
3147
3147
  ```
3148
3148
 
3149
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/force/user/password/generate.ts)_
3149
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/force/user/password/generate.ts)_
3150
3150
 
3151
3151
  ## `sf help [COMMANDS]`
3152
3152
 
@@ -3166,7 +3166,7 @@ DESCRIPTION
3166
3166
  Display help for sf.
3167
3167
  ```
3168
3168
 
3169
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.3/src/commands/help.ts)_
3169
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.4/src/commands/help.ts)_
3170
3170
 
3171
3171
  ## `sf info releasenotes display`
3172
3172
 
@@ -3258,7 +3258,7 @@ FLAG DESCRIPTIONS
3258
3258
  Supplied parameter values or default values are filled into a copy of the template.
3259
3259
  ```
3260
3260
 
3261
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/app.ts)_
3261
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/app.ts)_
3262
3262
 
3263
3263
  ## `sf lightning generate component`
3264
3264
 
@@ -3326,7 +3326,7 @@ FLAG DESCRIPTIONS
3326
3326
  Supplied parameter values or default values are filled into a copy of the template.
3327
3327
  ```
3328
3328
 
3329
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/component.ts)_
3329
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/component.ts)_
3330
3330
 
3331
3331
  ## `sf lightning generate event`
3332
3332
 
@@ -3379,7 +3379,7 @@ FLAG DESCRIPTIONS
3379
3379
  Supplied parameter values or default values are filled into a copy of the template.
3380
3380
  ```
3381
3381
 
3382
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/event.ts)_
3382
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/event.ts)_
3383
3383
 
3384
3384
  ## `sf lightning generate interface`
3385
3385
 
@@ -3432,7 +3432,7 @@ FLAG DESCRIPTIONS
3432
3432
  Supplied parameter values or default values are filled into a copy of the template.
3433
3433
  ```
3434
3434
 
3435
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/interface.ts)_
3435
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/interface.ts)_
3436
3436
 
3437
3437
  ## `sf lightning generate test`
3438
3438
 
@@ -3485,7 +3485,7 @@ FLAG DESCRIPTIONS
3485
3485
  Supplied parameter values or default values are filled into a copy of the template.
3486
3486
  ```
3487
3487
 
3488
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/test.ts)_
3488
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/lightning/generate/test.ts)_
3489
3489
 
3490
3490
  ## `sf limits api display`
3491
3491
 
@@ -3523,7 +3523,7 @@ EXAMPLES
3523
3523
  $ sf limits api display --target-org my-scratch-org
3524
3524
  ```
3525
3525
 
3526
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.39/src/commands/limits/api/display.ts)_
3526
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.41/src/commands/limits/api/display.ts)_
3527
3527
 
3528
3528
  ## `sf limits recordcounts display`
3529
3529
 
@@ -3567,7 +3567,7 @@ EXAMPLES
3567
3567
  $ sf limits recordcounts display --sobject Account --sobject Lead --target-org my-scratch-org
3568
3568
  ```
3569
3569
 
3570
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.39/src/commands/limits/recordcounts/display.ts)_
3570
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/2.3.41/src/commands/limits/recordcounts/display.ts)_
3571
3571
 
3572
3572
  ## `sf login`
3573
3573
 
@@ -3590,7 +3590,7 @@ EXAMPLES
3590
3590
  $ sf login
3591
3591
  ```
3592
3592
 
3593
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.38/src/commands/login.ts)_
3593
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.39/src/commands/login.ts)_
3594
3594
 
3595
3595
  ## `sf logout`
3596
3596
 
@@ -3624,7 +3624,7 @@ EXAMPLES
3624
3624
  $ sf logout --no-prompt
3625
3625
  ```
3626
3626
 
3627
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.38/src/commands/logout.ts)_
3627
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.39/src/commands/logout.ts)_
3628
3628
 
3629
3629
  ## `sf org assign permset`
3630
3630
 
@@ -3667,7 +3667,7 @@ EXAMPLES
3667
3667
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3668
3668
  ```
3669
3669
 
3670
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/assign/permset.ts)_
3670
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/assign/permset.ts)_
3671
3671
 
3672
3672
  ## `sf org assign permsetlicense`
3673
3673
 
@@ -3711,7 +3711,7 @@ EXAMPLES
3711
3711
  user3
3712
3712
  ```
3713
3713
 
3714
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/assign/permsetlicense.ts)_
3714
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/assign/permsetlicense.ts)_
3715
3715
 
3716
3716
  ## `sf org create sandbox`
3717
3717
 
@@ -4067,7 +4067,7 @@ FLAG DESCRIPTIONS
4067
4067
  might be different than what you specify in the definition file.
4068
4068
  ```
4069
4069
 
4070
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/create/user.ts)_
4070
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/create/user.ts)_
4071
4071
 
4072
4072
  ## `sf org delete sandbox`
4073
4073
 
@@ -4231,7 +4231,7 @@ EXAMPLES
4231
4231
  $ sf org display user --target-org me@my.org --json
4232
4232
  ```
4233
4233
 
4234
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/display/user.ts)_
4234
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/display/user.ts)_
4235
4235
 
4236
4236
  ## `sf org generate password`
4237
4237
 
@@ -4295,7 +4295,7 @@ EXAMPLES
4295
4295
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4296
4296
  ```
4297
4297
 
4298
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/generate/password.ts)_
4298
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/generate/password.ts)_
4299
4299
 
4300
4300
  ## `sf org list`
4301
4301
 
@@ -4364,7 +4364,7 @@ EXAMPLES
4364
4364
  $ sf org list auth
4365
4365
  ```
4366
4366
 
4367
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/list/auth.ts)_
4367
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/list/auth.ts)_
4368
4368
 
4369
4369
  ## `sf org list metadata`
4370
4370
 
@@ -4517,7 +4517,7 @@ EXAMPLES
4517
4517
  $ sf org list users --target-org me@my.org
4518
4518
  ```
4519
4519
 
4520
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.37/src/commands/org/list/users.ts)_
4520
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/2.3.38/src/commands/org/list/users.ts)_
4521
4521
 
4522
4522
  ## `sf org login access-token`
4523
4523
 
@@ -4570,7 +4570,7 @@ FLAG DESCRIPTIONS
4570
4570
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4571
4571
  ```
4572
4572
 
4573
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/access-token.ts)_
4573
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/access-token.ts)_
4574
4574
 
4575
4575
  ## `sf org login device`
4576
4576
 
@@ -4629,7 +4629,7 @@ FLAG DESCRIPTIONS
4629
4629
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4630
4630
  ```
4631
4631
 
4632
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/device.ts)_
4632
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/device.ts)_
4633
4633
 
4634
4634
  ## `sf org login jwt`
4635
4635
 
@@ -4718,7 +4718,7 @@ FLAG DESCRIPTIONS
4718
4718
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4719
4719
  ```
4720
4720
 
4721
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/jwt.ts)_
4721
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/jwt.ts)_
4722
4722
 
4723
4723
  ## `sf org login sfdx-url`
4724
4724
 
@@ -4776,7 +4776,7 @@ EXAMPLES
4776
4776
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4777
4777
  ```
4778
4778
 
4779
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/sfdx-url.ts)_
4779
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/sfdx-url.ts)_
4780
4780
 
4781
4781
  ## `sf org login web`
4782
4782
 
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
4861
4861
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4862
4862
  ```
4863
4863
 
4864
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/login/web.ts)_
4864
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/login/web.ts)_
4865
4865
 
4866
4866
  ## `sf org logout`
4867
4867
 
@@ -4921,7 +4921,7 @@ FLAG DESCRIPTIONS
4921
4921
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4922
4922
  ```
4923
4923
 
4924
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.22/src/commands/org/logout.ts)_
4924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/2.8.23/src/commands/org/logout.ts)_
4925
4925
 
4926
4926
  ## `sf org open`
4927
4927
 
@@ -5259,7 +5259,7 @@ EXAMPLES
5259
5259
  $ sf plugins trust verify --npm @scope/npmName
5260
5260
  ```
5261
5261
 
5262
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.21/src/commands/plugins/trust/verify.ts)_
5262
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.22/src/commands/plugins/trust/verify.ts)_
5263
5263
 
5264
5264
  ## `sf plugins:uninstall PLUGIN...`
5265
5265
 
@@ -6550,7 +6550,7 @@ FLAG DESCRIPTIONS
6550
6550
  Override the api version used for api requests made by this command
6551
6551
  ```
6552
6552
 
6553
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/project/generate.ts)_
6553
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/project/generate.ts)_
6554
6554
 
6555
6555
  ## `sf project generate manifest`
6556
6556
 
@@ -6973,7 +6973,7 @@ FLAG DESCRIPTIONS
6973
6973
  If you don't specify this flag, the command prompts you to choose from your local objects.
6974
6974
  ```
6975
6975
 
6976
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/field.ts)_
6976
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/field.ts)_
6977
6977
 
6978
6978
  ## `sf schema generate platformevent`
6979
6979
 
@@ -7002,7 +7002,7 @@ EXAMPLES
7002
7002
  $ sf schema generate platformevent --label "My Platform Event"
7003
7003
  ```
7004
7004
 
7005
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/platformevent.ts)_
7005
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/platformevent.ts)_
7006
7006
 
7007
7007
  ## `sf schema generate sobject`
7008
7008
 
@@ -7056,7 +7056,7 @@ FLAG DESCRIPTIONS
7056
7056
  * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7057
7057
  ```
7058
7058
 
7059
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/sobject.ts)_
7059
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/sobject.ts)_
7060
7060
 
7061
7061
  ## `sf schema generate tab`
7062
7062
 
@@ -7103,7 +7103,7 @@ FLAG DESCRIPTIONS
7103
7103
  The API name for a custom object always ends in "__c", such as "MyObject__c".
7104
7104
  ```
7105
7105
 
7106
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/tab.ts)_
7106
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/tab.ts)_
7107
7107
 
7108
7108
  ## `sf search`
7109
7109
 
@@ -7119,7 +7119,7 @@ DESCRIPTION
7119
7119
  Once you select a command, hit enter and it will show the help for that command.
7120
7120
  ```
7121
7121
 
7122
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.3/src/commands/search.ts)_
7122
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.4/src/commands/search.ts)_
7123
7123
 
7124
7124
  ## `sf sobject describe`
7125
7125
 
@@ -7164,7 +7164,7 @@ EXAMPLES
7164
7164
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7165
7165
  ```
7166
7166
 
7167
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.30/src/commands/sobject/describe.ts)_
7167
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.31/src/commands/sobject/describe.ts)_
7168
7168
 
7169
7169
  ## `sf sobject list`
7170
7170
 
@@ -7201,7 +7201,7 @@ EXAMPLES
7201
7201
  $ sf sobject list --sobject custom --target-org my-scratch-org
7202
7202
  ```
7203
7203
 
7204
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.30/src/commands/sobject/list.ts)_
7204
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.31/src/commands/sobject/list.ts)_
7205
7205
 
7206
7206
  ## `sf static-resource generate`
7207
7207
 
@@ -7261,7 +7261,7 @@ FLAG DESCRIPTIONS
7261
7261
  etc.
7262
7262
  ```
7263
7263
 
7264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/static-resource/generate.ts)_
7264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/static-resource/generate.ts)_
7265
7265
 
7266
7266
  ## `sf update [CHANNEL]`
7267
7267
 
@@ -7298,7 +7298,7 @@ EXAMPLES
7298
7298
  $ sf update --available
7299
7299
  ```
7300
7300
 
7301
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.2/src/commands/update.ts)_
7301
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.3/src/commands/update.ts)_
7302
7302
 
7303
7303
  ## `sf version`
7304
7304
 
@@ -7373,7 +7373,7 @@ FLAG DESCRIPTIONS
7373
7373
  Supplied parameter values or default values are filled into a copy of the template.
7374
7374
  ```
7375
7375
 
7376
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/visualforce/generate/component.ts)_
7376
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/visualforce/generate/component.ts)_
7377
7377
 
7378
7378
  ## `sf visualforce generate page`
7379
7379
 
@@ -7421,7 +7421,7 @@ FLAG DESCRIPTIONS
7421
7421
  The name can be up to 40 characters and must start with a letter.
7422
7422
  ```
7423
7423
 
7424
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/visualforce/generate/page.ts)_
7424
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.17/src/commands/visualforce/generate/page.ts)_
7425
7425
 
7426
7426
  ## `sf which`
7427
7427
 
@@ -7440,6 +7440,6 @@ EXAMPLES
7440
7440
  $ sf which help
7441
7441
  ```
7442
7442
 
7443
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.5/src/commands/which.ts)_
7443
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.6/src/commands/which.ts)_
7444
7444
 
7445
7445
  <!-- commandsstop -->
@@ -1,44 +1,44 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.15.3",
3
+ "version": "2.15.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.15.3",
9
+ "version": "2.15.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
14
  "@oclif/plugin-autocomplete": "2.3.10",
15
15
  "@oclif/plugin-commands": "3.0.4",
16
- "@oclif/plugin-help": "6.0.3",
16
+ "@oclif/plugin-help": "6.0.4",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
18
  "@oclif/plugin-plugins": "3.9.3",
19
- "@oclif/plugin-search": "1.0.3",
20
- "@oclif/plugin-update": "4.1.2",
19
+ "@oclif/plugin-search": "1.0.4",
20
+ "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.3",
22
22
  "@oclif/plugin-warn-if-update-available": "3.0.2",
23
- "@oclif/plugin-which": "3.0.5",
23
+ "@oclif/plugin-which": "3.0.6",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.20",
26
- "@salesforce/plugin-auth": "2.8.22",
26
+ "@salesforce/plugin-auth": "2.8.23",
27
27
  "@salesforce/plugin-data": "2.6.1",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
29
29
  "@salesforce/plugin-info": "2.6.50",
30
- "@salesforce/plugin-limits": "2.3.39",
31
- "@salesforce/plugin-login": "1.2.38",
30
+ "@salesforce/plugin-limits": "2.3.41",
31
+ "@salesforce/plugin-login": "1.2.39",
32
32
  "@salesforce/plugin-marketplace": "0.3.1",
33
33
  "@salesforce/plugin-org": "2.11.4",
34
- "@salesforce/plugin-schema": "2.3.30",
35
- "@salesforce/plugin-settings": "1.4.35",
36
- "@salesforce/plugin-sobject": "0.2.13",
37
- "@salesforce/plugin-source": "2.10.44",
34
+ "@salesforce/plugin-schema": "2.3.31",
35
+ "@salesforce/plugin-settings": "1.4.36",
36
+ "@salesforce/plugin-sobject": "0.2.14",
37
+ "@salesforce/plugin-source": "2.10.45",
38
38
  "@salesforce/plugin-telemetry": "2.3.8",
39
- "@salesforce/plugin-templates": "55.5.15",
40
- "@salesforce/plugin-trust": "2.6.21",
41
- "@salesforce/plugin-user": "2.3.37",
39
+ "@salesforce/plugin-templates": "55.5.17",
40
+ "@salesforce/plugin-trust": "2.6.22",
41
+ "@salesforce/plugin-user": "2.3.38",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
44
44
  },
@@ -2454,9 +2454,9 @@
2454
2454
  }
2455
2455
  },
2456
2456
  "node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
2457
- "version": "3.3.2",
2458
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
2459
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
2457
+ "version": "3.5.0",
2458
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
2459
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
2460
2460
  "license": "MIT",
2461
2461
  "dependencies": {
2462
2462
  "ansi-escapes": "^4.3.2",
@@ -2505,21 +2505,21 @@
2505
2505
  }
2506
2506
  },
2507
2507
  "node_modules/@oclif/plugin-help": {
2508
- "version": "6.0.3",
2509
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.3.tgz",
2510
- "integrity": "sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==",
2508
+ "version": "6.0.4",
2509
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.4.tgz",
2510
+ "integrity": "sha512-IxiH1petVjLKdITMPbGWKGQtrIn+FSaUt2NKMs6RW5qjVhlkHXLNiN0MJ7/uvn6X/DmG+CDCHxigFgr1eDSmRQ==",
2511
2511
  "license": "MIT",
2512
2512
  "dependencies": {
2513
- "@oclif/core": "^3.2.1"
2513
+ "@oclif/core": "^3.5.0"
2514
2514
  },
2515
2515
  "engines": {
2516
2516
  "node": ">=18.0.0"
2517
2517
  }
2518
2518
  },
2519
2519
  "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
2520
- "version": "3.3.2",
2521
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
2522
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
2520
+ "version": "3.5.0",
2521
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
2522
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
2523
2523
  "license": "MIT",
2524
2524
  "dependencies": {
2525
2525
  "ansi-escapes": "^4.3.2",
@@ -2582,9 +2582,9 @@
2582
2582
  }
2583
2583
  },
2584
2584
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2585
- "version": "3.3.2",
2586
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
2587
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
2585
+ "version": "3.5.0",
2586
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
2587
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
2588
2588
  "license": "MIT",
2589
2589
  "dependencies": {
2590
2590
  "ansi-escapes": "^4.3.2",
@@ -2775,12 +2775,12 @@
2775
2775
  }
2776
2776
  },
2777
2777
  "node_modules/@oclif/plugin-search": {
2778
- "version": "1.0.3",
2779
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.3.tgz",
2780
- "integrity": "sha512-q+Nqk52AtU24lSMEt2AMX4R3qXKN7VZm5e6d/yvaDYzHUbblwCs6/rv4eVdrjRzkkexza0ejxUSS0I0VfQtIEQ==",
2778
+ "version": "1.0.4",
2779
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.4.tgz",
2780
+ "integrity": "sha512-i0b1VR8Ju0u+BnrSySx67s88IzHZasGMeLTVDHyBA9J9IglBHqnpZP16N27t5QwTWVlla16L/yK1kbdtYdvgpA==",
2781
2781
  "license": "MIT",
2782
2782
  "dependencies": {
2783
- "@oclif/core": "^3.2.1",
2783
+ "@oclif/core": "^3.5.0",
2784
2784
  "inquirer-autocomplete-standalone": "^0.7.0"
2785
2785
  },
2786
2786
  "engines": {
@@ -2788,9 +2788,9 @@
2788
2788
  }
2789
2789
  },
2790
2790
  "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
2791
- "version": "3.3.2",
2792
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
2793
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
2791
+ "version": "3.5.0",
2792
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
2793
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
2794
2794
  "license": "MIT",
2795
2795
  "dependencies": {
2796
2796
  "ansi-escapes": "^4.3.2",
@@ -2839,12 +2839,12 @@
2839
2839
  }
2840
2840
  },
2841
2841
  "node_modules/@oclif/plugin-update": {
2842
- "version": "4.1.2",
2843
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.2.tgz",
2844
- "integrity": "sha512-2S2q+NT8M2SyqzDjB7ZIZYHQ923Xvnul5EE8epV3jC8Br8EoMDJRBXXJsPjhz33DsJDTeFJpa7ScwcxB92fxGA==",
2842
+ "version": "4.1.3",
2843
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.3.tgz",
2844
+ "integrity": "sha512-SmeDC5CHYXM6f5TMN8y6BU0ZrxS5rQ53vLBpVcx/5fgliXfF9sDz4Fj6y2g0mtWHIF5jXpnAYxQAwOkNrDPg/w==",
2845
2845
  "license": "MIT",
2846
2846
  "dependencies": {
2847
- "@oclif/core": "^3.0.9",
2847
+ "@oclif/core": "^3.5.0",
2848
2848
  "chalk": "^5",
2849
2849
  "cross-spawn": "^7.0.3",
2850
2850
  "debug": "^4.3.1",
@@ -2860,9 +2860,9 @@
2860
2860
  }
2861
2861
  },
2862
2862
  "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
2863
- "version": "3.3.2",
2864
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
2865
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
2863
+ "version": "3.5.0",
2864
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
2865
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
2866
2866
  "license": "MIT",
2867
2867
  "dependencies": {
2868
2868
  "ansi-escapes": "^4.3.2",
@@ -3047,9 +3047,9 @@
3047
3047
  }
3048
3048
  },
3049
3049
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
3050
- "version": "3.3.2",
3051
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
3052
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
3050
+ "version": "3.5.0",
3051
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
3052
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
3053
3053
  "license": "MIT",
3054
3054
  "dependencies": {
3055
3055
  "ansi-escapes": "^4.3.2",
@@ -3114,9 +3114,9 @@
3114
3114
  }
3115
3115
  },
3116
3116
  "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
3117
- "version": "3.3.2",
3118
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
3119
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
3117
+ "version": "3.5.0",
3118
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
3119
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
3120
3120
  "license": "MIT",
3121
3121
  "dependencies": {
3122
3122
  "ansi-escapes": "^4.3.2",
@@ -3205,21 +3205,21 @@
3205
3205
  }
3206
3206
  },
3207
3207
  "node_modules/@oclif/plugin-which": {
3208
- "version": "3.0.5",
3209
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.5.tgz",
3210
- "integrity": "sha512-dqJb+SvpL9aey205yHTPoEhnd+v2eyreD1cNKXfI1RIdw86WCCZysfPc/clXq2l5dhd37XU+LiCesCcQOZvtSQ==",
3208
+ "version": "3.0.6",
3209
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.6.tgz",
3210
+ "integrity": "sha512-DHdBotiowSA8+QZqdlRU7NLe3tFLkFgfyU3yFmAuUhZ+dXiJvc8KQEu8vFYac+mzoPb//c3ZhMykqwnFLkjwOQ==",
3211
3211
  "license": "MIT",
3212
3212
  "dependencies": {
3213
- "@oclif/core": "^3.2.1"
3213
+ "@oclif/core": "^3.5.0"
3214
3214
  },
3215
3215
  "engines": {
3216
3216
  "node": ">=18.0.0"
3217
3217
  }
3218
3218
  },
3219
3219
  "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
3220
- "version": "3.3.2",
3221
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
3222
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
3220
+ "version": "3.5.0",
3221
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
3222
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
3223
3223
  "license": "MIT",
3224
3224
  "dependencies": {
3225
3225
  "ansi-escapes": "^4.3.2",
@@ -4146,12 +4146,12 @@
4146
4146
  "license": "Apache-2.0"
4147
4147
  },
4148
4148
  "node_modules/@salesforce/kit": {
4149
- "version": "3.0.14",
4150
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.14.tgz",
4151
- "integrity": "sha512-NkUlztz+ArRrUKexIxVOlBJxIovjCuyk3SbW7mQv2klwp/OH/HoR6PDZU0gxLBglum/Dd4BgB+HN2FNqg8jmoQ==",
4149
+ "version": "3.0.15",
4150
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.15.tgz",
4151
+ "integrity": "sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==",
4152
4152
  "license": "BSD-3-Clause",
4153
4153
  "dependencies": {
4154
- "@salesforce/ts-types": "^2.0.8",
4154
+ "@salesforce/ts-types": "^2.0.9",
4155
4155
  "tslib": "^2.6.2"
4156
4156
  }
4157
4157
  },
@@ -4244,16 +4244,16 @@
4244
4244
  }
4245
4245
  },
4246
4246
  "node_modules/@salesforce/plugin-auth": {
4247
- "version": "2.8.22",
4248
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.22.tgz",
4249
- "integrity": "sha512-Pw/tC2R9ZYepTYwK3DeFNYwm7zwifhKaAdem82fGyNKSdFq7pz5VL/i/H7tP+HvvD07QtX8lRUlovMRMMAOOqg==",
4247
+ "version": "2.8.23",
4248
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.23.tgz",
4249
+ "integrity": "sha512-2TsXJoD7mOATwnhdtCCMlwikvoBzOe7E+Jz3u7IFWoU8StYknc+liVOV4IAgUt/IfygHWf8g1UyZLWWWgSCW1A==",
4250
4250
  "license": "BSD-3-Clause",
4251
4251
  "dependencies": {
4252
4252
  "@oclif/core": "^2.15.0",
4253
4253
  "@salesforce/core": "^5.3.9",
4254
4254
  "@salesforce/kit": "^3.0.9",
4255
4255
  "@salesforce/sf-plugins-core": "^3.1.28",
4256
- "@salesforce/ts-types": "^2.0.6",
4256
+ "@salesforce/ts-types": "^2.0.9",
4257
4257
  "chalk": "^4.1.2",
4258
4258
  "inquirer": "^8.2.6",
4259
4259
  "open": "^8.2.1",
@@ -4706,16 +4706,16 @@
4706
4706
  }
4707
4707
  },
4708
4708
  "node_modules/@salesforce/plugin-limits": {
4709
- "version": "2.3.39",
4710
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.39.tgz",
4711
- "integrity": "sha512-NMPKmFq4me5eefAqnnNLASy2djlBdDJLbzlqlfD/fjkXznOd4Xxuk2zHrS5L3RPLcGtRXsX0BGyklrSt2XLTHA==",
4709
+ "version": "2.3.41",
4710
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.41.tgz",
4711
+ "integrity": "sha512-kDf1/COrx4Z+jwjnOZxHe7qIbkICpj5PyDjO0X+ueWStN5HT3s27FKfEYlSn7P+XBF11MTR8dmxbaVYt+AEjdg==",
4712
4712
  "license": "BSD-3-Clause",
4713
4713
  "dependencies": {
4714
4714
  "@oclif/core": "^2.15.0",
4715
- "@salesforce/core": "^5.3.2",
4715
+ "@salesforce/core": "^5.3.10",
4716
4716
  "@salesforce/kit": "^3.0.11",
4717
4717
  "@salesforce/sf-plugins-core": "^3.1.28",
4718
- "@salesforce/ts-types": "^2.0.6",
4718
+ "@salesforce/ts-types": "^2.0.9",
4719
4719
  "tslib": "^2"
4720
4720
  },
4721
4721
  "engines": {
@@ -4794,13 +4794,13 @@
4794
4794
  }
4795
4795
  },
4796
4796
  "node_modules/@salesforce/plugin-login": {
4797
- "version": "1.2.38",
4798
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.38.tgz",
4799
- "integrity": "sha512-btTLKn1NmrBm2SoSj4ZO8zqC9+9jZ2gxJ4VPV6ERyhetQQQtCgES56OlP79NTOEi+6K2fUrF2/Pm0Pwmtydk0g==",
4797
+ "version": "1.2.39",
4798
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.39.tgz",
4799
+ "integrity": "sha512-XXHiRYqNvI1feqexmfNanaPTNnOc0ANEV6+eujXmVsDRpvKpBxlfzgiXE+OMPuKp6/WZJ8QtkoX+rxQCuRe3YA==",
4800
4800
  "license": "BSD-3-Clause",
4801
4801
  "dependencies": {
4802
4802
  "@oclif/core": "^2.15.0",
4803
- "@salesforce/core": "^5.3.9",
4803
+ "@salesforce/core": "^5.3.10",
4804
4804
  "@salesforce/sf-plugins-core": "^3.1.28",
4805
4805
  "chalk": "^4.1.2",
4806
4806
  "inquirer": "^8.2.6",
@@ -5315,13 +5315,13 @@
5315
5315
  }
5316
5316
  },
5317
5317
  "node_modules/@salesforce/plugin-schema": {
5318
- "version": "2.3.30",
5319
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.30.tgz",
5320
- "integrity": "sha512-t2UphrcAeozDAec1W7WjxaAzMDvB0DMKh2ZFxP9Hv3yg2Bqesk+i3wZIT6rXAccQzHFkeHpfabgLz67xpbDtlQ==",
5318
+ "version": "2.3.31",
5319
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.31.tgz",
5320
+ "integrity": "sha512-BN3S6wU5BliTNWpBY0SpzxzH/Tm1YkTEiW2I3hRy5YLVNvhCoWNymeTXsFKht535CJp/FiNT7/fVjuzAA5XoBw==",
5321
5321
  "license": "BSD-3-Clause",
5322
5322
  "dependencies": {
5323
5323
  "@oclif/core": "^2.15.0",
5324
- "@salesforce/core": "^5.2.10",
5324
+ "@salesforce/core": "^5.3.10",
5325
5325
  "@salesforce/sf-plugins-core": "^3.1.23",
5326
5326
  "tslib": "^2"
5327
5327
  },
@@ -5401,13 +5401,13 @@
5401
5401
  }
5402
5402
  },
5403
5403
  "node_modules/@salesforce/plugin-settings": {
5404
- "version": "1.4.35",
5405
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.35.tgz",
5406
- "integrity": "sha512-BKimSUDwLiDzW4/SZjXvQVg1hFIKmYAQRonwk8rUzQgGyCx33fmwZivBGnpXiBaZwXPScM9IAIl7kI3OWY1veA==",
5404
+ "version": "1.4.36",
5405
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.36.tgz",
5406
+ "integrity": "sha512-veHekApc42Re/oinH9Iv1JDxxBK72YsFMjBVg/Y2rTQ2Gvh41i//8og9bX5hTZVEC9lUbydKM3DpgyEDRCsr9w==",
5407
5407
  "license": "BSD-3-Clause",
5408
5408
  "dependencies": {
5409
5409
  "@oclif/core": "^2.15.0",
5410
- "@salesforce/core": "^5.2.10",
5410
+ "@salesforce/core": "^5.3.10",
5411
5411
  "@salesforce/sf-plugins-core": "^3.1.25",
5412
5412
  "fast-levenshtein": "^3.0.0",
5413
5413
  "tslib": "^2"
@@ -5488,14 +5488,14 @@
5488
5488
  }
5489
5489
  },
5490
5490
  "node_modules/@salesforce/plugin-sobject": {
5491
- "version": "0.2.13",
5492
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.13.tgz",
5493
- "integrity": "sha512-3yOIzEFfhldxTDUxId29SncrvoY8noK1Ixlja7vcXszHxp1RjgAxVN3nLKxmCbGzrkWuv5kF+6gF3VLoCB4q+w==",
5491
+ "version": "0.2.14",
5492
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.14.tgz",
5493
+ "integrity": "sha512-aiBJFM9WUp32TLBOrU2KuLpgvJzUKVzdNRKmWoogpnSjEd6AcMJyEVDZ+yEAyFAxfQ9XUOWJhn15EAgVp9iwWQ==",
5494
5494
  "license": "BSD-3-Clause",
5495
5495
  "dependencies": {
5496
5496
  "@oclif/core": "^2.15.0",
5497
5497
  "@salesforce/core": "^5.3.9",
5498
- "@salesforce/kit": "^3.0.9",
5498
+ "@salesforce/kit": "^3.0.15",
5499
5499
  "@salesforce/sf-plugins-core": "^3.1.22",
5500
5500
  "change-case": "^4.1.2",
5501
5501
  "fast-glob": "^3.3.1",
@@ -5580,15 +5580,15 @@
5580
5580
  }
5581
5581
  },
5582
5582
  "node_modules/@salesforce/plugin-source": {
5583
- "version": "2.10.44",
5584
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.44.tgz",
5585
- "integrity": "sha512-GPASvpFOHZM8IWSWURFQqVxS/JRxbHu/ZLn6mLQfddwfHoZ6A9NqZQjZ4GL42OVMxMFW24ZgYxuF0+R5z4rGTg==",
5583
+ "version": "2.10.45",
5584
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.45.tgz",
5585
+ "integrity": "sha512-mP/lDt0/eBSUtqO9j7yVKmJcBhTnmsZXUZ2NNCijaGxVxIY2CFLsZ8lFSUyqLbW2LnSb4oJ4+9dStAoNx93kwg==",
5586
5586
  "license": "BSD-3-Clause",
5587
5587
  "dependencies": {
5588
5588
  "@oclif/core": "^2.15.0",
5589
5589
  "@salesforce/apex-node": "^2.1.0",
5590
5590
  "@salesforce/core": "^5.3.10",
5591
- "@salesforce/kit": "^3.0.12",
5591
+ "@salesforce/kit": "^3.0.14",
5592
5592
  "@salesforce/sf-plugins-core": "^3.1.25",
5593
5593
  "@salesforce/source-deploy-retrieve": "^9.7.27",
5594
5594
  "@salesforce/source-tracking": "^4.2.17",
@@ -5761,18 +5761,18 @@
5761
5761
  }
5762
5762
  },
5763
5763
  "node_modules/@salesforce/plugin-templates": {
5764
- "version": "55.5.15",
5765
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.15.tgz",
5766
- "integrity": "sha512-4LaP0oYT6Izk9FT0QY/s0x3wUyCpRBHjPQtVs2ul3eu5PgW2+v5+0PIOucM0731mbsMZAxdCK+1ktxvh9UMeQw==",
5764
+ "version": "55.5.17",
5765
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.17.tgz",
5766
+ "integrity": "sha512-Jv44uswo3G9vm6gL5UvhLMnSXC/vPjVOWLQ3MWBxrh96T/7vrHny/4CXGT/BmPkVtbbvWyw1OVIuavyOzpbIHg==",
5767
5767
  "license": "BSD-3-Clause",
5768
5768
  "dependencies": {
5769
5769
  "@oclif/core": "^2.15.0",
5770
- "@salesforce/core": "^5.2.9",
5770
+ "@salesforce/core": "^5.3.10",
5771
5771
  "@salesforce/sf-plugins-core": "^3.1.23",
5772
5772
  "@salesforce/templates": "^59.0.1",
5773
5773
  "tslib": "^2",
5774
5774
  "yeoman-environment": "^3.19.3",
5775
- "yeoman-generator": "^5.9.0"
5775
+ "yeoman-generator": "^5.10.0"
5776
5776
  },
5777
5777
  "engines": {
5778
5778
  "node": ">=16.0.0"
@@ -5850,13 +5850,13 @@
5850
5850
  }
5851
5851
  },
5852
5852
  "node_modules/@salesforce/plugin-trust": {
5853
- "version": "2.6.21",
5854
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.21.tgz",
5855
- "integrity": "sha512-v2XN4WXLiTBQjDMEpwDMhUdh2wlTHSe9rZi7mXqjdip6yvV929S5v1eX4a0yK80wrBESpjFLA38/GSp2efNU5w==",
5853
+ "version": "2.6.22",
5854
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.22.tgz",
5855
+ "integrity": "sha512-UqG0LoMrQmnIw/yGbmwukQ5nlg3Fo0zxu/QsINuyjNWpLKgj75Ll+oYoZMf74JiCbgAHpwNhrgTUe7Zfqoy9oA==",
5856
5856
  "license": "BSD-3-Clause",
5857
5857
  "dependencies": {
5858
5858
  "@oclif/core": "^2.15.0",
5859
- "@salesforce/core": "^5.3.9",
5859
+ "@salesforce/core": "^5.3.10",
5860
5860
  "@salesforce/sf-plugins-core": "^3.1.23",
5861
5861
  "got": "^11",
5862
5862
  "npm": "9.8.1",
@@ -5944,13 +5944,13 @@
5944
5944
  }
5945
5945
  },
5946
5946
  "node_modules/@salesforce/plugin-user": {
5947
- "version": "2.3.37",
5948
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.37.tgz",
5949
- "integrity": "sha512-FdsHaRm3ZSMqqlhV7CXIllJOrfZ292ss8hPCz3/oNTVNaZn8l8ZXZEA1HMRKjcZGeYGPVD78i7o4s6BjgjwmLw==",
5947
+ "version": "2.3.38",
5948
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.38.tgz",
5949
+ "integrity": "sha512-Ex09RMuGrtG1T2QovqfskMJb2yWER0VG+hK1Ag0/YciZe12nwKXnV0oHHy+VtoYDiYrEajAWVkN8TaPA7Y5xfA==",
5950
5950
  "license": "BSD-3-Clause",
5951
5951
  "dependencies": {
5952
5952
  "@oclif/core": "^2.15.0",
5953
- "@salesforce/core": "^5.2.6",
5953
+ "@salesforce/core": "^5.3.10",
5954
5954
  "@salesforce/kit": "^3.0.12",
5955
5955
  "@salesforce/sf-plugins-core": "^3.1.20",
5956
5956
  "@salesforce/ts-types": "^2.0.8",
@@ -6062,9 +6062,9 @@
6062
6062
  }
6063
6063
  },
6064
6064
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
6065
- "version": "3.3.2",
6066
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
6067
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
6065
+ "version": "3.5.0",
6066
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
6067
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
6068
6068
  "license": "MIT",
6069
6069
  "dependencies": {
6070
6070
  "ansi-escapes": "^4.3.2",
@@ -6113,12 +6113,12 @@
6113
6113
  }
6114
6114
  },
6115
6115
  "node_modules/@salesforce/source-deploy-retrieve": {
6116
- "version": "9.7.27",
6117
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.27.tgz",
6118
- "integrity": "sha512-ot0TpibH8OZVOJpMo10TuZ6acqpV7T04qNCpEcjrcpGVolCahMzFtpiJ4TjBxL+MPY/efuWWBj3YELjy9hgFxw==",
6116
+ "version": "9.7.28",
6117
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.28.tgz",
6118
+ "integrity": "sha512-0dmPAqxH1aI3EN7rXA1pS9iuOaiW8FM6iuqyRZ3oJYPTW4JD6g1YsRAOdAzmIPjLzhMXFDDcSbS6/+ZfOTJPQg==",
6119
6119
  "license": "BSD-3-Clause",
6120
6120
  "dependencies": {
6121
- "@salesforce/core": "^5.3.1",
6121
+ "@salesforce/core": "^5.3.10",
6122
6122
  "@salesforce/kit": "^3.0.13",
6123
6123
  "@salesforce/ts-types": "^2.0.7",
6124
6124
  "fast-levenshtein": "^3.0.0",
@@ -20113,9 +20113,9 @@
20113
20113
  }
20114
20114
  },
20115
20115
  "node_modules/oclif/node_modules/@oclif/core": {
20116
- "version": "3.3.2",
20117
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.3.2.tgz",
20118
- "integrity": "sha512-8bZa42d86t5BayJUENKqZN6c5CnX0n3j+JyCWmqI5PP7VsRWZl4YSXFoLFw+mZXKtvwAMrgzMxSGltm5iIXT7w==",
20116
+ "version": "3.5.0",
20117
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.5.0.tgz",
20118
+ "integrity": "sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==",
20119
20119
  "dev": true,
20120
20120
  "license": "MIT",
20121
20121
  "dependencies": {
@@ -25860,9 +25860,9 @@
25860
25860
  }
25861
25861
  },
25862
25862
  "node_modules/yeoman-generator": {
25863
- "version": "5.9.0",
25864
- "resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-5.9.0.tgz",
25865
- "integrity": "sha512-sN1e01Db4fdd8P/n/yYvizfy77HdbwzvXmPxps9Gwz2D24slegrkSn+qyj+0nmZhtFwGX2i/cH29QDrvAFT9Aw==",
25863
+ "version": "5.10.0",
25864
+ "resolved": "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-5.10.0.tgz",
25865
+ "integrity": "sha512-iDUKykV7L4nDNzeYSedRmSeJ5eMYFucnKDi6KN1WNASXErgPepKqsQw55TgXPHnmpcyOh2Dd/LAZkyc+f0qaAw==",
25866
25866
  "license": "BSD-2-Clause",
25867
25867
  "dependencies": {
25868
25868
  "chalk": "^4.1.0",
@@ -25881,6 +25881,9 @@
25881
25881
  "sort-keys": "^4.2.0",
25882
25882
  "text-table": "^0.2.0"
25883
25883
  },
25884
+ "acceptDependencies": {
25885
+ "yeoman-environment": "^4.0.0"
25886
+ },
25884
25887
  "engines": {
25885
25888
  "node": ">=12.10.0"
25886
25889
  },
@@ -6595,5 +6595,5 @@
6595
6595
  ]
6596
6596
  }
6597
6597
  },
6598
- "version": "2.15.3"
6598
+ "version": "2.15.4"
6599
6599
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.15.3",
4
+ "version": "2.15.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -71,7 +71,7 @@
71
71
  "@salesforce/plugin-user"
72
72
  ],
73
73
  "jitPlugins": {
74
- "@salesforce/plugin-custom-metadata": "2.2.8",
74
+ "@salesforce/plugin-custom-metadata": "2.2.10",
75
75
  "@salesforce/plugin-community": "2.4.7",
76
76
  "@salesforce/plugin-dev": "1.2.1",
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
@@ -128,32 +128,32 @@
128
128
  "@oclif/core": "3.0.3",
129
129
  "@oclif/plugin-autocomplete": "2.3.10",
130
130
  "@oclif/plugin-commands": "3.0.4",
131
- "@oclif/plugin-help": "6.0.3",
131
+ "@oclif/plugin-help": "6.0.4",
132
132
  "@oclif/plugin-not-found": "3.0.2",
133
133
  "@oclif/plugin-plugins": "3.9.3",
134
- "@oclif/plugin-search": "1.0.3",
135
- "@oclif/plugin-update": "4.1.2",
134
+ "@oclif/plugin-search": "1.0.4",
135
+ "@oclif/plugin-update": "4.1.3",
136
136
  "@oclif/plugin-version": "2.0.3",
137
137
  "@oclif/plugin-warn-if-update-available": "3.0.2",
138
- "@oclif/plugin-which": "3.0.5",
138
+ "@oclif/plugin-which": "3.0.6",
139
139
  "@salesforce/core": "^5.2.0",
140
140
  "@salesforce/plugin-apex": "2.3.20",
141
- "@salesforce/plugin-auth": "2.8.22",
141
+ "@salesforce/plugin-auth": "2.8.23",
142
142
  "@salesforce/plugin-data": "2.6.1",
143
143
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
144
144
  "@salesforce/plugin-info": "2.6.50",
145
- "@salesforce/plugin-limits": "2.3.39",
146
- "@salesforce/plugin-login": "1.2.38",
145
+ "@salesforce/plugin-limits": "2.3.41",
146
+ "@salesforce/plugin-login": "1.2.39",
147
147
  "@salesforce/plugin-marketplace": "0.3.1",
148
148
  "@salesforce/plugin-org": "2.11.4",
149
- "@salesforce/plugin-schema": "2.3.30",
150
- "@salesforce/plugin-settings": "1.4.35",
151
- "@salesforce/plugin-sobject": "0.2.13",
152
- "@salesforce/plugin-source": "2.10.44",
149
+ "@salesforce/plugin-schema": "2.3.31",
150
+ "@salesforce/plugin-settings": "1.4.36",
151
+ "@salesforce/plugin-sobject": "0.2.14",
152
+ "@salesforce/plugin-source": "2.10.45",
153
153
  "@salesforce/plugin-telemetry": "2.3.8",
154
- "@salesforce/plugin-templates": "55.5.15",
155
- "@salesforce/plugin-trust": "2.6.21",
156
- "@salesforce/plugin-user": "2.3.37",
154
+ "@salesforce/plugin-templates": "55.5.17",
155
+ "@salesforce/plugin-trust": "2.6.22",
156
+ "@salesforce/plugin-user": "2.3.38",
157
157
  "@salesforce/sf-plugins-core": "4.0.0",
158
158
  "debug": "^4.3.4"
159
159
  },
@@ -189,7 +189,7 @@
189
189
  "resolutions": {
190
190
  "@salesforce/schemas": "1.6.0",
191
191
  "@salesforce/templates": "59.0.1",
192
- "@salesforce/source-deploy-retrieve": "9.7.27",
192
+ "@salesforce/source-deploy-retrieve": "9.7.28",
193
193
  "@salesforce/source-tracking": "4.2.19"
194
194
  },
195
195
  "repository": "salesforcecli/cli",