@salesforce/cli 2.42.3 → 2.42.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.42.3 linux-x64 node-v20.12.2
27
+ @salesforce/cli/2.42.4 linux-x64 node-v20.12.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
333
333
  directory.
334
334
  ```
335
335
 
336
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/analytics/generate/template.ts)_
336
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/analytics/generate/template.ts)_
337
337
 
338
338
  ## `sf apex generate class`
339
339
 
@@ -392,7 +392,7 @@ FLAG DESCRIPTIONS
392
392
  Supplied parameter values or default values are filled into a copy of the template.
393
393
  ```
394
394
 
395
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/apex/generate/class.ts)_
395
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/apex/generate/class.ts)_
396
396
 
397
397
  ## `sf apex generate trigger`
398
398
 
@@ -461,7 +461,7 @@ FLAG DESCRIPTIONS
461
461
  Supplied parameter values or default values are filled into a copy of the template.
462
462
  ```
463
463
 
464
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/apex/generate/trigger.ts)_
464
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/apex/generate/trigger.ts)_
465
465
 
466
466
  ## `sf apex get log`
467
467
 
@@ -840,7 +840,7 @@ EXAMPLES
840
840
  $ sf autocomplete --refresh-cache
841
841
  ```
842
842
 
843
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.17/src/commands/autocomplete/index.ts)_
843
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.18/src/commands/autocomplete/index.ts)_
844
844
 
845
845
  ## `sf commands`
846
846
 
@@ -1137,7 +1137,7 @@ EXAMPLES
1137
1137
  TracedEntityId=01p17000000R6bLAAS"
1138
1138
  ```
1139
1139
 
1140
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/create/record.ts)_
1140
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/create/record.ts)_
1141
1141
 
1142
1142
  ## `sf data delete bulk`
1143
1143
 
@@ -1184,7 +1184,7 @@ EXAMPLES
1184
1184
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1185
1185
  ```
1186
1186
 
1187
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/delete/bulk.ts)_
1187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/delete/bulk.ts)_
1188
1188
 
1189
1189
  ## `sf data delete record`
1190
1190
 
@@ -1245,7 +1245,7 @@ EXAMPLES
1245
1245
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1246
1246
  ```
1247
1247
 
1248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/delete/record.ts)_
1248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/delete/record.ts)_
1249
1249
 
1250
1250
  ## `sf data delete resume`
1251
1251
 
@@ -1284,7 +1284,7 @@ EXAMPLES
1284
1284
  $ sf data delete resume --use-most-recent --target-org my-scratch
1285
1285
  ```
1286
1286
 
1287
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/delete/resume.ts)_
1287
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/delete/resume.ts)_
1288
1288
 
1289
1289
  ## `sf data export beta tree`
1290
1290
 
@@ -1342,7 +1342,7 @@ EXAMPLES
1342
1342
  my-scratch
1343
1343
  ```
1344
1344
 
1345
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/export/beta/tree.ts)_
1345
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/export/beta/tree.ts)_
1346
1346
 
1347
1347
  ## `sf data export tree`
1348
1348
 
@@ -1402,7 +1402,7 @@ EXAMPLES
1402
1402
  my-scratch
1403
1403
  ```
1404
1404
 
1405
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/export/tree.ts)_
1405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/export/tree.ts)_
1406
1406
 
1407
1407
  ## `sf data get record`
1408
1408
 
@@ -1466,7 +1466,7 @@ EXAMPLES
1466
1466
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1467
1467
  ```
1468
1468
 
1469
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/get/record.ts)_
1469
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/get/record.ts)_
1470
1470
 
1471
1471
  ## `sf data import beta tree`
1472
1472
 
@@ -1509,7 +1509,7 @@ EXAMPLES
1509
1509
  $ sf data import beta tree --plan Account-Contact-plan.json
1510
1510
  ```
1511
1511
 
1512
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/import/beta/tree.ts)_
1512
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/import/beta/tree.ts)_
1513
1513
 
1514
1514
  ## `sf data import tree`
1515
1515
 
@@ -1559,7 +1559,7 @@ EXAMPLES
1559
1559
  $ sf data import tree --plan Account-Contact-plan.json
1560
1560
  ```
1561
1561
 
1562
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/import/tree.ts)_
1562
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/import/tree.ts)_
1563
1563
 
1564
1564
  ## `sf data query`
1565
1565
 
@@ -1623,7 +1623,7 @@ EXAMPLES
1623
1623
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1624
1624
  ```
1625
1625
 
1626
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/query.ts)_
1626
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/query.ts)_
1627
1627
 
1628
1628
  ## `sf data query resume`
1629
1629
 
@@ -1661,7 +1661,7 @@ EXAMPLES
1661
1661
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1662
1662
  ```
1663
1663
 
1664
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/query/resume.ts)_
1664
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/query/resume.ts)_
1665
1665
 
1666
1666
  ## `sf data resume`
1667
1667
 
@@ -1698,7 +1698,7 @@ EXAMPLES
1698
1698
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1699
1699
  ```
1700
1700
 
1701
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/resume.ts)_
1701
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/resume.ts)_
1702
1702
 
1703
1703
  ## `sf data update record`
1704
1704
 
@@ -1760,7 +1760,7 @@ EXAMPLES
1760
1760
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1761
1761
  ```
1762
1762
 
1763
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/update/record.ts)_
1763
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/update/record.ts)_
1764
1764
 
1765
1765
  ## `sf data upsert bulk`
1766
1766
 
@@ -1813,7 +1813,7 @@ EXAMPLES
1813
1813
  my-scratch
1814
1814
  ```
1815
1815
 
1816
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/upsert/bulk.ts)_
1816
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/upsert/bulk.ts)_
1817
1817
 
1818
1818
  ## `sf data upsert resume`
1819
1819
 
@@ -1852,7 +1852,7 @@ EXAMPLES
1852
1852
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1853
1853
  ```
1854
1854
 
1855
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/upsert/resume.ts)_
1855
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/upsert/resume.ts)_
1856
1856
 
1857
1857
  ## `sf doctor`
1858
1858
 
@@ -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.7/src/commands/doctor.ts)_
1903
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.8/src/commands/doctor.ts)_
1904
1904
 
1905
1905
  ## `sf force data bulk delete`
1906
1906
 
@@ -1947,7 +1947,7 @@ EXAMPLES
1947
1947
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1948
1948
  ```
1949
1949
 
1950
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/force/data/bulk/delete.ts)_
1950
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/force/data/bulk/delete.ts)_
1951
1951
 
1952
1952
  ## `sf force data bulk status`
1953
1953
 
@@ -1984,7 +1984,7 @@ EXAMPLES
1984
1984
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1985
1985
  ```
1986
1986
 
1987
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/force/data/bulk/status.ts)_
1987
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/force/data/bulk/status.ts)_
1988
1988
 
1989
1989
  ## `sf force data bulk upsert`
1990
1990
 
@@ -2042,7 +2042,7 @@ EXAMPLES
2042
2042
  --target-org my-scratch
2043
2043
  ```
2044
2044
 
2045
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/force/data/bulk/upsert.ts)_
2045
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/force/data/bulk/upsert.ts)_
2046
2046
 
2047
2047
  ## `sf help [COMMAND]`
2048
2048
 
@@ -2062,7 +2062,7 @@ DESCRIPTION
2062
2062
  Display help for sf.
2063
2063
  ```
2064
2064
 
2065
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.21/src/commands/help.ts)_
2065
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.22/src/commands/help.ts)_
2066
2066
 
2067
2067
  ## `sf info releasenotes display`
2068
2068
 
@@ -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.7/src/commands/info/releasenotes/display.ts)_
2105
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.8/src/commands/info/releasenotes/display.ts)_
2106
2106
 
2107
2107
  ## `sf lightning generate app`
2108
2108
 
@@ -2157,7 +2157,7 @@ FLAG DESCRIPTIONS
2157
2157
  Supplied parameter values or default values are filled into a copy of the template.
2158
2158
  ```
2159
2159
 
2160
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/app.ts)_
2160
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/app.ts)_
2161
2161
 
2162
2162
  ## `sf lightning generate component`
2163
2163
 
@@ -2226,7 +2226,7 @@ FLAG DESCRIPTIONS
2226
2226
  Supplied parameter values or default values are filled into a copy of the template.
2227
2227
  ```
2228
2228
 
2229
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/component.ts)_
2229
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/component.ts)_
2230
2230
 
2231
2231
  ## `sf lightning generate event`
2232
2232
 
@@ -2281,7 +2281,7 @@ FLAG DESCRIPTIONS
2281
2281
  Supplied parameter values or default values are filled into a copy of the template.
2282
2282
  ```
2283
2283
 
2284
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/event.ts)_
2284
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/event.ts)_
2285
2285
 
2286
2286
  ## `sf lightning generate interface`
2287
2287
 
@@ -2336,7 +2336,7 @@ FLAG DESCRIPTIONS
2336
2336
  Supplied parameter values or default values are filled into a copy of the template.
2337
2337
  ```
2338
2338
 
2339
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/interface.ts)_
2339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/interface.ts)_
2340
2340
 
2341
2341
  ## `sf lightning generate test`
2342
2342
 
@@ -2391,7 +2391,7 @@ FLAG DESCRIPTIONS
2391
2391
  Supplied parameter values or default values are filled into a copy of the template.
2392
2392
  ```
2393
2393
 
2394
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/test.ts)_
2394
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/test.ts)_
2395
2395
 
2396
2396
  ## `sf org assign permset`
2397
2397
 
@@ -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.5/src/commands/org/assign/permset.ts)_
2438
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/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.5/src/commands/org/assign/permsetlicense.ts)_
2484
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permsetlicense.ts)_
2485
2485
 
2486
2486
  ## `sf org create sandbox`
2487
2487
 
@@ -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.5/src/commands/org/create/user.ts)_
2863
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/create/user.ts)_
2864
2864
 
2865
2865
  ## `sf org delete sandbox`
2866
2866
 
@@ -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.5/src/commands/org/display/user.ts)_
3074
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/display/user.ts)_
3075
3075
 
3076
3076
  ## `sf org enable tracking`
3077
3077
 
@@ -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.5/src/commands/org/generate/password.ts)_
3183
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/generate/password.ts)_
3184
3184
 
3185
3185
  ## `sf org list`
3186
3186
 
@@ -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.9/src/commands/org/list/auth.ts)_
3254
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/list/auth.ts)_
3255
3255
 
3256
3256
  ## `sf org list limits`
3257
3257
 
@@ -3291,7 +3291,7 @@ EXAMPLES
3291
3291
  $ sf org list limits --target-org my-scratch-org
3292
3292
  ```
3293
3293
 
3294
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.5/src/commands/org/list/limits.ts)_
3294
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.7/src/commands/org/list/limits.ts)_
3295
3295
 
3296
3296
  ## `sf org list metadata`
3297
3297
 
@@ -3459,7 +3459,7 @@ EXAMPLES
3459
3459
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3460
3460
  ```
3461
3461
 
3462
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.5/src/commands/org/list/sobject/record-counts.ts)_
3462
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.7/src/commands/org/list/sobject/record-counts.ts)_
3463
3463
 
3464
3464
  ## `sf org list users`
3465
3465
 
@@ -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.5/src/commands/org/list/users.ts)_
3500
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/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.9/src/commands/org/login/access-token.ts)_
3554
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/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.9/src/commands/org/login/device.ts)_
3614
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/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.9/src/commands/org/login/jwt.ts)_
3705
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/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.9/src/commands/org/login/sfdx-url.ts)_
3770
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/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.9/src/commands/org/login/web.ts)_
3857
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/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.9/src/commands/org/logout.ts)_
3918
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/logout.ts)_
3919
3919
 
3920
3920
  ## `sf org open`
3921
3921
 
@@ -5559,7 +5559,7 @@ EXAMPLES
5559
5559
  $ sf plugins trust verify --npm @scope/npmName
5560
5560
  ```
5561
5561
 
5562
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.9/src/commands/plugins/trust/verify.ts)_
5562
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.11/src/commands/plugins/trust/verify.ts)_
5563
5563
 
5564
5564
  ## `sf plugins uninstall [PLUGIN]`
5565
5565
 
@@ -6905,7 +6905,7 @@ FLAG DESCRIPTIONS
6905
6905
  Override the api version used for api requests made by this command
6906
6906
  ```
6907
6907
 
6908
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/project/generate.ts)_
6908
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/project/generate.ts)_
6909
6909
 
6910
6910
  ## `sf project generate manifest`
6911
6911
 
@@ -7343,7 +7343,7 @@ FLAG DESCRIPTIONS
7343
7343
  If you don't specify this flag, the command prompts you to choose from your local objects.
7344
7344
  ```
7345
7345
 
7346
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/field.ts)_
7346
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/field.ts)_
7347
7347
 
7348
7348
  ## `sf schema generate platformevent`
7349
7349
 
@@ -7375,7 +7375,7 @@ EXAMPLES
7375
7375
  $ sf schema generate platformevent --label "My Platform Event"
7376
7376
  ```
7377
7377
 
7378
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/platformevent.ts)_
7378
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/platformevent.ts)_
7379
7379
 
7380
7380
  ## `sf schema generate sobject`
7381
7381
 
@@ -7432,7 +7432,7 @@ FLAG DESCRIPTIONS
7432
7432
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7433
7433
  ```
7434
7434
 
7435
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/sobject.ts)_
7435
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/sobject.ts)_
7436
7436
 
7437
7437
  ## `sf schema generate tab`
7438
7438
 
@@ -7480,7 +7480,7 @@ FLAG DESCRIPTIONS
7480
7480
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7481
7481
  ```
7482
7482
 
7483
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/tab.ts)_
7483
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/tab.ts)_
7484
7484
 
7485
7485
  ## `sf search`
7486
7486
 
@@ -7496,7 +7496,7 @@ DESCRIPTION
7496
7496
  Once you select a command, hit enter and it will show the help for that command.
7497
7497
  ```
7498
7498
 
7499
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.23/src/commands/search.ts)_
7499
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.24/src/commands/search.ts)_
7500
7500
 
7501
7501
  ## `sf sobject describe`
7502
7502
 
@@ -7644,7 +7644,7 @@ FLAG DESCRIPTIONS
7644
7644
  etc.
7645
7645
  ```
7646
7646
 
7647
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/static-resource/generate.ts)_
7647
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/static-resource/generate.ts)_
7648
7648
 
7649
7649
  ## `sf update [CHANNEL]`
7650
7650
 
@@ -7757,7 +7757,7 @@ FLAG DESCRIPTIONS
7757
7757
  Supplied parameter values or default values are filled into a copy of the template.
7758
7758
  ```
7759
7759
 
7760
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/visualforce/generate/component.ts)_
7760
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/visualforce/generate/component.ts)_
7761
7761
 
7762
7762
  ## `sf visualforce generate page`
7763
7763
 
@@ -7807,7 +7807,7 @@ FLAG DESCRIPTIONS
7807
7807
  The name can be up to 40 characters and must start with a letter.
7808
7808
  ```
7809
7809
 
7810
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/visualforce/generate/page.ts)_
7810
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/visualforce/generate/page.ts)_
7811
7811
 
7812
7812
  ## `sf which`
7813
7813
 
@@ -7829,6 +7829,6 @@ EXAMPLES
7829
7829
  $ sf which help
7830
7830
  ```
7831
7831
 
7832
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.9/src/commands/which.ts)_
7832
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.10/src/commands/which.ts)_
7833
7833
 
7834
7834
  <!-- commandsstop -->
@@ -1,47 +1,47 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.42.3",
3
+ "version": "2.42.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.42.3",
9
+ "version": "2.42.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
14
  "@oclif/core": "3.26.6",
15
- "@oclif/plugin-autocomplete": "3.0.17",
15
+ "@oclif/plugin-autocomplete": "3.0.18",
16
16
  "@oclif/plugin-commands": "3.3.4",
17
- "@oclif/plugin-help": "6.0.21",
17
+ "@oclif/plugin-help": "6.0.22",
18
18
  "@oclif/plugin-not-found": "3.1.8",
19
19
  "@oclif/plugin-plugins": "5.0.21",
20
- "@oclif/plugin-search": "1.0.23",
20
+ "@oclif/plugin-search": "1.0.24",
21
21
  "@oclif/plugin-update": "4.2.11",
22
22
  "@oclif/plugin-version": "2.1.1",
23
- "@oclif/plugin-warn-if-update-available": "3.0.18",
24
- "@oclif/plugin-which": "3.1.9",
23
+ "@oclif/plugin-warn-if-update-available": "3.0.19",
24
+ "@oclif/plugin-which": "3.1.10",
25
25
  "@salesforce/core": "^7.2.0",
26
26
  "@salesforce/kit": "^3.1.0",
27
27
  "@salesforce/plugin-apex": "3.1.11",
28
- "@salesforce/plugin-auth": "3.6.9",
29
- "@salesforce/plugin-data": "3.3.4",
28
+ "@salesforce/plugin-auth": "3.6.11",
29
+ "@salesforce/plugin-data": "3.3.5",
30
30
  "@salesforce/plugin-deploy-retrieve": "3.6.14",
31
- "@salesforce/plugin-info": "3.2.7",
32
- "@salesforce/plugin-limits": "3.3.5",
31
+ "@salesforce/plugin-info": "3.2.8",
32
+ "@salesforce/plugin-limits": "3.3.7",
33
33
  "@salesforce/plugin-marketplace": "1.2.5",
34
34
  "@salesforce/plugin-org": "4.1.9",
35
35
  "@salesforce/plugin-packaging": "2.4.3",
36
36
  "@salesforce/plugin-schema": "3.3.6",
37
37
  "@salesforce/plugin-settings": "2.2.6",
38
- "@salesforce/plugin-sobject": "1.4.1",
39
- "@salesforce/plugin-source": "3.3.11",
38
+ "@salesforce/plugin-sobject": "1.4.2",
39
+ "@salesforce/plugin-source": "3.3.12",
40
40
  "@salesforce/plugin-telemetry": "3.3.7",
41
- "@salesforce/plugin-templates": "56.2.5",
42
- "@salesforce/plugin-trust": "3.6.9",
43
- "@salesforce/plugin-user": "3.5.5",
44
- "@salesforce/sf-plugins-core": "9.0.7",
41
+ "@salesforce/plugin-templates": "56.2.7",
42
+ "@salesforce/plugin-trust": "3.6.11",
43
+ "@salesforce/plugin-user": "3.5.8",
44
+ "@salesforce/sf-plugins-core": "9.0.10",
45
45
  "chalk": "^5.3.0",
46
46
  "debug": "^4.3.4",
47
47
  "strip-ansi": "^7.1.0"
@@ -3757,12 +3757,12 @@
3757
3757
  }
3758
3758
  },
3759
3759
  "node_modules/@oclif/plugin-autocomplete": {
3760
- "version": "3.0.17",
3761
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.17.tgz",
3762
- "integrity": "sha512-3ZEx5gvknsbIXA/x+RqUw2dqKQkuyvC08zl7c6sNy/+feowP6SojYYffhbNsU4g3uhnbavfnnUc475oqlH5hUw==",
3760
+ "version": "3.0.18",
3761
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.18.tgz",
3762
+ "integrity": "sha512-J+SZ5dNoBUoGerpBRJQfNm4ml4+rED23MoXXJeAE8HCFTscXtnJ3I1kS37O4D7A1O0+PsUzslQBJkLHFjZg+xQ==",
3763
3763
  "license": "MIT",
3764
3764
  "dependencies": {
3765
- "@oclif/core": "^3.26.5",
3765
+ "@oclif/core": "^3.26.6",
3766
3766
  "chalk": "^5.3.0",
3767
3767
  "debug": "^4.3.4",
3768
3768
  "ejs": "^3.1.10"
@@ -3806,12 +3806,12 @@
3806
3806
  }
3807
3807
  },
3808
3808
  "node_modules/@oclif/plugin-help": {
3809
- "version": "6.0.21",
3810
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
3811
- "integrity": "sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==",
3809
+ "version": "6.0.22",
3810
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.22.tgz",
3811
+ "integrity": "sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==",
3812
3812
  "license": "MIT",
3813
3813
  "dependencies": {
3814
- "@oclif/core": "^3.26.2"
3814
+ "@oclif/core": "^3.26.6"
3815
3815
  },
3816
3816
  "engines": {
3817
3817
  "node": ">=18.0.0"
@@ -3890,12 +3890,12 @@
3890
3890
  }
3891
3891
  },
3892
3892
  "node_modules/@oclif/plugin-search": {
3893
- "version": "1.0.23",
3894
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.23.tgz",
3895
- "integrity": "sha512-PlcslrJebn0b7ok/UOGQy2KAztO5nW7UjyzsHhLeegkPRVV2mDnX0eGx1VeAzrMAyMR89uv0xpgAbu3UsTo/pw==",
3893
+ "version": "1.0.24",
3894
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.24.tgz",
3895
+ "integrity": "sha512-0ktHfwjEoT/Xu+h2YuMuS/La/fQopR0P7m5kqhZjwQ6xH5Zce+nKnhfKpgpVpSBbsQZyqoMNMIYXF/neb4m24Q==",
3896
3896
  "license": "MIT",
3897
3897
  "dependencies": {
3898
- "@oclif/core": "^3.26.4",
3898
+ "@oclif/core": "^3.26.6",
3899
3899
  "inquirer-autocomplete-standalone": "^0.8.1"
3900
3900
  },
3901
3901
  "engines": {
@@ -4032,12 +4032,12 @@
4032
4032
  }
4033
4033
  },
4034
4034
  "node_modules/@oclif/plugin-warn-if-update-available": {
4035
- "version": "3.0.18",
4036
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.18.tgz",
4037
- "integrity": "sha512-/orir9yIW8hZYx9kI8vpwxjuMPfJBZ5ZcY2OnKFP7OrI0yA0n+slYsFOKrsWOOEXMmKLFJmH4fRw8/xKCWSX8g==",
4035
+ "version": "3.0.19",
4036
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz",
4037
+ "integrity": "sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==",
4038
4038
  "license": "MIT",
4039
4039
  "dependencies": {
4040
- "@oclif/core": "^3.26.0",
4040
+ "@oclif/core": "^3.26.6",
4041
4041
  "chalk": "^5.3.0",
4042
4042
  "debug": "^4.1.0",
4043
4043
  "http-call": "^5.2.2",
@@ -4048,12 +4048,12 @@
4048
4048
  }
4049
4049
  },
4050
4050
  "node_modules/@oclif/plugin-which": {
4051
- "version": "3.1.9",
4052
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.9.tgz",
4053
- "integrity": "sha512-4zzpantRcKOzV5ZeM0fJd8NuohzKTwmLCUYWbiPeIXPDyffLvB1SnyCrKu4MN0kC8sujGtiSQykoOxkSpdrbVw==",
4051
+ "version": "3.1.10",
4052
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.10.tgz",
4053
+ "integrity": "sha512-ISJd6p6ABFApgifH3MTYjqHKG6UmGzmDHFVARRBh10UMBWQJVtp5Q75NlbqMto7vKYXdKZDt6m2g9ydTWltuag==",
4054
4054
  "license": "MIT",
4055
4055
  "dependencies": {
4056
- "@oclif/core": "^3.26.5"
4056
+ "@oclif/core": "^3.26.6"
4057
4057
  },
4058
4058
  "engines": {
4059
4059
  "node": ">=18.0.0"
@@ -4428,9 +4428,9 @@
4428
4428
  }
4429
4429
  },
4430
4430
  "node_modules/@salesforce/core": {
4431
- "version": "7.3.5",
4432
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.5.tgz",
4433
- "integrity": "sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==",
4431
+ "version": "7.3.6",
4432
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.6.tgz",
4433
+ "integrity": "sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==",
4434
4434
  "license": "BSD-3-Clause",
4435
4435
  "dependencies": {
4436
4436
  "@jsforce/jsforce-node": "^3.2.0",
@@ -4448,7 +4448,7 @@
4448
4448
  "pino-abstract-transport": "^1.1.0",
4449
4449
  "pino-pretty": "^10.3.1",
4450
4450
  "proper-lockfile": "^4.1.2",
4451
- "semver": "^7.6.0",
4451
+ "semver": "^7.6.2",
4452
4452
  "ts-retry-promise": "^0.7.1"
4453
4453
  },
4454
4454
  "engines": {
@@ -4633,17 +4633,17 @@
4633
4633
  }
4634
4634
  },
4635
4635
  "node_modules/@salesforce/plugin-auth": {
4636
- "version": "3.6.9",
4637
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.9.tgz",
4638
- "integrity": "sha512-Oz7sgKO4fNkLfKQeFNnWLqfjzP8Oz41KLupuFRnwnclcjStldYQIX4blaSkEvMRUY47WNeq093RR+WVXKWdHoQ==",
4636
+ "version": "3.6.11",
4637
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.11.tgz",
4638
+ "integrity": "sha512-MyysHPz8V/Sp2roBin5OtRcYua6tDlqRaR2yzQErtiEbSAZDgvcxmqw1diG2uEae3SsdKbOmrHFLd/bz1sfyjQ==",
4639
4639
  "license": "BSD-3-Clause",
4640
4640
  "dependencies": {
4641
4641
  "@inquirer/checkbox": "^1.5.2",
4642
4642
  "@inquirer/select": "^1.3.3",
4643
4643
  "@oclif/core": "^3.26.5",
4644
- "@salesforce/core": "^7.3.0",
4644
+ "@salesforce/core": "^7.3.5",
4645
4645
  "@salesforce/kit": "^3.1.1",
4646
- "@salesforce/plugin-info": "^3.2.4",
4646
+ "@salesforce/plugin-info": "^3.2.7",
4647
4647
  "@salesforce/sf-plugins-core": "^9.0.7",
4648
4648
  "@salesforce/ts-types": "^2.0.9",
4649
4649
  "chalk": "^5.3.0",
@@ -4674,14 +4674,14 @@
4674
4674
  }
4675
4675
  },
4676
4676
  "node_modules/@salesforce/plugin-data": {
4677
- "version": "3.3.4",
4678
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.3.4.tgz",
4679
- "integrity": "sha512-LzQtvRWMrP6O/fjHIBIWnIABQzjtotAMUA7CFFbL1VsrWa57s/Lj1jjJvWJ/jGJuPAp44TnWH8zpfSlmauMddA==",
4677
+ "version": "3.3.5",
4678
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.3.5.tgz",
4679
+ "integrity": "sha512-K+OWNmEFbXMNbMTODz7fLKyL2hfxWeDyFuN6hI3sqA+L6O0f5/w7xSBJXhK0aCOlQpV6EfWb/WKrCD6P95tJ7g==",
4680
4680
  "license": "BSD-3-Clause",
4681
4681
  "dependencies": {
4682
4682
  "@jsforce/jsforce-node": "^3.2.0",
4683
4683
  "@oclif/core": "^3.26.3",
4684
- "@salesforce/core": "^7.3.3",
4684
+ "@salesforce/core": "^7.3.6",
4685
4685
  "@salesforce/kit": "^3.1.0",
4686
4686
  "@salesforce/sf-plugins-core": "^9.0.4",
4687
4687
  "@salesforce/ts-types": "^2.0.9",
@@ -4722,14 +4722,14 @@
4722
4722
  }
4723
4723
  },
4724
4724
  "node_modules/@salesforce/plugin-info": {
4725
- "version": "3.2.7",
4726
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.7.tgz",
4727
- "integrity": "sha512-NgX6YkbugnhyR6Vh+zd6b525anqk+kuFi508wbMX5cmntJKEJaSU81ir+rHfN1/4RrEIbwJm2tnO9XA97rCSLA==",
4725
+ "version": "3.2.8",
4726
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.8.tgz",
4727
+ "integrity": "sha512-yYGn+LbKg1UPQ1D8yKwuwjtWZbM4eAPpRlMTuTST3t4d/rfYXdBN9D6iSIgiL9h88LQwkK4T0fjcqVX+W4ZZhQ==",
4728
4728
  "license": "BSD-3-Clause",
4729
4729
  "dependencies": {
4730
4730
  "@inquirer/input": "^2.1.6",
4731
4731
  "@oclif/core": "^3.26.5",
4732
- "@salesforce/core": "^7.3.4",
4732
+ "@salesforce/core": "^7.3.5",
4733
4733
  "@salesforce/kit": "^3.1.0",
4734
4734
  "@salesforce/sf-plugins-core": "^9.0.7",
4735
4735
  "got": "^13.0.0",
@@ -4744,13 +4744,13 @@
4744
4744
  }
4745
4745
  },
4746
4746
  "node_modules/@salesforce/plugin-limits": {
4747
- "version": "3.3.5",
4748
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.5.tgz",
4749
- "integrity": "sha512-MSDz+MD9P3VBTp+cX2Sv6j/pE/ajNI2/IRVFjHkYJjHczMglplpbS13MX4bMHx+RdFLSCd8bAzJShqY/PRQa5A==",
4747
+ "version": "3.3.7",
4748
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.7.tgz",
4749
+ "integrity": "sha512-c94kqjCdlPCqSnR0GHhuthcGu5r9fRXt0wlCiVn7XvteQNeO9nS0I9M2/dC6HTYBQ9zusb+ZreDDxpp03dXJxA==",
4750
4750
  "license": "BSD-3-Clause",
4751
4751
  "dependencies": {
4752
- "@oclif/core": "^3.26.3",
4753
- "@salesforce/core": "^7.2.0",
4752
+ "@oclif/core": "^3.26.6",
4753
+ "@salesforce/core": "^7.3.6",
4754
4754
  "@salesforce/kit": "^3.1.0",
4755
4755
  "@salesforce/sf-plugins-core": "^9.0.7"
4756
4756
  },
@@ -5041,16 +5041,16 @@
5041
5041
  }
5042
5042
  },
5043
5043
  "node_modules/@salesforce/plugin-sobject": {
5044
- "version": "1.4.1",
5045
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.1.tgz",
5046
- "integrity": "sha512-oqdSwrfyQtmZOzsWMLjTi8GEQTYGsO5YoeEpvlP9vy4dVbTcGx+eevzZZ3oRkFCbnv/7xoYAak9B5mN7F392Ng==",
5044
+ "version": "1.4.2",
5045
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.2.tgz",
5046
+ "integrity": "sha512-XtUqUhvrdLyYGgNkjuNr1y0da9AAMpQUrOvWrrt1+pvWhSmvjwW5IMD4d+nHDEaWooWxWwmP1EkTWFArUfYeiA==",
5047
5047
  "license": "BSD-3-Clause",
5048
5048
  "dependencies": {
5049
5049
  "@inquirer/confirm": "^3.1.6",
5050
5050
  "@inquirer/input": "^2.1.6",
5051
5051
  "@inquirer/select": "^2.3.2",
5052
5052
  "@oclif/core": "^3.26.5",
5053
- "@salesforce/core": "^7.3.3",
5053
+ "@salesforce/core": "^7.3.6",
5054
5054
  "@salesforce/kit": "^3.1.0",
5055
5055
  "@salesforce/sf-plugins-core": "^9.0.7",
5056
5056
  "fast-glob": "^3.3.2",
@@ -5142,9 +5142,9 @@
5142
5142
  }
5143
5143
  },
5144
5144
  "node_modules/@salesforce/plugin-source": {
5145
- "version": "3.3.11",
5146
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.11.tgz",
5147
- "integrity": "sha512-y8dKaJkLZc+larMTp4SIL1LT9gnwaKIf3U8ViTmYbHy5SBKxBYWlM8g4HpU8M1KAzuGKXOOCkzDZ8gRE8oYdxw==",
5145
+ "version": "3.3.12",
5146
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.12.tgz",
5147
+ "integrity": "sha512-4ThbYyNAoLVAyKD7KZfYnqtw9bAghbRyu15DE9RLM0idjBi5q4NZ0YY99vISN5MthMwKZrlCUizA2qCvZzUuDA==",
5148
5148
  "license": "BSD-3-Clause",
5149
5149
  "dependencies": {
5150
5150
  "@oclif/core": "^3.26.6",
@@ -5152,7 +5152,7 @@
5152
5152
  "@salesforce/core": "^7.3.5",
5153
5153
  "@salesforce/kit": "^3.1.0",
5154
5154
  "@salesforce/sf-plugins-core": "^9.0.7",
5155
- "@salesforce/source-deploy-retrieve": "^11.3.0",
5155
+ "@salesforce/source-deploy-retrieve": "^11.4.3",
5156
5156
  "@salesforce/source-tracking": "^6.0.4",
5157
5157
  "@salesforce/ts-types": "^2.0.9",
5158
5158
  "chalk": "^5.3.0",
@@ -5182,13 +5182,13 @@
5182
5182
  }
5183
5183
  },
5184
5184
  "node_modules/@salesforce/plugin-templates": {
5185
- "version": "56.2.5",
5186
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.5.tgz",
5187
- "integrity": "sha512-18oQLhSjHyaWVbc78/qwqA8mhp4+BUjjSvCvwExWaUChVcXWqfcQVzN75nMzB6OKDSziR/mA45/kBDJKr7t55g==",
5185
+ "version": "56.2.7",
5186
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.7.tgz",
5187
+ "integrity": "sha512-6TY2XVDtgLDr0B9aRp71uPddBYpasgxHW2TOZKQeBBMjWDz538Q2KK0xuM/Qn2JGRV1VakSnCrr+05vfqs5cXg==",
5188
5188
  "license": "BSD-3-Clause",
5189
5189
  "dependencies": {
5190
- "@oclif/core": "^3.26.3",
5191
- "@salesforce/core": "^7.3.1",
5190
+ "@oclif/core": "^3.26.6",
5191
+ "@salesforce/core": "^7.3.6",
5192
5192
  "@salesforce/sf-plugins-core": "^9.0.7",
5193
5193
  "@salesforce/templates": "^60.1.2",
5194
5194
  "yeoman-environment": "^3",
@@ -5199,20 +5199,20 @@
5199
5199
  }
5200
5200
  },
5201
5201
  "node_modules/@salesforce/plugin-trust": {
5202
- "version": "3.6.9",
5203
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.9.tgz",
5204
- "integrity": "sha512-zfNYcYvOU1p/wkr6+wsUIyWpTx9ISwWKyQYYlKRBW7jy0AzNSIBDcWzqyyA0bLUPxaqhiGxBU3ySb09Y1P93uA==",
5202
+ "version": "3.6.11",
5203
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.11.tgz",
5204
+ "integrity": "sha512-n8Kek3v5NvViW5ITPPtH7MLs68llibAZFk1poxOkYVnNDqPvHJZI8UBN+yH/Hn6r4PpnJv+G9GdOQu1f59kfjg==",
5205
5205
  "license": "BSD-3-Clause",
5206
5206
  "dependencies": {
5207
5207
  "@oclif/core": "^3.26.6",
5208
- "@salesforce/core": "^7.3.0",
5208
+ "@salesforce/core": "^7.3.6",
5209
5209
  "@salesforce/kit": "^3.1.1",
5210
5210
  "@salesforce/sf-plugins-core": "^9.0.7",
5211
5211
  "got": "^13.0.0",
5212
5212
  "npm": "^10.7.0",
5213
5213
  "npm-run-path": "^4.0.1",
5214
5214
  "proxy-agent": "^6.4.0",
5215
- "semver": "^7.6.0",
5215
+ "semver": "^7.6.2",
5216
5216
  "shelljs": "^0.8.4"
5217
5217
  },
5218
5218
  "bin": {
@@ -5223,15 +5223,15 @@
5223
5223
  }
5224
5224
  },
5225
5225
  "node_modules/@salesforce/plugin-user": {
5226
- "version": "3.5.5",
5227
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.5.tgz",
5228
- "integrity": "sha512-77e2lF9QMXy7lXcqzXak276njue8o+QmbjNUhGwlfWIgoRfkDJyRW84LJ/roouZK5OWArX1mt1f/ZZAvasX3lA==",
5226
+ "version": "3.5.8",
5227
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.8.tgz",
5228
+ "integrity": "sha512-EmTlY7J0okQZ5/eOTUOIpjZPd7FWFhOX13TMsytllsjHvYEKNh08KINTYA34Y2j7lk6OC+FKgO69RSyTc9pIgg==",
5229
5229
  "license": "BSD-3-Clause",
5230
5230
  "dependencies": {
5231
- "@oclif/core": "^3.26.2",
5232
- "@salesforce/core": "^7.3.2",
5231
+ "@oclif/core": "^3.26.6",
5232
+ "@salesforce/core": "^7.3.6",
5233
5233
  "@salesforce/kit": "^3.1.0",
5234
- "@salesforce/sf-plugins-core": "^9.0.5",
5234
+ "@salesforce/sf-plugins-core": "^9.0.8",
5235
5235
  "@salesforce/ts-types": "^2.0.9"
5236
5236
  },
5237
5237
  "engines": {
@@ -5252,16 +5252,16 @@
5252
5252
  "license": "ISC"
5253
5253
  },
5254
5254
  "node_modules/@salesforce/sf-plugins-core": {
5255
- "version": "9.0.7",
5256
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
5257
- "integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
5255
+ "version": "9.0.10",
5256
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.10.tgz",
5257
+ "integrity": "sha512-vj6tjqRAweTuzxi7OBPsqC+kLPk6pl6wZUtpC8bf+CKqrVhouPtZUBnG01Xm0jG6Antjgn0vZrd26j23Yjs9Kw==",
5258
5258
  "license": "BSD-3-Clause",
5259
5259
  "dependencies": {
5260
5260
  "@inquirer/confirm": "^2.0.17",
5261
5261
  "@inquirer/password": "^1.1.16",
5262
- "@oclif/core": "^3.26.5",
5263
- "@salesforce/core": "^7.3.3",
5264
- "@salesforce/kit": "^3.1.0",
5262
+ "@oclif/core": "^3.26.6",
5263
+ "@salesforce/core": "^7.3.6",
5264
+ "@salesforce/kit": "^3.1.1",
5265
5265
  "@salesforce/ts-types": "^2.0.9",
5266
5266
  "chalk": "^5.3.0"
5267
5267
  },
package/oclif.lock CHANGED
@@ -1858,12 +1858,12 @@
1858
1858
  wordwrap "^1.0.0"
1859
1859
  wrap-ansi "^7.0.0"
1860
1860
 
1861
- "@oclif/plugin-autocomplete@3.0.17":
1862
- version "3.0.17"
1863
- resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.17.tgz"
1864
- integrity sha512-3ZEx5gvknsbIXA/x+RqUw2dqKQkuyvC08zl7c6sNy/+feowP6SojYYffhbNsU4g3uhnbavfnnUc475oqlH5hUw==
1861
+ "@oclif/plugin-autocomplete@3.0.18":
1862
+ version "3.0.18"
1863
+ resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.18.tgz"
1864
+ integrity sha512-J+SZ5dNoBUoGerpBRJQfNm4ml4+rED23MoXXJeAE8HCFTscXtnJ3I1kS37O4D7A1O0+PsUzslQBJkLHFjZg+xQ==
1865
1865
  dependencies:
1866
- "@oclif/core" "^3.26.5"
1866
+ "@oclif/core" "^3.26.6"
1867
1867
  chalk "^5.3.0"
1868
1868
  debug "^4.3.4"
1869
1869
  ejs "^3.1.10"
@@ -1891,12 +1891,12 @@
1891
1891
  "@oclif/core" "^3.26.6"
1892
1892
  lodash "^4.17.21"
1893
1893
 
1894
- "@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@6.0.21":
1895
- version "6.0.21"
1896
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz"
1897
- integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
1894
+ "@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@6.0.22":
1895
+ version "6.0.22"
1896
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.22.tgz"
1897
+ integrity sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==
1898
1898
  dependencies:
1899
- "@oclif/core" "^3.26.2"
1899
+ "@oclif/core" "^3.26.6"
1900
1900
 
1901
1901
  "@oclif/plugin-not-found@^3.0.14", "@oclif/plugin-not-found@3.1.8":
1902
1902
  version "3.1.8"
@@ -1924,12 +1924,12 @@
1924
1924
  validate-npm-package-name "^5.0.0"
1925
1925
  yarn "^1.22.22"
1926
1926
 
1927
- "@oclif/plugin-search@1.0.23":
1928
- version "1.0.23"
1929
- resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.23.tgz"
1930
- integrity sha512-PlcslrJebn0b7ok/UOGQy2KAztO5nW7UjyzsHhLeegkPRVV2mDnX0eGx1VeAzrMAyMR89uv0xpgAbu3UsTo/pw==
1927
+ "@oclif/plugin-search@1.0.24":
1928
+ version "1.0.24"
1929
+ resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.24.tgz"
1930
+ integrity sha512-0ktHfwjEoT/Xu+h2YuMuS/La/fQopR0P7m5kqhZjwQ6xH5Zce+nKnhfKpgpVpSBbsQZyqoMNMIYXF/neb4m24Q==
1931
1931
  dependencies:
1932
- "@oclif/core" "^3.26.4"
1932
+ "@oclif/core" "^3.26.6"
1933
1933
  inquirer-autocomplete-standalone "^0.8.1"
1934
1934
 
1935
1935
  "@oclif/plugin-update@4.2.11":
@@ -1955,23 +1955,23 @@
1955
1955
  "@oclif/core" "^3.26.6"
1956
1956
  ansis "^3.2.0"
1957
1957
 
1958
- "@oclif/plugin-warn-if-update-available@^3.0.14", "@oclif/plugin-warn-if-update-available@3.0.18":
1959
- version "3.0.18"
1960
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.18.tgz"
1961
- integrity sha512-/orir9yIW8hZYx9kI8vpwxjuMPfJBZ5ZcY2OnKFP7OrI0yA0n+slYsFOKrsWOOEXMmKLFJmH4fRw8/xKCWSX8g==
1958
+ "@oclif/plugin-warn-if-update-available@^3.0.14", "@oclif/plugin-warn-if-update-available@3.0.19":
1959
+ version "3.0.19"
1960
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz"
1961
+ integrity sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==
1962
1962
  dependencies:
1963
- "@oclif/core" "^3.26.0"
1963
+ "@oclif/core" "^3.26.6"
1964
1964
  chalk "^5.3.0"
1965
1965
  debug "^4.1.0"
1966
1966
  http-call "^5.2.2"
1967
1967
  lodash "^4.17.21"
1968
1968
 
1969
- "@oclif/plugin-which@3.1.9":
1970
- version "3.1.9"
1971
- resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.9.tgz"
1972
- integrity sha512-4zzpantRcKOzV5ZeM0fJd8NuohzKTwmLCUYWbiPeIXPDyffLvB1SnyCrKu4MN0kC8sujGtiSQykoOxkSpdrbVw==
1969
+ "@oclif/plugin-which@3.1.10":
1970
+ version "3.1.10"
1971
+ resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.10.tgz"
1972
+ integrity sha512-ISJd6p6ABFApgifH3MTYjqHKG6UmGzmDHFVARRBh10UMBWQJVtp5Q75NlbqMto7vKYXdKZDt6m2g9ydTWltuag==
1973
1973
  dependencies:
1974
- "@oclif/core" "^3.26.5"
1974
+ "@oclif/core" "^3.26.6"
1975
1975
 
1976
1976
  "@octokit/auth-token@^2.4.4":
1977
1977
  version "2.5.0"
@@ -2245,10 +2245,10 @@
2245
2245
  strip-ansi "6.0.1"
2246
2246
  ts-retry-promise "^0.8.0"
2247
2247
 
2248
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.2", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.4", "@salesforce/core@^7.3.5":
2249
- version "7.3.5"
2250
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.5.tgz"
2251
- integrity sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==
2248
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6":
2249
+ version "7.3.6"
2250
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.6.tgz"
2251
+ integrity sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==
2252
2252
  dependencies:
2253
2253
  "@jsforce/jsforce-node" "^3.2.0"
2254
2254
  "@salesforce/kit" "^3.1.1"
@@ -2265,7 +2265,7 @@
2265
2265
  pino-abstract-transport "^1.1.0"
2266
2266
  pino-pretty "^10.3.1"
2267
2267
  proper-lockfile "^4.1.2"
2268
- semver "^7.6.0"
2268
+ semver "^7.6.2"
2269
2269
  ts-retry-promise "^0.7.1"
2270
2270
 
2271
2271
  "@salesforce/dev-config@^4.1.0":
@@ -2346,17 +2346,17 @@
2346
2346
  color-convert "^2.0.1"
2347
2347
  color-name "^2.0.0"
2348
2348
 
2349
- "@salesforce/plugin-auth@3.6.9":
2350
- version "3.6.9"
2351
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.9.tgz"
2352
- integrity sha512-Oz7sgKO4fNkLfKQeFNnWLqfjzP8Oz41KLupuFRnwnclcjStldYQIX4blaSkEvMRUY47WNeq093RR+WVXKWdHoQ==
2349
+ "@salesforce/plugin-auth@3.6.11":
2350
+ version "3.6.11"
2351
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.11.tgz"
2352
+ integrity sha512-MyysHPz8V/Sp2roBin5OtRcYua6tDlqRaR2yzQErtiEbSAZDgvcxmqw1diG2uEae3SsdKbOmrHFLd/bz1sfyjQ==
2353
2353
  dependencies:
2354
2354
  "@inquirer/checkbox" "^1.5.2"
2355
2355
  "@inquirer/select" "^1.3.3"
2356
2356
  "@oclif/core" "^3.26.5"
2357
- "@salesforce/core" "^7.3.0"
2357
+ "@salesforce/core" "^7.3.5"
2358
2358
  "@salesforce/kit" "^3.1.1"
2359
- "@salesforce/plugin-info" "^3.2.4"
2359
+ "@salesforce/plugin-info" "^3.2.7"
2360
2360
  "@salesforce/sf-plugins-core" "^9.0.7"
2361
2361
  "@salesforce/ts-types" "^2.0.9"
2362
2362
  chalk "^5.3.0"
@@ -2376,14 +2376,14 @@
2376
2376
  debug "^4.3.4"
2377
2377
  handlebars "^4.7.8"
2378
2378
 
2379
- "@salesforce/plugin-data@3.3.4":
2380
- version "3.3.4"
2381
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.3.4.tgz"
2382
- integrity sha512-LzQtvRWMrP6O/fjHIBIWnIABQzjtotAMUA7CFFbL1VsrWa57s/Lj1jjJvWJ/jGJuPAp44TnWH8zpfSlmauMddA==
2379
+ "@salesforce/plugin-data@3.3.5":
2380
+ version "3.3.5"
2381
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.3.5.tgz"
2382
+ integrity sha512-K+OWNmEFbXMNbMTODz7fLKyL2hfxWeDyFuN6hI3sqA+L6O0f5/w7xSBJXhK0aCOlQpV6EfWb/WKrCD6P95tJ7g==
2383
2383
  dependencies:
2384
2384
  "@jsforce/jsforce-node" "^3.2.0"
2385
2385
  "@oclif/core" "^3.26.3"
2386
- "@salesforce/core" "^7.3.3"
2386
+ "@salesforce/core" "^7.3.6"
2387
2387
  "@salesforce/kit" "^3.1.0"
2388
2388
  "@salesforce/sf-plugins-core" "^9.0.4"
2389
2389
  "@salesforce/ts-types" "^2.0.9"
@@ -2408,14 +2408,14 @@
2408
2408
  "@salesforce/ts-types" "^2.0.9"
2409
2409
  chalk "^5.3.0"
2410
2410
 
2411
- "@salesforce/plugin-info@^3.2.4", "@salesforce/plugin-info@^3.2.7", "@salesforce/plugin-info@3.2.7":
2412
- version "3.2.7"
2413
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.7.tgz"
2414
- integrity sha512-NgX6YkbugnhyR6Vh+zd6b525anqk+kuFi508wbMX5cmntJKEJaSU81ir+rHfN1/4RrEIbwJm2tnO9XA97rCSLA==
2411
+ "@salesforce/plugin-info@^3.2.7", "@salesforce/plugin-info@3.2.8":
2412
+ version "3.2.8"
2413
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.8.tgz"
2414
+ integrity sha512-yYGn+LbKg1UPQ1D8yKwuwjtWZbM4eAPpRlMTuTST3t4d/rfYXdBN9D6iSIgiL9h88LQwkK4T0fjcqVX+W4ZZhQ==
2415
2415
  dependencies:
2416
2416
  "@inquirer/input" "^2.1.6"
2417
2417
  "@oclif/core" "^3.26.5"
2418
- "@salesforce/core" "^7.3.4"
2418
+ "@salesforce/core" "^7.3.5"
2419
2419
  "@salesforce/kit" "^3.1.0"
2420
2420
  "@salesforce/sf-plugins-core" "^9.0.7"
2421
2421
  got "^13.0.0"
@@ -2425,13 +2425,13 @@
2425
2425
  proxy-agent "^6.4.0"
2426
2426
  semver "^7.6.0"
2427
2427
 
2428
- "@salesforce/plugin-limits@3.3.5":
2429
- version "3.3.5"
2430
- resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.5.tgz"
2431
- integrity sha512-MSDz+MD9P3VBTp+cX2Sv6j/pE/ajNI2/IRVFjHkYJjHczMglplpbS13MX4bMHx+RdFLSCd8bAzJShqY/PRQa5A==
2428
+ "@salesforce/plugin-limits@3.3.7":
2429
+ version "3.3.7"
2430
+ resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.7.tgz"
2431
+ integrity sha512-c94kqjCdlPCqSnR0GHhuthcGu5r9fRXt0wlCiVn7XvteQNeO9nS0I9M2/dC6HTYBQ9zusb+ZreDDxpp03dXJxA==
2432
2432
  dependencies:
2433
- "@oclif/core" "^3.26.3"
2434
- "@salesforce/core" "^7.2.0"
2433
+ "@oclif/core" "^3.26.6"
2434
+ "@salesforce/core" "^7.3.6"
2435
2435
  "@salesforce/kit" "^3.1.0"
2436
2436
  "@salesforce/sf-plugins-core" "^9.0.7"
2437
2437
 
@@ -2521,33 +2521,33 @@
2521
2521
  "@salesforce/sf-plugins-core" "^9.0.7"
2522
2522
  fast-levenshtein "^3.0.0"
2523
2523
 
2524
- "@salesforce/plugin-sobject@1.4.1":
2525
- version "1.4.1"
2526
- resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.1.tgz"
2527
- integrity sha512-oqdSwrfyQtmZOzsWMLjTi8GEQTYGsO5YoeEpvlP9vy4dVbTcGx+eevzZZ3oRkFCbnv/7xoYAak9B5mN7F392Ng==
2524
+ "@salesforce/plugin-sobject@1.4.2":
2525
+ version "1.4.2"
2526
+ resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.2.tgz"
2527
+ integrity sha512-XtUqUhvrdLyYGgNkjuNr1y0da9AAMpQUrOvWrrt1+pvWhSmvjwW5IMD4d+nHDEaWooWxWwmP1EkTWFArUfYeiA==
2528
2528
  dependencies:
2529
2529
  "@inquirer/confirm" "^3.1.6"
2530
2530
  "@inquirer/input" "^2.1.6"
2531
2531
  "@inquirer/select" "^2.3.2"
2532
2532
  "@oclif/core" "^3.26.5"
2533
- "@salesforce/core" "^7.3.3"
2533
+ "@salesforce/core" "^7.3.6"
2534
2534
  "@salesforce/kit" "^3.1.0"
2535
2535
  "@salesforce/sf-plugins-core" "^9.0.7"
2536
2536
  fast-glob "^3.3.2"
2537
2537
  fast-xml-parser "^4.3.6"
2538
2538
  js2xmlparser "^4.0.2"
2539
2539
 
2540
- "@salesforce/plugin-source@3.3.11":
2541
- version "3.3.11"
2542
- resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.11.tgz"
2543
- integrity sha512-y8dKaJkLZc+larMTp4SIL1LT9gnwaKIf3U8ViTmYbHy5SBKxBYWlM8g4HpU8M1KAzuGKXOOCkzDZ8gRE8oYdxw==
2540
+ "@salesforce/plugin-source@3.3.12":
2541
+ version "3.3.12"
2542
+ resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.3.12.tgz"
2543
+ integrity sha512-4ThbYyNAoLVAyKD7KZfYnqtw9bAghbRyu15DE9RLM0idjBi5q4NZ0YY99vISN5MthMwKZrlCUizA2qCvZzUuDA==
2544
2544
  dependencies:
2545
2545
  "@oclif/core" "^3.26.6"
2546
2546
  "@salesforce/apex-node" "^6.0.0"
2547
2547
  "@salesforce/core" "^7.3.5"
2548
2548
  "@salesforce/kit" "^3.1.0"
2549
2549
  "@salesforce/sf-plugins-core" "^9.0.7"
2550
- "@salesforce/source-deploy-retrieve" "^11.3.0"
2550
+ "@salesforce/source-deploy-retrieve" "^11.4.3"
2551
2551
  "@salesforce/source-tracking" "^6.0.4"
2552
2552
  "@salesforce/ts-types" "^2.0.9"
2553
2553
  chalk "^5.3.0"
@@ -2567,43 +2567,43 @@
2567
2567
  "@salesforce/ts-types" "^2.0.9"
2568
2568
  debug "^4.3.4"
2569
2569
 
2570
- "@salesforce/plugin-templates@56.2.5":
2571
- version "56.2.5"
2572
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.5.tgz"
2573
- integrity sha512-18oQLhSjHyaWVbc78/qwqA8mhp4+BUjjSvCvwExWaUChVcXWqfcQVzN75nMzB6OKDSziR/mA45/kBDJKr7t55g==
2570
+ "@salesforce/plugin-templates@56.2.7":
2571
+ version "56.2.7"
2572
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.7.tgz"
2573
+ integrity sha512-6TY2XVDtgLDr0B9aRp71uPddBYpasgxHW2TOZKQeBBMjWDz538Q2KK0xuM/Qn2JGRV1VakSnCrr+05vfqs5cXg==
2574
2574
  dependencies:
2575
- "@oclif/core" "^3.26.3"
2576
- "@salesforce/core" "^7.3.1"
2575
+ "@oclif/core" "^3.26.6"
2576
+ "@salesforce/core" "^7.3.6"
2577
2577
  "@salesforce/sf-plugins-core" "^9.0.7"
2578
2578
  "@salesforce/templates" "^60.1.2"
2579
2579
  yeoman-environment "^3"
2580
2580
  yeoman-generator "^5"
2581
2581
 
2582
- "@salesforce/plugin-trust@^3.6.3", "@salesforce/plugin-trust@3.6.9":
2583
- version "3.6.9"
2584
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.9.tgz"
2585
- integrity sha512-zfNYcYvOU1p/wkr6+wsUIyWpTx9ISwWKyQYYlKRBW7jy0AzNSIBDcWzqyyA0bLUPxaqhiGxBU3ySb09Y1P93uA==
2582
+ "@salesforce/plugin-trust@^3.6.3", "@salesforce/plugin-trust@3.6.11":
2583
+ version "3.6.11"
2584
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.11.tgz"
2585
+ integrity sha512-n8Kek3v5NvViW5ITPPtH7MLs68llibAZFk1poxOkYVnNDqPvHJZI8UBN+yH/Hn6r4PpnJv+G9GdOQu1f59kfjg==
2586
2586
  dependencies:
2587
2587
  "@oclif/core" "^3.26.6"
2588
- "@salesforce/core" "^7.3.0"
2588
+ "@salesforce/core" "^7.3.6"
2589
2589
  "@salesforce/kit" "^3.1.1"
2590
2590
  "@salesforce/sf-plugins-core" "^9.0.7"
2591
2591
  got "^13.0.0"
2592
2592
  npm "^10.7.0"
2593
2593
  npm-run-path "^4.0.1"
2594
2594
  proxy-agent "^6.4.0"
2595
- semver "^7.6.0"
2595
+ semver "^7.6.2"
2596
2596
  shelljs "^0.8.4"
2597
2597
 
2598
- "@salesforce/plugin-user@3.5.5":
2599
- version "3.5.5"
2600
- resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.5.tgz"
2601
- integrity sha512-77e2lF9QMXy7lXcqzXak276njue8o+QmbjNUhGwlfWIgoRfkDJyRW84LJ/roouZK5OWArX1mt1f/ZZAvasX3lA==
2598
+ "@salesforce/plugin-user@3.5.8":
2599
+ version "3.5.8"
2600
+ resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.8.tgz"
2601
+ integrity sha512-EmTlY7J0okQZ5/eOTUOIpjZPd7FWFhOX13TMsytllsjHvYEKNh08KINTYA34Y2j7lk6OC+FKgO69RSyTc9pIgg==
2602
2602
  dependencies:
2603
- "@oclif/core" "^3.26.2"
2604
- "@salesforce/core" "^7.3.2"
2603
+ "@oclif/core" "^3.26.6"
2604
+ "@salesforce/core" "^7.3.6"
2605
2605
  "@salesforce/kit" "^3.1.0"
2606
- "@salesforce/sf-plugins-core" "^9.0.5"
2606
+ "@salesforce/sf-plugins-core" "^9.0.8"
2607
2607
  "@salesforce/ts-types" "^2.0.9"
2608
2608
 
2609
2609
  "@salesforce/prettier-config@^0.0.3":
@@ -2616,16 +2616,16 @@
2616
2616
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.7.0.tgz"
2617
2617
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
2618
2618
 
2619
- "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.4", "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7", "@salesforce/sf-plugins-core@9.0.7":
2620
- version "9.0.7"
2621
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz"
2622
- integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
2619
+ "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.4", "@salesforce/sf-plugins-core@^9.0.7", "@salesforce/sf-plugins-core@^9.0.8", "@salesforce/sf-plugins-core@9.0.10":
2620
+ version "9.0.10"
2621
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.10.tgz"
2622
+ integrity sha512-vj6tjqRAweTuzxi7OBPsqC+kLPk6pl6wZUtpC8bf+CKqrVhouPtZUBnG01Xm0jG6Antjgn0vZrd26j23Yjs9Kw==
2623
2623
  dependencies:
2624
2624
  "@inquirer/confirm" "^2.0.17"
2625
2625
  "@inquirer/password" "^1.1.16"
2626
- "@oclif/core" "^3.26.5"
2627
- "@salesforce/core" "^7.3.3"
2628
- "@salesforce/kit" "^3.1.0"
2626
+ "@oclif/core" "^3.26.6"
2627
+ "@salesforce/core" "^7.3.6"
2628
+ "@salesforce/kit" "^3.1.1"
2629
2629
  "@salesforce/ts-types" "^2.0.9"
2630
2630
  chalk "^5.3.0"
2631
2631
 
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.42.3"
5382
+ "version": "2.42.4"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.42.3",
4
+ "version": "2.42.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -79,7 +79,7 @@
79
79
  "@salesforce/plugin-community": "3.2.10",
80
80
  "@salesforce/plugin-dev": "2.3.1",
81
81
  "@salesforce/plugin-devops-center": "1.2.10",
82
- "@salesforce/plugin-env": "3.0.29",
82
+ "@salesforce/plugin-env": "3.0.30",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
84
  "@salesforce/plugin-signups": "2.3.1",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
@@ -140,36 +140,36 @@
140
140
  "dependencies": {
141
141
  "@inquirer/select": "^1.3.1",
142
142
  "@oclif/core": "3.26.6",
143
- "@oclif/plugin-autocomplete": "3.0.17",
143
+ "@oclif/plugin-autocomplete": "3.0.18",
144
144
  "@oclif/plugin-commands": "3.3.4",
145
- "@oclif/plugin-help": "6.0.21",
145
+ "@oclif/plugin-help": "6.0.22",
146
146
  "@oclif/plugin-not-found": "3.1.8",
147
147
  "@oclif/plugin-plugins": "5.0.21",
148
- "@oclif/plugin-search": "1.0.23",
148
+ "@oclif/plugin-search": "1.0.24",
149
149
  "@oclif/plugin-update": "4.2.11",
150
150
  "@oclif/plugin-version": "2.1.1",
151
- "@oclif/plugin-warn-if-update-available": "3.0.18",
152
- "@oclif/plugin-which": "3.1.9",
151
+ "@oclif/plugin-warn-if-update-available": "3.0.19",
152
+ "@oclif/plugin-which": "3.1.10",
153
153
  "@salesforce/core": "^7.2.0",
154
154
  "@salesforce/kit": "^3.1.0",
155
155
  "@salesforce/plugin-apex": "3.1.11",
156
- "@salesforce/plugin-auth": "3.6.9",
157
- "@salesforce/plugin-data": "3.3.4",
156
+ "@salesforce/plugin-auth": "3.6.11",
157
+ "@salesforce/plugin-data": "3.3.5",
158
158
  "@salesforce/plugin-deploy-retrieve": "3.6.14",
159
- "@salesforce/plugin-info": "3.2.7",
160
- "@salesforce/plugin-limits": "3.3.5",
159
+ "@salesforce/plugin-info": "3.2.8",
160
+ "@salesforce/plugin-limits": "3.3.7",
161
161
  "@salesforce/plugin-marketplace": "1.2.5",
162
162
  "@salesforce/plugin-org": "4.1.9",
163
163
  "@salesforce/plugin-packaging": "2.4.3",
164
164
  "@salesforce/plugin-schema": "3.3.6",
165
165
  "@salesforce/plugin-settings": "2.2.6",
166
- "@salesforce/plugin-sobject": "1.4.1",
167
- "@salesforce/plugin-source": "3.3.11",
166
+ "@salesforce/plugin-sobject": "1.4.2",
167
+ "@salesforce/plugin-source": "3.3.12",
168
168
  "@salesforce/plugin-telemetry": "3.3.7",
169
- "@salesforce/plugin-templates": "56.2.5",
170
- "@salesforce/plugin-trust": "3.6.9",
171
- "@salesforce/plugin-user": "3.5.5",
172
- "@salesforce/sf-plugins-core": "9.0.7",
169
+ "@salesforce/plugin-templates": "56.2.7",
170
+ "@salesforce/plugin-trust": "3.6.11",
171
+ "@salesforce/plugin-user": "3.5.8",
172
+ "@salesforce/sf-plugins-core": "9.0.10",
173
173
  "chalk": "^5.3.0",
174
174
  "debug": "^4.3.4",
175
175
  "strip-ansi": "^7.1.0"