@salesforce/cli 2.34.3 → 2.34.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.34.3 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.34.4 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -329,7 +329,7 @@ FLAG DESCRIPTIONS
329
329
  directory.
330
330
  ```
331
331
 
332
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/analytics/generate/template.ts)_
332
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/analytics/generate/template.ts)_
333
333
 
334
334
  ## `sf apex generate class`
335
335
 
@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
385
385
  Supplied parameter values or default values are filled into a copy of the template.
386
386
  ```
387
387
 
388
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/apex/generate/class.ts)_
388
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/apex/generate/class.ts)_
389
389
 
390
390
  ## `sf apex generate trigger`
391
391
 
@@ -452,7 +452,7 @@ FLAG DESCRIPTIONS
452
452
  Supplied parameter values or default values are filled into a copy of the template.
453
453
  ```
454
454
 
455
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/apex/generate/trigger.ts)_
455
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/apex/generate/trigger.ts)_
456
456
 
457
457
  ## `sf apex get log`
458
458
 
@@ -506,7 +506,7 @@ FLAG DESCRIPTIONS
506
506
  directory.
507
507
  ```
508
508
 
509
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.30/src/commands/apex/get/log.ts)_
509
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/get/log.ts)_
510
510
 
511
511
  ## `sf apex get test`
512
512
 
@@ -559,7 +559,7 @@ EXAMPLES
559
559
  me@myorg',
560
560
  ```
561
561
 
562
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.30/src/commands/apex/get/test.ts)_
562
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/get/test.ts)_
563
563
 
564
564
  ## `sf apex list log`
565
565
 
@@ -598,7 +598,7 @@ EXAMPLES
598
598
  $ sf apex list log --target-org me@my.org
599
599
  ```
600
600
 
601
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.30/src/commands/apex/list/log.ts)_
601
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/list/log.ts)_
602
602
 
603
603
  ## `sf apex run`
604
604
 
@@ -644,7 +644,7 @@ EXAMPLES
644
644
  $ sf apex run
645
645
  ```
646
646
 
647
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.30/src/commands/apex/run.ts)_
647
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/run.ts)_
648
648
 
649
649
  ## `sf apex run test`
650
650
 
@@ -751,7 +751,7 @@ FLAG DESCRIPTIONS
751
751
  --tests Test1 --tests Test2
752
752
  ```
753
753
 
754
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.30/src/commands/apex/run/test.ts)_
754
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/run/test.ts)_
755
755
 
756
756
  ## `sf apex tail log`
757
757
 
@@ -791,7 +791,7 @@ EXAMPLES
791
791
  $ sf apex tail log --color --skip-trace-flag
792
792
  ```
793
793
 
794
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.30/src/commands/apex/tail/log.ts)_
794
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.31/src/commands/apex/tail/log.ts)_
795
795
 
796
796
  ## `sf autocomplete [SHELL]`
797
797
 
@@ -1114,7 +1114,7 @@ EXAMPLES
1114
1114
  TracedEntityId=01p17000000R6bLAAS"
1115
1115
  ```
1116
1116
 
1117
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/create/record.ts)_
1117
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/create/record.ts)_
1118
1118
 
1119
1119
  ## `sf data delete bulk`
1120
1120
 
@@ -1159,7 +1159,7 @@ EXAMPLES
1159
1159
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1160
1160
  ```
1161
1161
 
1162
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/delete/bulk.ts)_
1162
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/delete/bulk.ts)_
1163
1163
 
1164
1164
  ## `sf data delete record`
1165
1165
 
@@ -1218,7 +1218,7 @@ EXAMPLES
1218
1218
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1219
1219
  ```
1220
1220
 
1221
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/delete/record.ts)_
1221
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/delete/record.ts)_
1222
1222
 
1223
1223
  ## `sf data delete resume`
1224
1224
 
@@ -1255,7 +1255,7 @@ EXAMPLES
1255
1255
  $ sf data delete resume --use-most-recent --target-org my-scratch
1256
1256
  ```
1257
1257
 
1258
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/delete/resume.ts)_
1258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/delete/resume.ts)_
1259
1259
 
1260
1260
  ## `sf data export beta tree`
1261
1261
 
@@ -1311,7 +1311,7 @@ EXAMPLES
1311
1311
  my-scratch
1312
1312
  ```
1313
1313
 
1314
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/export/beta/tree.ts)_
1314
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/export/beta/tree.ts)_
1315
1315
 
1316
1316
  ## `sf data export tree`
1317
1317
 
@@ -1369,7 +1369,7 @@ EXAMPLES
1369
1369
  my-scratch
1370
1370
  ```
1371
1371
 
1372
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/export/tree.ts)_
1372
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/export/tree.ts)_
1373
1373
 
1374
1374
  ## `sf data get record`
1375
1375
 
@@ -1431,7 +1431,7 @@ EXAMPLES
1431
1431
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1432
1432
  ```
1433
1433
 
1434
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/get/record.ts)_
1434
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/get/record.ts)_
1435
1435
 
1436
1436
  ## `sf data import beta tree`
1437
1437
 
@@ -1473,7 +1473,7 @@ EXAMPLES
1473
1473
  $ sf data import beta tree --plan Account-Contact-plan.json
1474
1474
  ```
1475
1475
 
1476
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/import/beta/tree.ts)_
1476
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/import/beta/tree.ts)_
1477
1477
 
1478
1478
  ## `sf data import tree`
1479
1479
 
@@ -1522,7 +1522,7 @@ EXAMPLES
1522
1522
  $ sf data import tree --plan Account-Contact-plan.json
1523
1523
  ```
1524
1524
 
1525
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/import/tree.ts)_
1525
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/import/tree.ts)_
1526
1526
 
1527
1527
  ## `sf data query`
1528
1528
 
@@ -1585,7 +1585,7 @@ EXAMPLES
1585
1585
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1586
1586
  ```
1587
1587
 
1588
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/query.ts)_
1588
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/query.ts)_
1589
1589
 
1590
1590
  ## `sf data query resume`
1591
1591
 
@@ -1621,7 +1621,7 @@ EXAMPLES
1621
1621
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1622
1622
  ```
1623
1623
 
1624
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/query/resume.ts)_
1624
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/query/resume.ts)_
1625
1625
 
1626
1626
  ## `sf data resume`
1627
1627
 
@@ -1657,7 +1657,7 @@ EXAMPLES
1657
1657
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1658
1658
  ```
1659
1659
 
1660
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/resume.ts)_
1660
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/resume.ts)_
1661
1661
 
1662
1662
  ## `sf data update record`
1663
1663
 
@@ -1718,7 +1718,7 @@ EXAMPLES
1718
1718
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1719
1719
  ```
1720
1720
 
1721
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/update/record.ts)_
1721
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/update/record.ts)_
1722
1722
 
1723
1723
  ## `sf data upsert bulk`
1724
1724
 
@@ -1770,7 +1770,7 @@ EXAMPLES
1770
1770
  my-scratch
1771
1771
  ```
1772
1772
 
1773
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/upsert/bulk.ts)_
1773
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/upsert/bulk.ts)_
1774
1774
 
1775
1775
  ## `sf data upsert resume`
1776
1776
 
@@ -1807,7 +1807,7 @@ EXAMPLES
1807
1807
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1808
1808
  ```
1809
1809
 
1810
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/data/upsert/resume.ts)_
1810
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/data/upsert/resume.ts)_
1811
1811
 
1812
1812
  ## `sf doctor`
1813
1813
 
@@ -1854,7 +1854,7 @@ EXAMPLES
1854
1854
  $ sf doctor --plugin @salesforce/plugin-source
1855
1855
  ```
1856
1856
 
1857
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.31/src/commands/doctor.ts)_
1857
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.33/src/commands/doctor.ts)_
1858
1858
 
1859
1859
  ## `sf force data bulk delete`
1860
1860
 
@@ -1899,7 +1899,7 @@ EXAMPLES
1899
1899
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1900
1900
  ```
1901
1901
 
1902
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/force/data/bulk/delete.ts)_
1902
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/force/data/bulk/delete.ts)_
1903
1903
 
1904
1904
  ## `sf force data bulk status`
1905
1905
 
@@ -1935,7 +1935,7 @@ EXAMPLES
1935
1935
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1936
1936
  ```
1937
1937
 
1938
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/force/data/bulk/status.ts)_
1938
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/force/data/bulk/status.ts)_
1939
1939
 
1940
1940
  ## `sf force data bulk upsert`
1941
1941
 
@@ -1992,7 +1992,7 @@ EXAMPLES
1992
1992
  --target-org my-scratch
1993
1993
  ```
1994
1994
 
1995
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.9/src/commands/force/data/bulk/upsert.ts)_
1995
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.11/src/commands/force/data/bulk/upsert.ts)_
1996
1996
 
1997
1997
  ## `sf help [COMMAND]`
1998
1998
 
@@ -2051,7 +2051,7 @@ EXAMPLES
2051
2051
  $ sf info releasenotes display --version latest
2052
2052
  ```
2053
2053
 
2054
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.31/src/commands/info/releasenotes/display.ts)_
2054
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.33/src/commands/info/releasenotes/display.ts)_
2055
2055
 
2056
2056
  ## `sf lightning generate app`
2057
2057
 
@@ -2104,7 +2104,7 @@ FLAG DESCRIPTIONS
2104
2104
  Supplied parameter values or default values are filled into a copy of the template.
2105
2105
  ```
2106
2106
 
2107
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/app.ts)_
2107
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/lightning/generate/app.ts)_
2108
2108
 
2109
2109
  ## `sf lightning generate component`
2110
2110
 
@@ -2172,7 +2172,7 @@ FLAG DESCRIPTIONS
2172
2172
  Supplied parameter values or default values are filled into a copy of the template.
2173
2173
  ```
2174
2174
 
2175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/component.ts)_
2175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/lightning/generate/component.ts)_
2176
2176
 
2177
2177
  ## `sf lightning generate event`
2178
2178
 
@@ -2225,7 +2225,7 @@ FLAG DESCRIPTIONS
2225
2225
  Supplied parameter values or default values are filled into a copy of the template.
2226
2226
  ```
2227
2227
 
2228
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/event.ts)_
2228
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/lightning/generate/event.ts)_
2229
2229
 
2230
2230
  ## `sf lightning generate interface`
2231
2231
 
@@ -2278,7 +2278,7 @@ FLAG DESCRIPTIONS
2278
2278
  Supplied parameter values or default values are filled into a copy of the template.
2279
2279
  ```
2280
2280
 
2281
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/interface.ts)_
2281
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/lightning/generate/interface.ts)_
2282
2282
 
2283
2283
  ## `sf lightning generate test`
2284
2284
 
@@ -2331,7 +2331,7 @@ FLAG DESCRIPTIONS
2331
2331
  Supplied parameter values or default values are filled into a copy of the template.
2332
2332
  ```
2333
2333
 
2334
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/lightning/generate/test.ts)_
2334
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/lightning/generate/test.ts)_
2335
2335
 
2336
2336
  ## `sf org assign permset`
2337
2337
 
@@ -2374,7 +2374,7 @@ EXAMPLES
2374
2374
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2375
2375
  ```
2376
2376
 
2377
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.3/src/commands/org/assign/permset.ts)_
2377
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/assign/permset.ts)_
2378
2378
 
2379
2379
  ## `sf org assign permsetlicense`
2380
2380
 
@@ -2418,7 +2418,7 @@ EXAMPLES
2418
2418
  user3
2419
2419
  ```
2420
2420
 
2421
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.3/src/commands/org/assign/permsetlicense.ts)_
2421
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/assign/permsetlicense.ts)_
2422
2422
 
2423
2423
  ## `sf org create sandbox`
2424
2424
 
@@ -2533,7 +2533,7 @@ FLAG DESCRIPTIONS
2533
2533
  sandbox.
2534
2534
  ```
2535
2535
 
2536
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/create/sandbox.ts)_
2536
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/create/sandbox.ts)_
2537
2537
 
2538
2538
  ## `sf org create scratch`
2539
2539
 
@@ -2686,7 +2686,7 @@ FLAG DESCRIPTIONS
2686
2686
  Omit this flag to have Salesforce generate a unique username for your org.
2687
2687
  ```
2688
2688
 
2689
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/create/scratch.ts)_
2689
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/create/scratch.ts)_
2690
2690
 
2691
2691
  ## `sf org create user`
2692
2692
 
@@ -2792,7 +2792,7 @@ FLAG DESCRIPTIONS
2792
2792
  might be different than what you specify in the definition file.
2793
2793
  ```
2794
2794
 
2795
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.3/src/commands/org/create/user.ts)_
2795
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/create/user.ts)_
2796
2796
 
2797
2797
  ## `sf org delete sandbox`
2798
2798
 
@@ -2836,7 +2836,7 @@ EXAMPLES
2836
2836
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2837
2837
  ```
2838
2838
 
2839
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/delete/sandbox.ts)_
2839
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/delete/sandbox.ts)_
2840
2840
 
2841
2841
  ## `sf org delete scratch`
2842
2842
 
@@ -2878,7 +2878,7 @@ EXAMPLES
2878
2878
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
2879
2879
  ```
2880
2880
 
2881
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/delete/scratch.ts)_
2881
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/delete/scratch.ts)_
2882
2882
 
2883
2883
  ## `sf org disable tracking`
2884
2884
 
@@ -2916,7 +2916,7 @@ EXAMPLES
2916
2916
  $ sf org disable tracking
2917
2917
  ```
2918
2918
 
2919
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/disable/tracking.ts)_
2919
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/disable/tracking.ts)_
2920
2920
 
2921
2921
  ## `sf org display`
2922
2922
 
@@ -2960,7 +2960,7 @@ EXAMPLES
2960
2960
  $ sf org display --target-org TestOrg1 --verbose
2961
2961
  ```
2962
2962
 
2963
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/display.ts)_
2963
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/display.ts)_
2964
2964
 
2965
2965
  ## `sf org display user`
2966
2966
 
@@ -2998,7 +2998,7 @@ EXAMPLES
2998
2998
  $ sf org display user --target-org me@my.org --json
2999
2999
  ```
3000
3000
 
3001
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.3/src/commands/org/display/user.ts)_
3001
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/display/user.ts)_
3002
3002
 
3003
3003
  ## `sf org enable tracking`
3004
3004
 
@@ -3039,7 +3039,7 @@ EXAMPLES
3039
3039
  $ sf org enable tracking
3040
3040
  ```
3041
3041
 
3042
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/enable/tracking.ts)_
3042
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/enable/tracking.ts)_
3043
3043
 
3044
3044
  ## `sf org generate password`
3045
3045
 
@@ -3104,7 +3104,7 @@ EXAMPLES
3104
3104
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3105
3105
  ```
3106
3106
 
3107
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.3/src/commands/org/generate/password.ts)_
3107
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/generate/password.ts)_
3108
3108
 
3109
3109
  ## `sf org list`
3110
3110
 
@@ -3142,7 +3142,7 @@ EXAMPLES
3142
3142
  $ sf org list --clean
3143
3143
  ```
3144
3144
 
3145
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/list.ts)_
3145
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/list.ts)_
3146
3146
 
3147
3147
  ## `sf org list auth`
3148
3148
 
@@ -3173,7 +3173,7 @@ EXAMPLES
3173
3173
  $ sf org list auth
3174
3174
  ```
3175
3175
 
3176
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/list/auth.ts)_
3176
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/list/auth.ts)_
3177
3177
 
3178
3178
  ## `sf org list limits`
3179
3179
 
@@ -3212,7 +3212,7 @@ EXAMPLES
3212
3212
  $ sf org list limits --target-org my-scratch-org
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.13/src/commands/org/list/limits.ts)_
3215
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.14/src/commands/org/list/limits.ts)_
3216
3216
 
3217
3217
  ## `sf org list metadata`
3218
3218
 
@@ -3277,7 +3277,7 @@ FLAG DESCRIPTIONS
3277
3277
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3278
3278
  ```
3279
3279
 
3280
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/list/metadata.ts)_
3280
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/list/metadata.ts)_
3281
3281
 
3282
3282
  ## `sf org list metadata-types`
3283
3283
 
@@ -3331,7 +3331,7 @@ FLAG DESCRIPTIONS
3331
3331
  Override the api version used for api requests made by this command
3332
3332
  ```
3333
3333
 
3334
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/list/metadata-types.ts)_
3334
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/list/metadata-types.ts)_
3335
3335
 
3336
3336
  ## `sf org list sobject record-counts`
3337
3337
 
@@ -3376,7 +3376,7 @@ EXAMPLES
3376
3376
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3377
3377
  ```
3378
3378
 
3379
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.13/src/commands/org/list/sobject/record-counts.ts)_
3379
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.14/src/commands/org/list/sobject/record-counts.ts)_
3380
3380
 
3381
3381
  ## `sf org list users`
3382
3382
 
@@ -3413,7 +3413,7 @@ EXAMPLES
3413
3413
  $ sf org list users --target-org me@my.org
3414
3414
  ```
3415
3415
 
3416
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.3/src/commands/org/list/users.ts)_
3416
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.4/src/commands/org/list/users.ts)_
3417
3417
 
3418
3418
  ## `sf org login access-token`
3419
3419
 
@@ -3466,7 +3466,7 @@ FLAG DESCRIPTIONS
3466
3466
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3467
3467
  ```
3468
3468
 
3469
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/access-token.ts)_
3469
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/access-token.ts)_
3470
3470
 
3471
3471
  ## `sf org login device`
3472
3472
 
@@ -3525,7 +3525,7 @@ FLAG DESCRIPTIONS
3525
3525
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3526
3526
  ```
3527
3527
 
3528
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/device.ts)_
3528
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/device.ts)_
3529
3529
 
3530
3530
  ## `sf org login jwt`
3531
3531
 
@@ -3614,7 +3614,7 @@ FLAG DESCRIPTIONS
3614
3614
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3615
3615
  ```
3616
3616
 
3617
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/jwt.ts)_
3617
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/jwt.ts)_
3618
3618
 
3619
3619
  ## `sf org login sfdx-url`
3620
3620
 
@@ -3679,7 +3679,7 @@ EXAMPLES
3679
3679
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3680
3680
  ```
3681
3681
 
3682
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/sfdx-url.ts)_
3682
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/sfdx-url.ts)_
3683
3683
 
3684
3684
  ## `sf org login web`
3685
3685
 
@@ -3764,7 +3764,7 @@ FLAG DESCRIPTIONS
3764
3764
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3765
3765
  ```
3766
3766
 
3767
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/login/web.ts)_
3767
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/login/web.ts)_
3768
3768
 
3769
3769
  ## `sf org logout`
3770
3770
 
@@ -3824,7 +3824,7 @@ FLAG DESCRIPTIONS
3824
3824
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3825
3825
  ```
3826
3826
 
3827
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.24/src/commands/org/logout.ts)_
3827
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.26/src/commands/org/logout.ts)_
3828
3828
 
3829
3829
  ## `sf org open`
3830
3830
 
@@ -3895,7 +3895,7 @@ EXAMPLES
3895
3895
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
3896
3896
  ```
3897
3897
 
3898
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/open.ts)_
3898
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/open.ts)_
3899
3899
 
3900
3900
  ## `sf org refresh sandbox`
3901
3901
 
@@ -3971,7 +3971,7 @@ FLAG DESCRIPTIONS
3971
3971
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
3972
3972
  ```
3973
3973
 
3974
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/refresh/sandbox.ts)_
3974
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/refresh/sandbox.ts)_
3975
3975
 
3976
3976
  ## `sf org resume sandbox`
3977
3977
 
@@ -4033,7 +4033,7 @@ FLAG DESCRIPTIONS
4033
4033
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4034
4034
  ```
4035
4035
 
4036
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/resume/sandbox.ts)_
4036
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/resume/sandbox.ts)_
4037
4037
 
4038
4038
  ## `sf org resume scratch`
4039
4039
 
@@ -4079,7 +4079,7 @@ FLAG DESCRIPTIONS
4079
4079
  The job ID is valid for 24 hours after you start the scratch org creation.
4080
4080
  ```
4081
4081
 
4082
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.3/src/commands/org/resume/scratch.ts)_
4082
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.6/src/commands/org/resume/scratch.ts)_
4083
4083
 
4084
4084
  ## `sf package1 version create`
4085
4085
 
@@ -5292,7 +5292,7 @@ EXAMPLES
5292
5292
  $ sf plugins discover
5293
5293
  ```
5294
5294
 
5295
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.27/src/commands/plugins/discover.ts)_
5295
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.29/src/commands/plugins/discover.ts)_
5296
5296
 
5297
5297
  ## `sf plugins:inspect PLUGIN...`
5298
5298
 
@@ -6766,7 +6766,7 @@ FLAG DESCRIPTIONS
6766
6766
  Override the api version used for api requests made by this command
6767
6767
  ```
6768
6768
 
6769
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/project/generate.ts)_
6769
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/project/generate.ts)_
6770
6770
 
6771
6771
  ## `sf project generate manifest`
6772
6772
 
@@ -7195,7 +7195,7 @@ FLAG DESCRIPTIONS
7195
7195
  If you don't specify this flag, the command prompts you to choose from your local objects.
7196
7196
  ```
7197
7197
 
7198
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/src/commands/schema/generate/field.ts)_
7198
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/field.ts)_
7199
7199
 
7200
7200
  ## `sf schema generate platformevent`
7201
7201
 
@@ -7224,7 +7224,7 @@ EXAMPLES
7224
7224
  $ sf schema generate platformevent --label "My Platform Event"
7225
7225
  ```
7226
7226
 
7227
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/src/commands/schema/generate/platformevent.ts)_
7227
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/platformevent.ts)_
7228
7228
 
7229
7229
  ## `sf schema generate sobject`
7230
7230
 
@@ -7278,7 +7278,7 @@ FLAG DESCRIPTIONS
7278
7278
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7279
7279
  ```
7280
7280
 
7281
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/src/commands/schema/generate/sobject.ts)_
7281
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/sobject.ts)_
7282
7282
 
7283
7283
  ## `sf schema generate tab`
7284
7284
 
@@ -7325,7 +7325,7 @@ FLAG DESCRIPTIONS
7325
7325
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7326
7326
  ```
7327
7327
 
7328
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.18/src/commands/schema/generate/tab.ts)_
7328
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/tab.ts)_
7329
7329
 
7330
7330
  ## `sf search`
7331
7331
 
@@ -7387,7 +7387,7 @@ EXAMPLES
7387
7387
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7388
7388
  ```
7389
7389
 
7390
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.7/src/commands/sobject/describe.ts)_
7390
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.9/src/commands/sobject/describe.ts)_
7391
7391
 
7392
7392
  ## `sf sobject list`
7393
7393
 
@@ -7425,7 +7425,7 @@ EXAMPLES
7425
7425
  $ sf sobject list --sobject custom --target-org my-scratch-org
7426
7426
  ```
7427
7427
 
7428
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.7/src/commands/sobject/list.ts)_
7428
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.9/src/commands/sobject/list.ts)_
7429
7429
 
7430
7430
  ## `sf static-resource generate`
7431
7431
 
@@ -7485,7 +7485,7 @@ FLAG DESCRIPTIONS
7485
7485
  etc.
7486
7486
  ```
7487
7487
 
7488
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/static-resource/generate.ts)_
7488
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/static-resource/generate.ts)_
7489
7489
 
7490
7490
  ## `sf update [CHANNEL]`
7491
7491
 
@@ -7597,7 +7597,7 @@ FLAG DESCRIPTIONS
7597
7597
  Supplied parameter values or default values are filled into a copy of the template.
7598
7598
  ```
7599
7599
 
7600
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/visualforce/generate/component.ts)_
7600
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/visualforce/generate/component.ts)_
7601
7601
 
7602
7602
  ## `sf visualforce generate page`
7603
7603
 
@@ -7645,7 +7645,7 @@ FLAG DESCRIPTIONS
7645
7645
  The name can be up to 40 characters and must start with a letter.
7646
7646
  ```
7647
7647
 
7648
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.21/src/commands/visualforce/generate/page.ts)_
7648
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.23/src/commands/visualforce/generate/page.ts)_
7649
7649
 
7650
7650
  ## `sf which`
7651
7651
 
@@ -7667,6 +7667,6 @@ EXAMPLES
7667
7667
  $ sf which help
7668
7668
  ```
7669
7669
 
7670
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.4/src/commands/which.ts)_
7670
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.5/src/commands/which.ts)_
7671
7671
 
7672
7672
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.34.3",
3
+ "version": "2.34.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.34.3",
9
+ "version": "2.34.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -21,25 +21,25 @@
21
21
  "@oclif/plugin-update": "4.2.0",
22
22
  "@oclif/plugin-version": "2.0.14",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.14",
24
- "@oclif/plugin-which": "3.1.4",
24
+ "@oclif/plugin-which": "3.1.5",
25
25
  "@salesforce/core": "^6.1.4",
26
- "@salesforce/plugin-apex": "3.0.30",
27
- "@salesforce/plugin-auth": "3.3.24",
28
- "@salesforce/plugin-data": "3.1.9",
26
+ "@salesforce/plugin-apex": "3.0.31",
27
+ "@salesforce/plugin-auth": "3.3.26",
28
+ "@salesforce/plugin-data": "3.1.11",
29
29
  "@salesforce/plugin-deploy-retrieve": "3.2.34",
30
- "@salesforce/plugin-info": "3.0.31",
31
- "@salesforce/plugin-limits": "3.1.13",
32
- "@salesforce/plugin-marketplace": "1.0.27",
33
- "@salesforce/plugin-org": "3.4.3",
30
+ "@salesforce/plugin-info": "3.0.33",
31
+ "@salesforce/plugin-limits": "3.1.14",
32
+ "@salesforce/plugin-marketplace": "1.0.29",
33
+ "@salesforce/plugin-org": "3.4.6",
34
34
  "@salesforce/plugin-packaging": "2.1.12",
35
- "@salesforce/plugin-schema": "3.1.7",
35
+ "@salesforce/plugin-schema": "3.1.9",
36
36
  "@salesforce/plugin-settings": "2.0.31",
37
- "@salesforce/plugin-sobject": "1.1.18",
37
+ "@salesforce/plugin-sobject": "1.1.20",
38
38
  "@salesforce/plugin-source": "3.1.22",
39
39
  "@salesforce/plugin-telemetry": "3.1.17",
40
- "@salesforce/plugin-templates": "56.0.21",
40
+ "@salesforce/plugin-templates": "56.0.23",
41
41
  "@salesforce/plugin-trust": "3.3.17",
42
- "@salesforce/plugin-user": "3.3.3",
42
+ "@salesforce/plugin-user": "3.3.4",
43
43
  "@salesforce/sf-plugins-core": "7.1.15",
44
44
  "chalk": "^5.3.0",
45
45
  "debug": "^4.3.4",
@@ -3215,9 +3215,9 @@
3215
3215
  }
3216
3216
  },
3217
3217
  "node_modules/@inquirer/type": {
3218
- "version": "1.2.0",
3219
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
3220
- "integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
3218
+ "version": "1.2.1",
3219
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
3220
+ "integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
3221
3221
  "license": "MIT",
3222
3222
  "engines": {
3223
3223
  "node": ">=18"
@@ -7296,12 +7296,12 @@
7296
7296
  }
7297
7297
  },
7298
7298
  "node_modules/@oclif/plugin-which": {
7299
- "version": "3.1.4",
7300
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.4.tgz",
7301
- "integrity": "sha512-kcRidBdlMFbYOcRDjSV+6JvX3VDH3P/+AnI/4dN4hePw0H8FCWbpkMaYn6wlo5GZaLbTaenoEZaE7yK9F/OXaw==",
7299
+ "version": "3.1.5",
7300
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.5.tgz",
7301
+ "integrity": "sha512-S/SES51euBaaFAp4GAR/+zQuExVi/IG8+e0EPI+/oYrzIHoKfXbWiqb2eMODIzNfGNEmKNxlqP3kJM4Bds+yxQ==",
7302
7302
  "license": "MIT",
7303
7303
  "dependencies": {
7304
- "@oclif/core": "^3.23.0"
7304
+ "@oclif/core": "^3.25.2"
7305
7305
  },
7306
7306
  "engines": {
7307
7307
  "node": ">=18.0.0"
@@ -7833,9 +7833,9 @@
7833
7833
  }
7834
7834
  },
7835
7835
  "node_modules/@salesforce/packaging/node_modules/fast-xml-parser": {
7836
- "version": "4.3.5",
7837
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz",
7838
- "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==",
7836
+ "version": "4.3.6",
7837
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
7838
+ "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
7839
7839
  "funding": [
7840
7840
  {
7841
7841
  "type": "github",
@@ -7855,16 +7855,16 @@
7855
7855
  }
7856
7856
  },
7857
7857
  "node_modules/@salesforce/plugin-apex": {
7858
- "version": "3.0.30",
7859
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.30.tgz",
7860
- "integrity": "sha512-9b7E+bQRf02jU8Frh7kVEGmskxOUD/Snre1vVNSiB5HO2BxzBIIken0rFNmWTfxKFCKmjIteCNHkJ1Mwa6o+zQ==",
7858
+ "version": "3.0.31",
7859
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.31.tgz",
7860
+ "integrity": "sha512-UZ4IaSnTWTOTG53lB8OKw8TSH0CRaBIT0exyoG5V7S5UaJOQGPVv/kb0xDiCYqzy+reyqVNTFip9XADQnE0RQw==",
7861
7861
  "license": "BSD-3-Clause",
7862
7862
  "dependencies": {
7863
7863
  "@oclif/core": "^3.23.0",
7864
7864
  "@salesforce/apex-node": "^3.1.0",
7865
7865
  "@salesforce/core": "^6.5.1",
7866
7866
  "@salesforce/kit": "^3.0.15",
7867
- "@salesforce/sf-plugins-core": "^7.1.14",
7867
+ "@salesforce/sf-plugins-core": "^7.1.15",
7868
7868
  "chalk": "^5.3.0",
7869
7869
  "color-convert": "^2.0.1",
7870
7870
  "color-name": "^2.0.0"
@@ -7883,17 +7883,17 @@
7883
7883
  }
7884
7884
  },
7885
7885
  "node_modules/@salesforce/plugin-auth": {
7886
- "version": "3.3.24",
7887
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.24.tgz",
7888
- "integrity": "sha512-xA/mLPduYuDoRGZg/qg/olj6Nn0LyUJyIHeFBCkydkzBcbOEWi1J3r+cDMYc6CANaMWACOXlFW8qo8OK2syRoA==",
7886
+ "version": "3.3.26",
7887
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.26.tgz",
7888
+ "integrity": "sha512-cjHU4ggHtpCrE9MQUjzZUhZN2KL4GHyf3L7oOFU86IWGBBB177rXJQFIWDgZTSaZ2aa35AegfLTNKAiYbQjxDA==",
7889
7889
  "license": "BSD-3-Clause",
7890
7890
  "dependencies": {
7891
7891
  "@inquirer/checkbox": "^1.5.2",
7892
7892
  "@inquirer/select": "^1.3.3",
7893
7893
  "@oclif/core": "^3.25.2",
7894
- "@salesforce/core": "^6.7.0",
7894
+ "@salesforce/core": "^6.7.1",
7895
7895
  "@salesforce/kit": "^3.0.15",
7896
- "@salesforce/sf-plugins-core": "^7.1.14",
7896
+ "@salesforce/sf-plugins-core": "^7.1.15",
7897
7897
  "@salesforce/ts-types": "^2.0.9",
7898
7898
  "chalk": "^5.3.0",
7899
7899
  "open": "^10.1.0"
@@ -7959,15 +7959,15 @@
7959
7959
  }
7960
7960
  },
7961
7961
  "node_modules/@salesforce/plugin-data": {
7962
- "version": "3.1.9",
7963
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.1.9.tgz",
7964
- "integrity": "sha512-jVWGw9qCPeG/vdGTAhblBYzwlUL8KHiJSTpW95jN9sw6snuIbF4/RrgFKUbq3WeqOE1IgDC7TJuDL07bHZQJfQ==",
7962
+ "version": "3.1.11",
7963
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.1.11.tgz",
7964
+ "integrity": "sha512-O8AJLU9M5rPMYOg65fW/cVZ6KnPbxdsVEbXYQ1W4diHOGB1i6N/nRhdMvDkR0J8NuP9kTYikyfyJ63Os9Ljg0g==",
7965
7965
  "license": "BSD-3-Clause",
7966
7966
  "dependencies": {
7967
7967
  "@oclif/core": "^3.23.0",
7968
- "@salesforce/core": "^6.5.5",
7968
+ "@salesforce/core": "^6.7.1",
7969
7969
  "@salesforce/kit": "^3.0.15",
7970
- "@salesforce/sf-plugins-core": "^7.1.14",
7970
+ "@salesforce/sf-plugins-core": "^7.1.15",
7971
7971
  "@salesforce/ts-types": "^2.0.9",
7972
7972
  "chalk": "^5.3.0",
7973
7973
  "change-case": "^5.4.3",
@@ -8007,14 +8007,14 @@
8007
8007
  }
8008
8008
  },
8009
8009
  "node_modules/@salesforce/plugin-info": {
8010
- "version": "3.0.31",
8011
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.31.tgz",
8012
- "integrity": "sha512-wjzYtk/UeKepXjWPtWX3vSbj/FzPBY+QSwwvof2j8oP/7tLIOykugN6Fxv4QD2+Jz0LXKGdsTb0AidZkwSBHXw==",
8010
+ "version": "3.0.33",
8011
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.33.tgz",
8012
+ "integrity": "sha512-5vzLqJtlhFWCbddRfmDdXt4Fb7anxctTkwkk7rJU+5FR3b+l1OlVhCxlUwltaztnrTFYMVg+IpG0UKPo7Cli0A==",
8013
8013
  "license": "BSD-3-Clause",
8014
8014
  "dependencies": {
8015
- "@inquirer/input": "^2.0.2",
8015
+ "@inquirer/input": "^2.1.0",
8016
8016
  "@oclif/core": "^3.23.0",
8017
- "@salesforce/core": "^6.5.2",
8017
+ "@salesforce/core": "^6.7.1",
8018
8018
  "@salesforce/kit": "^3.0.15",
8019
8019
  "@salesforce/sf-plugins-core": "^7.1.11",
8020
8020
  "got": "^13.0.0",
@@ -8029,14 +8029,14 @@
8029
8029
  }
8030
8030
  },
8031
8031
  "node_modules/@salesforce/plugin-info/node_modules/@inquirer/core": {
8032
- "version": "7.0.2",
8033
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.0.2.tgz",
8034
- "integrity": "sha512-yya2GLO8lIi+yGytrOQ6unbrRGi8JiC+lWtlIsCUsDgMcCdO75vOuqGIUKXvfBkeZLOzs4WcSioXvpBzo0B0+Q==",
8032
+ "version": "7.1.0",
8033
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
8034
+ "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
8035
8035
  "license": "MIT",
8036
8036
  "dependencies": {
8037
- "@inquirer/type": "^1.2.0",
8037
+ "@inquirer/type": "^1.2.1",
8038
8038
  "@types/mute-stream": "^0.0.4",
8039
- "@types/node": "^20.11.25",
8039
+ "@types/node": "^20.11.26",
8040
8040
  "@types/wrap-ansi": "^3.0.0",
8041
8041
  "ansi-escapes": "^4.3.2",
8042
8042
  "chalk": "^4.1.2",
@@ -8054,13 +8054,13 @@
8054
8054
  }
8055
8055
  },
8056
8056
  "node_modules/@salesforce/plugin-info/node_modules/@inquirer/input": {
8057
- "version": "2.0.2",
8058
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.0.2.tgz",
8059
- "integrity": "sha512-2qCyolURnBo1EArkH/JnOfMGEUdsjVbmKaeHf7Rq1EW4KK+zj4sPAizDFkEC03NoSzPTGLV+4riiAybdx177KQ==",
8057
+ "version": "2.1.0",
8058
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
8059
+ "integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
8060
8060
  "license": "MIT",
8061
8061
  "dependencies": {
8062
- "@inquirer/core": "^7.0.2",
8063
- "@inquirer/type": "^1.2.0"
8062
+ "@inquirer/core": "^7.1.0",
8063
+ "@inquirer/type": "^1.2.1"
8064
8064
  },
8065
8065
  "engines": {
8066
8066
  "node": ">=18"
@@ -8107,30 +8107,30 @@
8107
8107
  }
8108
8108
  },
8109
8109
  "node_modules/@salesforce/plugin-limits": {
8110
- "version": "3.1.13",
8111
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.13.tgz",
8112
- "integrity": "sha512-qYqJWBER0gEiWCtSm8Fyfy8oPhQ7OZa2D3DMBQeWssRQ28hFuE3BVQkpHXLtZgQQ82NMblF5gaFiFFbjefy2/g==",
8110
+ "version": "3.1.14",
8111
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.14.tgz",
8112
+ "integrity": "sha512-5FI4Z5g+xh4rwsZHp8o7bCtTO3L5zRFuja0AHCSki/HqkxCA7Sv0vTrJIuJbaINXpuDnTCGze2B24xZ+M+3oBA==",
8113
8113
  "license": "BSD-3-Clause",
8114
8114
  "dependencies": {
8115
8115
  "@oclif/core": "^3.19.2",
8116
8116
  "@salesforce/core": "^6.5.2",
8117
8117
  "@salesforce/kit": "^3.0.15",
8118
- "@salesforce/sf-plugins-core": "^7.1.14"
8118
+ "@salesforce/sf-plugins-core": "^7.1.15"
8119
8119
  },
8120
8120
  "engines": {
8121
8121
  "node": ">=18.0.0"
8122
8122
  }
8123
8123
  },
8124
8124
  "node_modules/@salesforce/plugin-marketplace": {
8125
- "version": "1.0.27",
8126
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.27.tgz",
8127
- "integrity": "sha512-veLKMl1fO1lvLRPCNQhCK35G8TYBxnulq98BXZj8WaDtmNPVQo5uqSw66oNtKl/nKqpYB+BPQ3BS4JgR54q3Xg==",
8125
+ "version": "1.0.29",
8126
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.29.tgz",
8127
+ "integrity": "sha512-xCYhaNmIp+zA+WFXtw00ZwH3lD86ca6Jo69L4NL59SyRhA8Xeu3xmrpwzHxvJyaRp4B+kglU3rA1Yq+PeayRAA==",
8128
8128
  "license": "BSD-3-Clause",
8129
8129
  "dependencies": {
8130
8130
  "@oclif/core": "^3.19.2",
8131
- "@salesforce/core": "^6.5.1",
8131
+ "@salesforce/core": "^6.7.1",
8132
8132
  "@salesforce/kit": "^3.0.15",
8133
- "@salesforce/sf-plugins-core": "^7.1.14",
8133
+ "@salesforce/sf-plugins-core": "^7.1.15",
8134
8134
  "got": "^13.0.0",
8135
8135
  "proxy-agent": "^6.4.0"
8136
8136
  },
@@ -8139,16 +8139,16 @@
8139
8139
  }
8140
8140
  },
8141
8141
  "node_modules/@salesforce/plugin-org": {
8142
- "version": "3.4.3",
8143
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.4.3.tgz",
8144
- "integrity": "sha512-LL55oyEC8RnmoMIo9ja5yj1YJc2w2+t3Ioqme0O0jlJarxkLuSVpu7vLM6117ZSQg8bawz7afCk9vYuZR2oaPA==",
8142
+ "version": "3.4.6",
8143
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.4.6.tgz",
8144
+ "integrity": "sha512-zxZqGAW3cmc+dO/2W1j9aoz7IPl1L2RFP7iapBJQNMZPFyW8Ti9f80qt/zt3gvG9wjtrBrkSrSqscl8N6DLWag==",
8145
8145
  "license": "BSD-3-Clause",
8146
8146
  "dependencies": {
8147
- "@oclif/core": "^3.23.0",
8147
+ "@oclif/core": "^3.25.2",
8148
8148
  "@salesforce/core": "^6.6.0",
8149
8149
  "@salesforce/kit": "^3.0.15",
8150
- "@salesforce/sf-plugins-core": "^7.1.14",
8151
- "@salesforce/source-deploy-retrieve": "^10.5.1",
8150
+ "@salesforce/sf-plugins-core": "^7.1.15",
8151
+ "@salesforce/source-deploy-retrieve": "^10.5.2",
8152
8152
  "chalk": "^5.3.0",
8153
8153
  "change-case": "^5.4.3",
8154
8154
  "is-wsl": "^3.1.0",
@@ -8390,13 +8390,13 @@
8390
8390
  }
8391
8391
  },
8392
8392
  "node_modules/@salesforce/plugin-schema": {
8393
- "version": "3.1.7",
8394
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.7.tgz",
8395
- "integrity": "sha512-B3riFdJ4mx2ui2Ur+6mimdVT60tJuWI+xHUdbAcXznI8/fVoAXexq/bt+xu2Pnbs1UcF1LZ4hUwUamM8Ms4Q6w==",
8393
+ "version": "3.1.9",
8394
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.9.tgz",
8395
+ "integrity": "sha512-nvy0i1T81b2PIvwtX0gvqgscIRWTDx7MxNtLU30qHc1Cfn2QkFix0wKN9TCkcyk9MYHc75FDlM3+fQNTIZqFMg==",
8396
8396
  "license": "BSD-3-Clause",
8397
8397
  "dependencies": {
8398
- "@oclif/core": "^3.20.0",
8399
- "@salesforce/core": "^6.5.5",
8398
+ "@oclif/core": "^3.25.2",
8399
+ "@salesforce/core": "^6.7.1",
8400
8400
  "@salesforce/sf-plugins-core": "^5.0.10"
8401
8401
  },
8402
8402
  "engines": {
@@ -8453,20 +8453,20 @@
8453
8453
  }
8454
8454
  },
8455
8455
  "node_modules/@salesforce/plugin-sobject": {
8456
- "version": "1.1.18",
8457
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.18.tgz",
8458
- "integrity": "sha512-plWndTrfTIiT+iiwieQOU619TkKMSyOEOgZKC79UN4q3e/LgZRd9okEosS9mlslILvo0VxtqeyAiLnFFzlEmZQ==",
8456
+ "version": "1.1.20",
8457
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.20.tgz",
8458
+ "integrity": "sha512-HnwtJ1fYdX3lK/IOIm18HsyAiL1mvzjv8YULUdKIbgFtqtyQrjGfIpeut62KD29nsSH6NxGdSVZ+4PnceT0+1Q==",
8459
8459
  "license": "BSD-3-Clause",
8460
8460
  "dependencies": {
8461
8461
  "@inquirer/confirm": "^2.0.17",
8462
8462
  "@inquirer/input": "^1.2.16",
8463
8463
  "@inquirer/select": "^1.3.3",
8464
- "@oclif/core": "^3.23.0",
8464
+ "@oclif/core": "^3.25.2",
8465
8465
  "@salesforce/core": "^6.5.3",
8466
8466
  "@salesforce/kit": "^3.0.15",
8467
8467
  "@salesforce/sf-plugins-core": "^7.1.14",
8468
8468
  "fast-glob": "^3.3.2",
8469
- "fast-xml-parser": "^4.3.5",
8469
+ "fast-xml-parser": "^4.3.6",
8470
8470
  "js2xmlparser": "^4.0.2"
8471
8471
  },
8472
8472
  "engines": {
@@ -8474,9 +8474,9 @@
8474
8474
  }
8475
8475
  },
8476
8476
  "node_modules/@salesforce/plugin-sobject/node_modules/fast-xml-parser": {
8477
- "version": "4.3.5",
8478
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz",
8479
- "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==",
8477
+ "version": "4.3.6",
8478
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
8479
+ "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
8480
8480
  "funding": [
8481
8481
  {
8482
8482
  "type": "github",
@@ -8533,13 +8533,13 @@
8533
8533
  }
8534
8534
  },
8535
8535
  "node_modules/@salesforce/plugin-templates": {
8536
- "version": "56.0.21",
8537
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.21.tgz",
8538
- "integrity": "sha512-42ni3OyyOM6mAZWm1JpY/MF2t7/52BzTo5r5ay0ISJvWDaciSvBGViL6Zl6m85tGFvDgctyHPJch2VKtix2XRg==",
8536
+ "version": "56.0.23",
8537
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.23.tgz",
8538
+ "integrity": "sha512-gZLuBwZVykjVGTm2uftpck61E2UAc4NkFgu+sIh+huKEto7vnMVgXtUL+wdME7so+rHVm8Kv3toqYjJ4Kt7qYA==",
8539
8539
  "license": "BSD-3-Clause",
8540
8540
  "dependencies": {
8541
- "@oclif/core": "^3.20.0",
8542
- "@salesforce/core": "^6.4.2",
8541
+ "@oclif/core": "^3.25.2",
8542
+ "@salesforce/core": "^6.7.1",
8543
8543
  "@salesforce/sf-plugins-core": "^7.1.14",
8544
8544
  "@salesforce/templates": "^59.0.4",
8545
8545
  "yeoman-environment": "^3",
@@ -8573,13 +8573,13 @@
8573
8573
  }
8574
8574
  },
8575
8575
  "node_modules/@salesforce/plugin-user": {
8576
- "version": "3.3.3",
8577
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.3.3.tgz",
8578
- "integrity": "sha512-pwXJgWECgbWWpIFdaeugxavRhGH+/x9UChPMa7Ql3vZoK6GbWiAX45zTu3TjLi31Z3yOsNaR/1lU5/ISyotMOg==",
8576
+ "version": "3.3.4",
8577
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.3.4.tgz",
8578
+ "integrity": "sha512-7RwFyEKVBP2CnEx1cpbimPr4eBH3pmx8zJn5hJVXbDcgz7bRgSN77Amtht/JxA6/4C183kyJRsCPtop51HeFSQ==",
8579
8579
  "license": "BSD-3-Clause",
8580
8580
  "dependencies": {
8581
8581
  "@oclif/core": "^3.23.0",
8582
- "@salesforce/core": "^6.4.2",
8582
+ "@salesforce/core": "^6.7.1",
8583
8583
  "@salesforce/kit": "^3.0.15",
8584
8584
  "@salesforce/sf-plugins-core": "^7.1.14",
8585
8585
  "@salesforce/ts-types": "^2.0.9"
@@ -8695,9 +8695,9 @@
8695
8695
  }
8696
8696
  },
8697
8697
  "node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
8698
- "version": "4.3.5",
8699
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz",
8700
- "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==",
8698
+ "version": "4.3.6",
8699
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
8700
+ "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
8701
8701
  "funding": [
8702
8702
  {
8703
8703
  "type": "github",
@@ -8803,13 +8803,13 @@
8803
8803
  }
8804
8804
  },
8805
8805
  "node_modules/@salesforce/source-tracking": {
8806
- "version": "5.1.16",
8807
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.16.tgz",
8808
- "integrity": "sha512-AiK05R7efePjHa8l5RnEsOKPc28v5cuNfYQGTV88ptOa60UfBTOllGVYQl4I+6XeGgqFaHBvjzhUxforc6g3kg==",
8806
+ "version": "5.1.17",
8807
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.17.tgz",
8808
+ "integrity": "sha512-3pOR1Ihdmn09WwxvAZHYESLo7W6vAbxszkE+6CbuzCPzEGHmJovgWl1ObiGHDo5Ek3P9up7fwLH6FgqSBDh/zg==",
8809
8809
  "license": "BSD-3-Clause",
8810
8810
  "dependencies": {
8811
8811
  "@oclif/core": "^3.25.2",
8812
- "@salesforce/core": "^6.7.0",
8812
+ "@salesforce/core": "^6.7.1",
8813
8813
  "@salesforce/kit": "^3.0.15",
8814
8814
  "@salesforce/source-deploy-retrieve": "^10.5.2",
8815
8815
  "@salesforce/ts-types": "^2.0.9",
@@ -8823,9 +8823,9 @@
8823
8823
  }
8824
8824
  },
8825
8825
  "node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
8826
- "version": "4.3.5",
8827
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz",
8828
- "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==",
8826
+ "version": "4.3.6",
8827
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz",
8828
+ "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==",
8829
8829
  "funding": [
8830
8830
  {
8831
8831
  "type": "github",
@@ -10344,9 +10344,9 @@
10344
10344
  }
10345
10345
  },
10346
10346
  "node_modules/@types/node": {
10347
- "version": "20.11.26",
10348
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.26.tgz",
10349
- "integrity": "sha512-YwOMmyhNnAWijOBQweOJnQPl068Oqd4K3OFbTc6AHJwzweUwwWG3GIFY74OKks2PJUDkQPeddOQES9mLn1CTEQ==",
10347
+ "version": "20.11.28",
10348
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.28.tgz",
10349
+ "integrity": "sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==",
10350
10350
  "license": "MIT",
10351
10351
  "dependencies": {
10352
10352
  "undici-types": "~5.26.4"
@@ -5190,5 +5190,5 @@
5190
5190
  ]
5191
5191
  }
5192
5192
  },
5193
- "version": "2.34.3"
5193
+ "version": "2.34.4"
5194
5194
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.34.3",
4
+ "version": "2.34.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -73,7 +73,7 @@
73
73
  "@salesforce/plugin-user"
74
74
  ],
75
75
  "jitPlugins": {
76
- "@salesforce/plugin-custom-metadata": "3.1.17",
76
+ "@salesforce/plugin-custom-metadata": "3.1.18",
77
77
  "@salesforce/plugin-community": "3.0.27",
78
78
  "@salesforce/plugin-dev": "2.1.15",
79
79
  "@salesforce/plugin-devops-center": "1.2.9",
@@ -146,25 +146,25 @@
146
146
  "@oclif/plugin-update": "4.2.0",
147
147
  "@oclif/plugin-version": "2.0.14",
148
148
  "@oclif/plugin-warn-if-update-available": "3.0.14",
149
- "@oclif/plugin-which": "3.1.4",
149
+ "@oclif/plugin-which": "3.1.5",
150
150
  "@salesforce/core": "^6.1.4",
151
- "@salesforce/plugin-apex": "3.0.30",
152
- "@salesforce/plugin-auth": "3.3.24",
153
- "@salesforce/plugin-data": "3.1.9",
151
+ "@salesforce/plugin-apex": "3.0.31",
152
+ "@salesforce/plugin-auth": "3.3.26",
153
+ "@salesforce/plugin-data": "3.1.11",
154
154
  "@salesforce/plugin-deploy-retrieve": "3.2.34",
155
- "@salesforce/plugin-info": "3.0.31",
156
- "@salesforce/plugin-limits": "3.1.13",
157
- "@salesforce/plugin-marketplace": "1.0.27",
158
- "@salesforce/plugin-org": "3.4.3",
155
+ "@salesforce/plugin-info": "3.0.33",
156
+ "@salesforce/plugin-limits": "3.1.14",
157
+ "@salesforce/plugin-marketplace": "1.0.29",
158
+ "@salesforce/plugin-org": "3.4.6",
159
159
  "@salesforce/plugin-packaging": "2.1.12",
160
- "@salesforce/plugin-schema": "3.1.7",
160
+ "@salesforce/plugin-schema": "3.1.9",
161
161
  "@salesforce/plugin-settings": "2.0.31",
162
- "@salesforce/plugin-sobject": "1.1.18",
162
+ "@salesforce/plugin-sobject": "1.1.20",
163
163
  "@salesforce/plugin-source": "3.1.22",
164
164
  "@salesforce/plugin-telemetry": "3.1.17",
165
- "@salesforce/plugin-templates": "56.0.21",
165
+ "@salesforce/plugin-templates": "56.0.23",
166
166
  "@salesforce/plugin-trust": "3.3.17",
167
- "@salesforce/plugin-user": "3.3.3",
167
+ "@salesforce/plugin-user": "3.3.4",
168
168
  "@salesforce/sf-plugins-core": "7.1.15",
169
169
  "chalk": "^5.3.0",
170
170
  "debug": "^4.3.4",
@@ -205,7 +205,7 @@
205
205
  "@salesforce/schemas": "1.6.1",
206
206
  "@salesforce/templates": "60.1.0",
207
207
  "@salesforce/source-deploy-retrieve": "10.5.2",
208
- "@salesforce/source-tracking": "5.1.16"
208
+ "@salesforce/source-tracking": "5.1.17"
209
209
  },
210
210
  "repository": "salesforcecli/cli",
211
211
  "scripts": {