@salesforce/cli 2.60.10 → 2.60.11

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.60.10 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.60.11 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -205,7 +205,7 @@ EXAMPLES
205
205
  $ sf alias list
206
206
  ```
207
207
 
208
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/alias/list.ts)_
208
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/list.ts)_
209
209
 
210
210
  ## `sf alias set`
211
211
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
255
255
  ```
256
256
 
257
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/alias/set.ts)_
257
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/set.ts)_
258
258
 
259
259
  ## `sf alias unset`
260
260
 
@@ -294,7 +294,7 @@ EXAMPLES
294
294
  $ sf alias unset --all [--no-prompt]
295
295
  ```
296
296
 
297
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/alias/unset.ts)_
297
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/unset.ts)_
298
298
 
299
299
  ## `sf analytics generate template`
300
300
 
@@ -336,7 +336,7 @@ FLAG DESCRIPTIONS
336
336
  directory.
337
337
  ```
338
338
 
339
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/analytics/generate/template.ts)_
339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/analytics/generate/template.ts)_
340
340
 
341
341
  ## `sf apex generate class`
342
342
 
@@ -395,7 +395,7 @@ FLAG DESCRIPTIONS
395
395
  Supplied parameter values or default values are filled into a copy of the template.
396
396
  ```
397
397
 
398
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/apex/generate/class.ts)_
398
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/apex/generate/class.ts)_
399
399
 
400
400
  ## `sf apex generate trigger`
401
401
 
@@ -464,7 +464,7 @@ FLAG DESCRIPTIONS
464
464
  Supplied parameter values or default values are filled into a copy of the template.
465
465
  ```
466
466
 
467
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/apex/generate/trigger.ts)_
467
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/apex/generate/trigger.ts)_
468
468
 
469
469
  ## `sf apex get log`
470
470
 
@@ -1074,7 +1074,7 @@ CONFIGURATION VARIABLES
1074
1074
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1075
1075
  ```
1076
1076
 
1077
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/get.ts)_
1077
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/get.ts)_
1078
1078
 
1079
1079
  ## `sf config list`
1080
1080
 
@@ -1114,7 +1114,7 @@ EXAMPLES
1114
1114
  $ sf config list
1115
1115
  ```
1116
1116
 
1117
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/list.ts)_
1117
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/list.ts)_
1118
1118
 
1119
1119
  ## `sf config set`
1120
1120
 
@@ -1183,7 +1183,7 @@ CONFIGURATION VARIABLES
1183
1183
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1184
1184
  ```
1185
1185
 
1186
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/set.ts)_
1186
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/set.ts)_
1187
1187
 
1188
1188
  ## `sf config unset`
1189
1189
 
@@ -1233,7 +1233,7 @@ CONFIGURATION VARIABLES
1233
1233
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1234
1234
  ```
1235
1235
 
1236
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/unset.ts)_
1236
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/unset.ts)_
1237
1237
 
1238
1238
  ## `sf data create file`
1239
1239
 
@@ -1282,7 +1282,7 @@ EXAMPLES
1282
1282
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1283
1283
  ```
1284
1284
 
1285
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/create/file.ts)_
1285
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/create/file.ts)_
1286
1286
 
1287
1287
  ## `sf data create record`
1288
1288
 
@@ -1338,7 +1338,7 @@ EXAMPLES
1338
1338
  TracedEntityId=01p17000000R6bLAAS"
1339
1339
  ```
1340
1340
 
1341
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/create/record.ts)_
1341
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/create/record.ts)_
1342
1342
 
1343
1343
  ## `sf data delete bulk`
1344
1344
 
@@ -1396,7 +1396,7 @@ FLAG DESCRIPTIONS
1396
1396
  and can be enabled only by a system administrator.
1397
1397
  ```
1398
1398
 
1399
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/bulk.ts)_
1399
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/bulk.ts)_
1400
1400
 
1401
1401
  ## `sf data delete record`
1402
1402
 
@@ -1457,7 +1457,7 @@ EXAMPLES
1457
1457
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1458
1458
  ```
1459
1459
 
1460
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/record.ts)_
1460
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/record.ts)_
1461
1461
 
1462
1462
  ## `sf data delete resume`
1463
1463
 
@@ -1496,7 +1496,7 @@ EXAMPLES
1496
1496
  $ sf data delete resume --use-most-recent --target-org my-scratch
1497
1497
  ```
1498
1498
 
1499
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/resume.ts)_
1499
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/resume.ts)_
1500
1500
 
1501
1501
  ## `sf data export tree`
1502
1502
 
@@ -1557,7 +1557,7 @@ EXAMPLES
1557
1557
  my-scratch
1558
1558
  ```
1559
1559
 
1560
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/export/tree.ts)_
1560
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/export/tree.ts)_
1561
1561
 
1562
1562
  ## `sf data get record`
1563
1563
 
@@ -1621,7 +1621,7 @@ EXAMPLES
1621
1621
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1622
1622
  ```
1623
1623
 
1624
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/get/record.ts)_
1624
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/get/record.ts)_
1625
1625
 
1626
1626
  ## `sf data import tree`
1627
1627
 
@@ -1686,7 +1686,7 @@ FLAG DESCRIPTIONS
1686
1686
  - files(array) - Files: An array of files paths to load
1687
1687
  ```
1688
1688
 
1689
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/import/tree.ts)_
1689
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/import/tree.ts)_
1690
1690
 
1691
1691
  ## `sf data query`
1692
1692
 
@@ -1750,7 +1750,7 @@ EXAMPLES
1750
1750
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1751
1751
  ```
1752
1752
 
1753
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/query.ts)_
1753
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/query.ts)_
1754
1754
 
1755
1755
  ## `sf data query resume`
1756
1756
 
@@ -1788,7 +1788,7 @@ EXAMPLES
1788
1788
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1789
1789
  ```
1790
1790
 
1791
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/query/resume.ts)_
1791
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/query/resume.ts)_
1792
1792
 
1793
1793
  ## `sf data resume`
1794
1794
 
@@ -1825,7 +1825,7 @@ EXAMPLES
1825
1825
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1826
1826
  ```
1827
1827
 
1828
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/resume.ts)_
1828
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/resume.ts)_
1829
1829
 
1830
1830
  ## `sf data search`
1831
1831
 
@@ -1875,7 +1875,7 @@ EXAMPLES
1875
1875
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
1876
1876
  ```
1877
1877
 
1878
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/search.ts)_
1878
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/search.ts)_
1879
1879
 
1880
1880
  ## `sf data update record`
1881
1881
 
@@ -1937,7 +1937,7 @@ EXAMPLES
1937
1937
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1938
1938
  ```
1939
1939
 
1940
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/update/record.ts)_
1940
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/update/record.ts)_
1941
1941
 
1942
1942
  ## `sf data upsert bulk`
1943
1943
 
@@ -1990,7 +1990,7 @@ EXAMPLES
1990
1990
  my-scratch
1991
1991
  ```
1992
1992
 
1993
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/upsert/bulk.ts)_
1993
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/upsert/bulk.ts)_
1994
1994
 
1995
1995
  ## `sf data upsert resume`
1996
1996
 
@@ -2029,7 +2029,7 @@ EXAMPLES
2029
2029
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2030
2030
  ```
2031
2031
 
2032
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/upsert/resume.ts)_
2032
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/upsert/resume.ts)_
2033
2033
 
2034
2034
  ## `sf doctor`
2035
2035
 
@@ -2124,7 +2124,7 @@ EXAMPLES
2124
2124
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2125
2125
  ```
2126
2126
 
2127
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/delete.ts)_
2127
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/delete.ts)_
2128
2128
 
2129
2129
  ## `sf force data bulk status`
2130
2130
 
@@ -2161,7 +2161,7 @@ EXAMPLES
2161
2161
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2162
2162
  ```
2163
2163
 
2164
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/status.ts)_
2164
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/status.ts)_
2165
2165
 
2166
2166
  ## `sf force data bulk upsert`
2167
2167
 
@@ -2219,7 +2219,7 @@ EXAMPLES
2219
2219
  --target-org my-scratch
2220
2220
  ```
2221
2221
 
2222
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/upsert.ts)_
2222
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/upsert.ts)_
2223
2223
 
2224
2224
  ## `sf help [COMMAND]`
2225
2225
 
@@ -2239,7 +2239,7 @@ DESCRIPTION
2239
2239
  Display help for sf.
2240
2240
  ```
2241
2241
 
2242
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.11/src/commands/help.ts)_
2242
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.12/src/commands/help.ts)_
2243
2243
 
2244
2244
  ## `sf info releasenotes display`
2245
2245
 
@@ -2334,7 +2334,7 @@ FLAG DESCRIPTIONS
2334
2334
  Supplied parameter values or default values are filled into a copy of the template.
2335
2335
  ```
2336
2336
 
2337
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/app.ts)_
2337
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/app.ts)_
2338
2338
 
2339
2339
  ## `sf lightning generate component`
2340
2340
 
@@ -2403,7 +2403,7 @@ FLAG DESCRIPTIONS
2403
2403
  Supplied parameter values or default values are filled into a copy of the template.
2404
2404
  ```
2405
2405
 
2406
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/component.ts)_
2406
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/component.ts)_
2407
2407
 
2408
2408
  ## `sf lightning generate event`
2409
2409
 
@@ -2458,7 +2458,7 @@ FLAG DESCRIPTIONS
2458
2458
  Supplied parameter values or default values are filled into a copy of the template.
2459
2459
  ```
2460
2460
 
2461
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/event.ts)_
2461
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/event.ts)_
2462
2462
 
2463
2463
  ## `sf lightning generate interface`
2464
2464
 
@@ -2513,7 +2513,7 @@ FLAG DESCRIPTIONS
2513
2513
  Supplied parameter values or default values are filled into a copy of the template.
2514
2514
  ```
2515
2515
 
2516
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/interface.ts)_
2516
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/interface.ts)_
2517
2517
 
2518
2518
  ## `sf lightning generate test`
2519
2519
 
@@ -2568,7 +2568,7 @@ FLAG DESCRIPTIONS
2568
2568
  Supplied parameter values or default values are filled into a copy of the template.
2569
2569
  ```
2570
2570
 
2571
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/test.ts)_
2571
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/test.ts)_
2572
2572
 
2573
2573
  ## `sf org assign permset`
2574
2574
 
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
2776
2776
  sandbox.
2777
2777
  ```
2778
2778
 
2779
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/create/sandbox.ts)_
2779
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/create/sandbox.ts)_
2780
2780
 
2781
2781
  ## `sf org create scratch`
2782
2782
 
@@ -2930,7 +2930,7 @@ FLAG DESCRIPTIONS
2930
2930
  Omit this flag to have Salesforce generate a unique username for your org.
2931
2931
  ```
2932
2932
 
2933
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/create/scratch.ts)_
2933
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/create/scratch.ts)_
2934
2934
 
2935
2935
  ## `sf org create user`
2936
2936
 
@@ -3084,7 +3084,7 @@ EXAMPLES
3084
3084
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
3085
3085
  ```
3086
3086
 
3087
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/delete/sandbox.ts)_
3087
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/delete/sandbox.ts)_
3088
3088
 
3089
3089
  ## `sf org delete scratch`
3090
3090
 
@@ -3128,7 +3128,7 @@ EXAMPLES
3128
3128
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3129
3129
  ```
3130
3130
 
3131
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/delete/scratch.ts)_
3131
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/delete/scratch.ts)_
3132
3132
 
3133
3133
  ## `sf org disable tracking`
3134
3134
 
@@ -3167,7 +3167,7 @@ EXAMPLES
3167
3167
  $ sf org disable tracking
3168
3168
  ```
3169
3169
 
3170
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/disable/tracking.ts)_
3170
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/disable/tracking.ts)_
3171
3171
 
3172
3172
  ## `sf org display`
3173
3173
 
@@ -3212,7 +3212,7 @@ EXAMPLES
3212
3212
  $ sf org display --target-org TestOrg1 --verbose
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/display.ts)_
3215
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/display.ts)_
3216
3216
 
3217
3217
  ## `sf org display user`
3218
3218
 
@@ -3293,7 +3293,7 @@ EXAMPLES
3293
3293
  $ sf org enable tracking
3294
3294
  ```
3295
3295
 
3296
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/enable/tracking.ts)_
3296
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/enable/tracking.ts)_
3297
3297
 
3298
3298
  ## `sf org generate password`
3299
3299
 
@@ -3399,7 +3399,7 @@ EXAMPLES
3399
3399
  $ sf org list --clean
3400
3400
  ```
3401
3401
 
3402
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/list.ts)_
3402
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/list.ts)_
3403
3403
 
3404
3404
  ## `sf org list auth`
3405
3405
 
@@ -3431,7 +3431,7 @@ EXAMPLES
3431
3431
  $ sf org list auth
3432
3432
  ```
3433
3433
 
3434
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/list/auth.ts)_
3434
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/list/auth.ts)_
3435
3435
 
3436
3436
  ## `sf org list limits`
3437
3437
 
@@ -3538,7 +3538,7 @@ FLAG DESCRIPTIONS
3538
3538
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3539
3539
  ```
3540
3540
 
3541
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/list/metadata.ts)_
3541
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/list/metadata.ts)_
3542
3542
 
3543
3543
  ## `sf org list metadata-types`
3544
3544
 
@@ -3593,7 +3593,7 @@ FLAG DESCRIPTIONS
3593
3593
  Override the api version used for api requests made by this command
3594
3594
  ```
3595
3595
 
3596
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/list/metadata-types.ts)_
3596
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/list/metadata-types.ts)_
3597
3597
 
3598
3598
  ## `sf org list sobject record-counts`
3599
3599
 
@@ -3731,7 +3731,7 @@ FLAG DESCRIPTIONS
3731
3731
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3732
3732
  ```
3733
3733
 
3734
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/access-token.ts)_
3734
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/access-token.ts)_
3735
3735
 
3736
3736
  ## `sf org login device`
3737
3737
 
@@ -3791,7 +3791,7 @@ FLAG DESCRIPTIONS
3791
3791
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3792
3792
  ```
3793
3793
 
3794
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/device.ts)_
3794
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/device.ts)_
3795
3795
 
3796
3796
  ## `sf org login jwt`
3797
3797
 
@@ -3882,7 +3882,7 @@ FLAG DESCRIPTIONS
3882
3882
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3883
3883
  ```
3884
3884
 
3885
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/jwt.ts)_
3885
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/jwt.ts)_
3886
3886
 
3887
3887
  ## `sf org login sfdx-url`
3888
3888
 
@@ -3952,7 +3952,7 @@ EXAMPLES
3952
3952
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3953
3953
  ```
3954
3954
 
3955
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/sfdx-url.ts)_
3955
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/sfdx-url.ts)_
3956
3956
 
3957
3957
  ## `sf org login web`
3958
3958
 
@@ -4039,7 +4039,7 @@ FLAG DESCRIPTIONS
4039
4039
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4040
4040
  ```
4041
4041
 
4042
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/web.ts)_
4042
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/login/web.ts)_
4043
4043
 
4044
4044
  ## `sf org logout`
4045
4045
 
@@ -4100,7 +4100,7 @@ FLAG DESCRIPTIONS
4100
4100
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4101
4101
  ```
4102
4102
 
4103
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/logout.ts)_
4103
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.61/src/commands/org/logout.ts)_
4104
4104
 
4105
4105
  ## `sf org open`
4106
4106
 
@@ -4172,7 +4172,7 @@ EXAMPLES
4172
4172
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
4173
4173
  ```
4174
4174
 
4175
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/open.ts)_
4175
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/open.ts)_
4176
4176
 
4177
4177
  ## `sf org refresh sandbox`
4178
4178
 
@@ -4249,7 +4249,7 @@ FLAG DESCRIPTIONS
4249
4249
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4250
4250
  ```
4251
4251
 
4252
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/refresh/sandbox.ts)_
4252
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/refresh/sandbox.ts)_
4253
4253
 
4254
4254
  ## `sf org resume sandbox`
4255
4255
 
@@ -4312,7 +4312,7 @@ FLAG DESCRIPTIONS
4312
4312
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4313
4313
  ```
4314
4314
 
4315
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/resume/sandbox.ts)_
4315
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/resume/sandbox.ts)_
4316
4316
 
4317
4317
  ## `sf org resume scratch`
4318
4318
 
@@ -4359,7 +4359,7 @@ FLAG DESCRIPTIONS
4359
4359
  The job ID is valid for 24 hours after you start the scratch org creation.
4360
4360
  ```
4361
4361
 
4362
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/resume/scratch.ts)_
4362
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/resume/scratch.ts)_
4363
4363
 
4364
4364
  ## `sf package create`
4365
4365
 
@@ -5774,7 +5774,7 @@ EXAMPLES
5774
5774
  $ sf plugins trust verify --npm @scope/npmName
5775
5775
  ```
5776
5776
 
5777
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.29/src/commands/plugins/trust/verify.ts)_
5777
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.31/src/commands/plugins/trust/verify.ts)_
5778
5778
 
5779
5779
  ## `sf plugins uninstall [PLUGIN]`
5780
5780
 
@@ -7175,7 +7175,7 @@ FLAG DESCRIPTIONS
7175
7175
  Override the api version used for api requests made by this command
7176
7176
  ```
7177
7177
 
7178
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/project/generate.ts)_
7178
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/project/generate.ts)_
7179
7179
 
7180
7180
  ## `sf project generate manifest`
7181
7181
 
@@ -7628,7 +7628,7 @@ FLAG DESCRIPTIONS
7628
7628
  If you don't specify this flag, the command prompts you to choose from your local objects.
7629
7629
  ```
7630
7630
 
7631
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/field.ts)_
7631
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/field.ts)_
7632
7632
 
7633
7633
  ## `sf schema generate platformevent`
7634
7634
 
@@ -7660,7 +7660,7 @@ EXAMPLES
7660
7660
  $ sf schema generate platformevent --label "My Platform Event"
7661
7661
  ```
7662
7662
 
7663
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/platformevent.ts)_
7663
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/platformevent.ts)_
7664
7664
 
7665
7665
  ## `sf schema generate sobject`
7666
7666
 
@@ -7717,7 +7717,7 @@ FLAG DESCRIPTIONS
7717
7717
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7718
7718
  ```
7719
7719
 
7720
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/sobject.ts)_
7720
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/sobject.ts)_
7721
7721
 
7722
7722
  ## `sf schema generate tab`
7723
7723
 
@@ -7765,7 +7765,7 @@ FLAG DESCRIPTIONS
7765
7765
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7766
7766
  ```
7767
7767
 
7768
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/tab.ts)_
7768
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/tab.ts)_
7769
7769
 
7770
7770
  ## `sf search`
7771
7771
 
@@ -7929,7 +7929,7 @@ FLAG DESCRIPTIONS
7929
7929
  etc.
7930
7930
  ```
7931
7931
 
7932
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/static-resource/generate.ts)_
7932
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/static-resource/generate.ts)_
7933
7933
 
7934
7934
  ## `sf update [CHANNEL]`
7935
7935
 
@@ -7986,7 +7986,7 @@ FLAG DESCRIPTIONS
7986
7986
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7987
7987
  ```
7988
7988
 
7989
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.12/src/commands/version.ts)_
7989
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.13/src/commands/version.ts)_
7990
7990
 
7991
7991
  ## `sf visualforce generate component`
7992
7992
 
@@ -8042,7 +8042,7 @@ FLAG DESCRIPTIONS
8042
8042
  Supplied parameter values or default values are filled into a copy of the template.
8043
8043
  ```
8044
8044
 
8045
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/visualforce/generate/component.ts)_
8045
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/component.ts)_
8046
8046
 
8047
8047
  ## `sf visualforce generate page`
8048
8048
 
@@ -8092,7 +8092,7 @@ FLAG DESCRIPTIONS
8092
8092
  The name can be up to 40 characters and must start with a letter.
8093
8093
  ```
8094
8094
 
8095
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/visualforce/generate/page.ts)_
8095
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/page.ts)_
8096
8096
 
8097
8097
  ## `sf which`
8098
8098
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.60.10",
3
+ "version": "2.60.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.60.10",
9
+ "version": "2.60.11",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -14,33 +14,33 @@
14
14
  "@oclif/core": "4.0.22",
15
15
  "@oclif/plugin-autocomplete": "3.2.4",
16
16
  "@oclif/plugin-commands": "4.0.15",
17
- "@oclif/plugin-help": "6.2.11",
17
+ "@oclif/plugin-help": "6.2.12",
18
18
  "@oclif/plugin-not-found": "3.2.21",
19
19
  "@oclif/plugin-plugins": "5.4.9",
20
20
  "@oclif/plugin-search": "1.2.9",
21
21
  "@oclif/plugin-update": "4.5.9",
22
- "@oclif/plugin-version": "2.2.12",
23
- "@oclif/plugin-warn-if-update-available": "3.1.16",
22
+ "@oclif/plugin-version": "2.2.13",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.17",
24
24
  "@oclif/plugin-which": "3.2.14",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.4.10",
28
28
  "@salesforce/plugin-api": "1.2.2",
29
- "@salesforce/plugin-auth": "3.6.60",
30
- "@salesforce/plugin-data": "3.6.5",
29
+ "@salesforce/plugin-auth": "3.6.61",
30
+ "@salesforce/plugin-data": "3.6.7",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.12.11",
32
32
  "@salesforce/plugin-info": "3.4.9",
33
33
  "@salesforce/plugin-limits": "3.3.32",
34
34
  "@salesforce/plugin-marketplace": "1.2.25",
35
- "@salesforce/plugin-org": "4.5.9",
35
+ "@salesforce/plugin-org": "4.5.10",
36
36
  "@salesforce/plugin-packaging": "2.8.7",
37
37
  "@salesforce/plugin-schema": "3.3.32",
38
- "@salesforce/plugin-settings": "2.3.20",
39
- "@salesforce/plugin-sobject": "1.4.37",
38
+ "@salesforce/plugin-settings": "2.3.21",
39
+ "@salesforce/plugin-sobject": "1.4.38",
40
40
  "@salesforce/plugin-source": "3.5.21",
41
41
  "@salesforce/plugin-telemetry": "3.6.15",
42
- "@salesforce/plugin-templates": "56.3.20",
43
- "@salesforce/plugin-trust": "3.7.29",
42
+ "@salesforce/plugin-templates": "56.3.21",
43
+ "@salesforce/plugin-trust": "3.7.31",
44
44
  "@salesforce/plugin-user": "3.5.31",
45
45
  "@salesforce/sf-plugins-core": "11.3.10",
46
46
  "ansis": "^3.3.0"
@@ -4203,9 +4203,9 @@
4203
4203
  }
4204
4204
  },
4205
4205
  "node_modules/@oclif/plugin-help": {
4206
- "version": "6.2.11",
4207
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.11.tgz",
4208
- "integrity": "sha512-Vo854dALtNhA34g6m4T9uWIrYfm/JFM82LWa5gLrsJGwpUGgeBwBX4P64HLo5ro59LF3YO2xPWViLaoK6gkm3g==",
4206
+ "version": "6.2.12",
4207
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.12.tgz",
4208
+ "integrity": "sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug==",
4209
4209
  "license": "MIT",
4210
4210
  "dependencies": {
4211
4211
  "@oclif/core": "^4"
@@ -4329,9 +4329,9 @@
4329
4329
  }
4330
4330
  },
4331
4331
  "node_modules/@oclif/plugin-version": {
4332
- "version": "2.2.12",
4333
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.12.tgz",
4334
- "integrity": "sha512-wrOUJFyIVI3Pfe/a8UPXwQ/pjb2LajnESqrs6vRwTjvRFT2/uf4OXcrtTtSLgTr/1GOQOYJdSFmPMfOQ9BNONA==",
4332
+ "version": "2.2.13",
4333
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.13.tgz",
4334
+ "integrity": "sha512-t/OqVs8ckLtsOEdNVHUQ+vr7AvMsKH0+RcG8uVoJ96vciWWLX8BBt1fLliHmIR2+G5wqiWcW+gudfkytkPONGw==",
4335
4335
  "license": "MIT",
4336
4336
  "dependencies": {
4337
4337
  "@oclif/core": "^4",
@@ -4342,9 +4342,9 @@
4342
4342
  }
4343
4343
  },
4344
4344
  "node_modules/@oclif/plugin-warn-if-update-available": {
4345
- "version": "3.1.16",
4346
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.16.tgz",
4347
- "integrity": "sha512-QGQF1kL+aUj/cTtXdV0GT1n7HNf3HX1ZnCwL86Y9rlZgQbBU9gl8/01/6P/uPj0E+WWExZMVF6+fmktTqwYVQw==",
4345
+ "version": "3.1.17",
4346
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.17.tgz",
4347
+ "integrity": "sha512-i59VZlGQdiK1sHfb+fVH72H+o1FX+TlPNWI1xlo1CQcDPgjVzCUpnbynKW9GJz2MmIoOSbBzx1qhOcgqyoJJsA==",
4348
4348
  "license": "MIT",
4349
4349
  "dependencies": {
4350
4350
  "@oclif/core": "^4",
@@ -4978,9 +4978,9 @@
4978
4978
  }
4979
4979
  },
4980
4980
  "node_modules/@salesforce/plugin-auth": {
4981
- "version": "3.6.60",
4982
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.60.tgz",
4983
- "integrity": "sha512-8M/DyOwgeNc9fgZ1rX/datPsjMR3RX8/wkSdEv9mW5mOMXi3yfrhpe3iP4aFyGG36UkZjqrAJVv9w4+zqzS5hA==",
4981
+ "version": "3.6.61",
4982
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.61.tgz",
4983
+ "integrity": "sha512-hpHo71iaFlk7SOczBASP5qb38W5e9RgAC6tQ3u+n/qfGsDkqrwq2ugFS3dA7ezaTD5gAU0evgGD+w5KQWdL5yA==",
4984
4984
  "license": "BSD-3-Clause",
4985
4985
  "dependencies": {
4986
4986
  "@inquirer/checkbox": "^2.5.0",
@@ -5031,15 +5031,15 @@
5031
5031
  }
5032
5032
  },
5033
5033
  "node_modules/@salesforce/plugin-data": {
5034
- "version": "3.6.5",
5035
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.5.tgz",
5036
- "integrity": "sha512-vuP5jSOWg/CglkUal8S5/i74PZnM3WDhCW5fdjXAK1UepYPcpnOjSlyBgbJy43U0EQPUWLHxMtd3YAA7JF5FmA==",
5034
+ "version": "3.6.7",
5035
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.7.tgz",
5036
+ "integrity": "sha512-paK4ERaWPkJAX02kTK8Yz+8nlIHqUWL7DupYwQupri2mQA9RCh3hnQmK0kvGkPB/3ts/vBtC0Cl+JMMQYqXFqg==",
5037
5037
  "license": "BSD-3-Clause",
5038
5038
  "dependencies": {
5039
5039
  "@jsforce/jsforce-node": "^3.4.1",
5040
5040
  "@salesforce/core": "^8.5.2",
5041
5041
  "@salesforce/kit": "^3.2.2",
5042
- "@salesforce/sf-plugins-core": "^11.3.4",
5042
+ "@salesforce/sf-plugins-core": "^11.3.10",
5043
5043
  "@salesforce/ts-types": "^2.0.11",
5044
5044
  "ansis": "^3.2.0",
5045
5045
  "change-case": "^5.4.4",
@@ -5131,16 +5131,16 @@
5131
5131
  }
5132
5132
  },
5133
5133
  "node_modules/@salesforce/plugin-org": {
5134
- "version": "4.5.9",
5135
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.9.tgz",
5136
- "integrity": "sha512-FX1ElY53TzAsKka5LRy9OVf8XjO8nhlPzyLJ5sQxD/iEdNvywJ1mm1zXa1xWMmhl7w0r3N/+qmmnxZVXHJlyfQ==",
5134
+ "version": "4.5.10",
5135
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.10.tgz",
5136
+ "integrity": "sha512-ZFkMsfYANiHbUP5GWO+FvR0r+cczA8ijxQUR1F89YwjXJg2G3j7J4GQD9ZHv4hNnrP6MpJijdsbqc4l5upOvyw==",
5137
5137
  "license": "BSD-3-Clause",
5138
5138
  "dependencies": {
5139
5139
  "@oclif/core": "^4.0.16",
5140
5140
  "@salesforce/core": "^8.5.5",
5141
5141
  "@salesforce/kit": "^3.2.3",
5142
5142
  "@salesforce/sf-plugins-core": "^11.3.7",
5143
- "@salesforce/source-deploy-retrieve": "^12.6.2",
5143
+ "@salesforce/source-deploy-retrieve": "^12.7.1",
5144
5144
  "ansis": "^3.2.0",
5145
5145
  "change-case": "^5.4.4",
5146
5146
  "is-wsl": "^3.1.0",
@@ -5250,9 +5250,9 @@
5250
5250
  }
5251
5251
  },
5252
5252
  "node_modules/@salesforce/plugin-settings": {
5253
- "version": "2.3.20",
5254
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.20.tgz",
5255
- "integrity": "sha512-Qe2XmbEV48YqHKAWYOd5GuSKMYpFUphoyyS3IxfLimSkF3MnI9JkSMHxG5A4CbVNxV1oWQcThZzZZsq+UDlyJg==",
5253
+ "version": "2.3.21",
5254
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.21.tgz",
5255
+ "integrity": "sha512-1WX11Ysaw585wbVTxL+cpIfgWW3y+6Hbg5a6aQP8BGu8r7Yk7meU1OifkmI6jh7CAxCr1BMQuuAdP/de5SFRLQ==",
5256
5256
  "license": "BSD-3-Clause",
5257
5257
  "dependencies": {
5258
5258
  "@oclif/core": "^4",
@@ -5265,13 +5265,13 @@
5265
5265
  }
5266
5266
  },
5267
5267
  "node_modules/@salesforce/plugin-sobject": {
5268
- "version": "1.4.37",
5269
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.37.tgz",
5270
- "integrity": "sha512-I2UkCuT+1Oda4xoEBLoWybRYujRKCIAeAEzWfEWRyziAofPw1I0XWO12Nx/o1t2+52RU4ZR1BlANJfQiMA49UQ==",
5268
+ "version": "1.4.38",
5269
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.38.tgz",
5270
+ "integrity": "sha512-BKiibxGUK80HgwpU3S/KRV6I4Qt99a8yrt8RZU2Dpnf/GnyBl4uW8S2Ob7mJfVJCGlIMTnW1uWWCLGUs8EV5IA==",
5271
5271
  "license": "BSD-3-Clause",
5272
5272
  "dependencies": {
5273
5273
  "@inquirer/confirm": "^3.2.0",
5274
- "@inquirer/input": "^2.2.9",
5274
+ "@inquirer/input": "^2.3.0",
5275
5275
  "@inquirer/select": "^2.5.0",
5276
5276
  "@oclif/core": "^4",
5277
5277
  "@salesforce/core": "^8.5.2",
@@ -5339,29 +5339,29 @@
5339
5339
  }
5340
5340
  },
5341
5341
  "node_modules/@salesforce/plugin-templates": {
5342
- "version": "56.3.20",
5343
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.20.tgz",
5344
- "integrity": "sha512-1fdIw/gjWP+gpWfWejUzctVe7e9yFdNZoOYMCOXaOgwivomTTa+cCz3F1uxDmdKrzg5aygxBFT58tvEKf9Jjpw==",
5342
+ "version": "56.3.21",
5343
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.21.tgz",
5344
+ "integrity": "sha512-IoyVb4J0EVB5fuGU+HKeA2lF5F+lgBR2ZMD7IBSCls9xC7OdohUfT7knS1cD4cjGE0iLN3uJ629QSDWdQkgFUg==",
5345
5345
  "license": "BSD-3-Clause",
5346
5346
  "dependencies": {
5347
5347
  "@salesforce/core": "^8.5.7",
5348
5348
  "@salesforce/sf-plugins-core": "^11.3.10",
5349
- "@salesforce/templates": "^61.4.10"
5349
+ "@salesforce/templates": "^61.4.11"
5350
5350
  },
5351
5351
  "engines": {
5352
5352
  "node": ">=18.0.0"
5353
5353
  }
5354
5354
  },
5355
5355
  "node_modules/@salesforce/plugin-trust": {
5356
- "version": "3.7.29",
5357
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.29.tgz",
5358
- "integrity": "sha512-a07ULxgzYvqqGVV+GI8d7twyfoG/kcbPtkD6ngJNI17BlORGZMcCT1MTqtYeDMyk6gSJyxxXGNRYoWhzcs4R2w==",
5356
+ "version": "3.7.31",
5357
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.31.tgz",
5358
+ "integrity": "sha512-MnO0ZahKx/UUrfl2yv6XGaJKSJRptdRa0bVbA5WA560C5eO1L0Ot9SdirB2C8oSv3HBWTfGO629hXJ3pXvh8ZA==",
5359
5359
  "license": "BSD-3-Clause",
5360
5360
  "dependencies": {
5361
5361
  "@oclif/core": "^4",
5362
5362
  "@salesforce/core": "^8.5.7",
5363
5363
  "@salesforce/kit": "^3.2.0",
5364
- "@salesforce/plugin-info": "^3.3.28",
5364
+ "@salesforce/plugin-info": "^3.4.9",
5365
5365
  "@salesforce/sf-plugins-core": "^11.3.10",
5366
5366
  "got": "^13.0.0",
5367
5367
  "npm": "^10.8.3",
@@ -5765,12 +5765,12 @@
5765
5765
  }
5766
5766
  },
5767
5767
  "node_modules/@salesforce/templates": {
5768
- "version": "61.4.10",
5769
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.10.tgz",
5770
- "integrity": "sha512-89MbXZ+Y+LsThO72F2OYqq8GPXEhPKE+ptLyBxObKE+3FgDEhFDsU2Va5sEVLye/2Z7o95jTFEgfkALs/ILXKg==",
5768
+ "version": "61.4.11",
5769
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.11.tgz",
5770
+ "integrity": "sha512-swLPVqk+DtqMNs2tQ/1MtRrh/RaY5a1tzFIGjt9ng8eluXA2hzZb3OcoKO7b4ipdNOXYG7qbJ+Uog2BC2E9d2Q==",
5771
5771
  "license": "BSD-3-Clause",
5772
5772
  "dependencies": {
5773
- "@salesforce/kit": "^3.2.2",
5773
+ "@salesforce/kit": "^3.2.3",
5774
5774
  "ejs": "^3.1.10",
5775
5775
  "got": "^11.8.2",
5776
5776
  "hpagent": "^1.2.0",
package/oclif.lock CHANGED
@@ -1552,7 +1552,7 @@
1552
1552
  resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz"
1553
1553
  integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
1554
1554
 
1555
- "@inquirer/input@^2.2.4", "@inquirer/input@^2.2.9", "@inquirer/input@^2.3.0":
1555
+ "@inquirer/input@^2.2.4", "@inquirer/input@^2.3.0":
1556
1556
  version "2.3.0"
1557
1557
  resolved "https://registry.npmjs.org/@inquirer/input/-/input-2.3.0.tgz"
1558
1558
  integrity sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==
@@ -1932,10 +1932,10 @@
1932
1932
  object-treeify "^4.0.1"
1933
1933
  tty-table "^4.2.3"
1934
1934
 
1935
- "@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@6.2.11":
1936
- version "6.2.11"
1937
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.11.tgz"
1938
- integrity sha512-Vo854dALtNhA34g6m4T9uWIrYfm/JFM82LWa5gLrsJGwpUGgeBwBX4P64HLo5ro59LF3YO2xPWViLaoK6gkm3g==
1935
+ "@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@6.2.12":
1936
+ version "6.2.12"
1937
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.12.tgz"
1938
+ integrity sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug==
1939
1939
  dependencies:
1940
1940
  "@oclif/core" "^4"
1941
1941
 
@@ -1991,18 +1991,18 @@
1991
1991
  tar-fs "^2.1.1"
1992
1992
  tty-table "^4.2.3"
1993
1993
 
1994
- "@oclif/plugin-version@2.2.12":
1995
- version "2.2.12"
1996
- resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.12.tgz"
1997
- integrity sha512-wrOUJFyIVI3Pfe/a8UPXwQ/pjb2LajnESqrs6vRwTjvRFT2/uf4OXcrtTtSLgTr/1GOQOYJdSFmPMfOQ9BNONA==
1994
+ "@oclif/plugin-version@2.2.13":
1995
+ version "2.2.13"
1996
+ resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.13.tgz"
1997
+ integrity sha512-t/OqVs8ckLtsOEdNVHUQ+vr7AvMsKH0+RcG8uVoJ96vciWWLX8BBt1fLliHmIR2+G5wqiWcW+gudfkytkPONGw==
1998
1998
  dependencies:
1999
1999
  "@oclif/core" "^4"
2000
2000
  ansis "^3.3.1"
2001
2001
 
2002
- "@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.16":
2003
- version "3.1.16"
2004
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.16.tgz"
2005
- integrity sha512-QGQF1kL+aUj/cTtXdV0GT1n7HNf3HX1ZnCwL86Y9rlZgQbBU9gl8/01/6P/uPj0E+WWExZMVF6+fmktTqwYVQw==
2002
+ "@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.17":
2003
+ version "3.1.17"
2004
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.17.tgz"
2005
+ integrity sha512-i59VZlGQdiK1sHfb+fVH72H+o1FX+TlPNWI1xlo1CQcDPgjVzCUpnbynKW9GJz2MmIoOSbBzx1qhOcgqyoJJsA==
2006
2006
  dependencies:
2007
2007
  "@oclif/core" "^4"
2008
2008
  ansis "^3.3.1"
@@ -2325,10 +2325,10 @@
2325
2325
  got "^13.0.0"
2326
2326
  proxy-agent "^6.4.0"
2327
2327
 
2328
- "@salesforce/plugin-auth@3.6.60":
2329
- version "3.6.60"
2330
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.60.tgz"
2331
- integrity sha512-8M/DyOwgeNc9fgZ1rX/datPsjMR3RX8/wkSdEv9mW5mOMXi3yfrhpe3iP4aFyGG36UkZjqrAJVv9w4+zqzS5hA==
2328
+ "@salesforce/plugin-auth@3.6.61":
2329
+ version "3.6.61"
2330
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.61.tgz"
2331
+ integrity sha512-hpHo71iaFlk7SOczBASP5qb38W5e9RgAC6tQ3u+n/qfGsDkqrwq2ugFS3dA7ezaTD5gAU0evgGD+w5KQWdL5yA==
2332
2332
  dependencies:
2333
2333
  "@inquirer/checkbox" "^2.5.0"
2334
2334
  "@inquirer/select" "^2.4.7"
@@ -2354,15 +2354,15 @@
2354
2354
  debug "^4.3.4"
2355
2355
  handlebars "^4.7.8"
2356
2356
 
2357
- "@salesforce/plugin-data@3.6.5":
2358
- version "3.6.5"
2359
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.5.tgz"
2360
- integrity sha512-vuP5jSOWg/CglkUal8S5/i74PZnM3WDhCW5fdjXAK1UepYPcpnOjSlyBgbJy43U0EQPUWLHxMtd3YAA7JF5FmA==
2357
+ "@salesforce/plugin-data@3.6.7":
2358
+ version "3.6.7"
2359
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.7.tgz"
2360
+ integrity sha512-paK4ERaWPkJAX02kTK8Yz+8nlIHqUWL7DupYwQupri2mQA9RCh3hnQmK0kvGkPB/3ts/vBtC0Cl+JMMQYqXFqg==
2361
2361
  dependencies:
2362
2362
  "@jsforce/jsforce-node" "^3.4.1"
2363
2363
  "@salesforce/core" "^8.5.2"
2364
2364
  "@salesforce/kit" "^3.2.2"
2365
- "@salesforce/sf-plugins-core" "^11.3.4"
2365
+ "@salesforce/sf-plugins-core" "^11.3.10"
2366
2366
  "@salesforce/ts-types" "^2.0.11"
2367
2367
  ansis "^3.2.0"
2368
2368
  change-case "^5.4.4"
@@ -2386,7 +2386,7 @@
2386
2386
  "@salesforce/ts-types" "^2.0.12"
2387
2387
  ansis "^3.3.2"
2388
2388
 
2389
- "@salesforce/plugin-info@^3.3.28", "@salesforce/plugin-info@^3.4.6", "@salesforce/plugin-info@^3.4.9", "@salesforce/plugin-info@3.4.9":
2389
+ "@salesforce/plugin-info@^3.4.6", "@salesforce/plugin-info@^3.4.9", "@salesforce/plugin-info@3.4.9":
2390
2390
  version "3.4.9"
2391
2391
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.9.tgz"
2392
2392
  integrity sha512-MX33Biu16VH7hYK2tTUgrNR52u93anE3tBbyi35Bwy7GQ8KwUa7ArpdRPUeq/au4sJnx3m7aZidN4HrWbj6ghg==
@@ -2423,16 +2423,16 @@
2423
2423
  got "^13.0.0"
2424
2424
  proxy-agent "^6.4.0"
2425
2425
 
2426
- "@salesforce/plugin-org@4.5.9":
2427
- version "4.5.9"
2428
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.9.tgz"
2429
- integrity sha512-FX1ElY53TzAsKka5LRy9OVf8XjO8nhlPzyLJ5sQxD/iEdNvywJ1mm1zXa1xWMmhl7w0r3N/+qmmnxZVXHJlyfQ==
2426
+ "@salesforce/plugin-org@4.5.10":
2427
+ version "4.5.10"
2428
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.10.tgz"
2429
+ integrity sha512-ZFkMsfYANiHbUP5GWO+FvR0r+cczA8ijxQUR1F89YwjXJg2G3j7J4GQD9ZHv4hNnrP6MpJijdsbqc4l5upOvyw==
2430
2430
  dependencies:
2431
2431
  "@oclif/core" "^4.0.16"
2432
2432
  "@salesforce/core" "^8.5.5"
2433
2433
  "@salesforce/kit" "^3.2.3"
2434
2434
  "@salesforce/sf-plugins-core" "^11.3.7"
2435
- "@salesforce/source-deploy-retrieve" "^12.6.2"
2435
+ "@salesforce/source-deploy-retrieve" "^12.7.1"
2436
2436
  ansis "^3.2.0"
2437
2437
  change-case "^5.4.4"
2438
2438
  is-wsl "^3.1.0"
@@ -2487,23 +2487,23 @@
2487
2487
  "@salesforce/core" "^8.5.7"
2488
2488
  "@salesforce/sf-plugins-core" "^11.3.10"
2489
2489
 
2490
- "@salesforce/plugin-settings@2.3.20":
2491
- version "2.3.20"
2492
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.20.tgz"
2493
- integrity sha512-Qe2XmbEV48YqHKAWYOd5GuSKMYpFUphoyyS3IxfLimSkF3MnI9JkSMHxG5A4CbVNxV1oWQcThZzZZsq+UDlyJg==
2490
+ "@salesforce/plugin-settings@2.3.21":
2491
+ version "2.3.21"
2492
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.21.tgz"
2493
+ integrity sha512-1WX11Ysaw585wbVTxL+cpIfgWW3y+6Hbg5a6aQP8BGu8r7Yk7meU1OifkmI6jh7CAxCr1BMQuuAdP/de5SFRLQ==
2494
2494
  dependencies:
2495
2495
  "@oclif/core" "^4"
2496
2496
  "@salesforce/core" "^8.5.7"
2497
2497
  "@salesforce/sf-plugins-core" "^11.3.7"
2498
2498
  fast-levenshtein "^3.0.0"
2499
2499
 
2500
- "@salesforce/plugin-sobject@1.4.37":
2501
- version "1.4.37"
2502
- resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.37.tgz"
2503
- integrity sha512-I2UkCuT+1Oda4xoEBLoWybRYujRKCIAeAEzWfEWRyziAofPw1I0XWO12Nx/o1t2+52RU4ZR1BlANJfQiMA49UQ==
2500
+ "@salesforce/plugin-sobject@1.4.38":
2501
+ version "1.4.38"
2502
+ resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.38.tgz"
2503
+ integrity sha512-BKiibxGUK80HgwpU3S/KRV6I4Qt99a8yrt8RZU2Dpnf/GnyBl4uW8S2Ob7mJfVJCGlIMTnW1uWWCLGUs8EV5IA==
2504
2504
  dependencies:
2505
2505
  "@inquirer/confirm" "^3.2.0"
2506
- "@inquirer/input" "^2.2.9"
2506
+ "@inquirer/input" "^2.3.0"
2507
2507
  "@inquirer/select" "^2.5.0"
2508
2508
  "@oclif/core" "^4"
2509
2509
  "@salesforce/core" "^8.5.2"
@@ -2544,24 +2544,24 @@
2544
2544
  "@salesforce/ts-types" "^2.0.11"
2545
2545
  debug "^4.3.7"
2546
2546
 
2547
- "@salesforce/plugin-templates@56.3.20":
2548
- version "56.3.20"
2549
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.20.tgz"
2550
- integrity sha512-1fdIw/gjWP+gpWfWejUzctVe7e9yFdNZoOYMCOXaOgwivomTTa+cCz3F1uxDmdKrzg5aygxBFT58tvEKf9Jjpw==
2547
+ "@salesforce/plugin-templates@56.3.21":
2548
+ version "56.3.21"
2549
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.21.tgz"
2550
+ integrity sha512-IoyVb4J0EVB5fuGU+HKeA2lF5F+lgBR2ZMD7IBSCls9xC7OdohUfT7knS1cD4cjGE0iLN3uJ629QSDWdQkgFUg==
2551
2551
  dependencies:
2552
2552
  "@salesforce/core" "^8.5.7"
2553
2553
  "@salesforce/sf-plugins-core" "^11.3.10"
2554
- "@salesforce/templates" "^61.4.10"
2554
+ "@salesforce/templates" "^61.4.11"
2555
2555
 
2556
- "@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.29":
2557
- version "3.7.29"
2558
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.29.tgz"
2559
- integrity sha512-a07ULxgzYvqqGVV+GI8d7twyfoG/kcbPtkD6ngJNI17BlORGZMcCT1MTqtYeDMyk6gSJyxxXGNRYoWhzcs4R2w==
2556
+ "@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.31":
2557
+ version "3.7.31"
2558
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.31.tgz"
2559
+ integrity sha512-MnO0ZahKx/UUrfl2yv6XGaJKSJRptdRa0bVbA5WA560C5eO1L0Ot9SdirB2C8oSv3HBWTfGO629hXJ3pXvh8ZA==
2560
2560
  dependencies:
2561
2561
  "@oclif/core" "^4"
2562
2562
  "@salesforce/core" "^8.5.7"
2563
2563
  "@salesforce/kit" "^3.2.0"
2564
- "@salesforce/plugin-info" "^3.3.28"
2564
+ "@salesforce/plugin-info" "^3.4.9"
2565
2565
  "@salesforce/sf-plugins-core" "^11.3.10"
2566
2566
  got "^13.0.0"
2567
2567
  npm "^10.8.3"
@@ -2608,7 +2608,7 @@
2608
2608
  string-width "^7.2.0"
2609
2609
  terminal-link "^3.0.0"
2610
2610
 
2611
- "@salesforce/source-deploy-retrieve@^12.6.0", "@salesforce/source-deploy-retrieve@^12.6.2", "@salesforce/source-deploy-retrieve@^12.6.3", "@salesforce/source-deploy-retrieve@^12.7.1":
2611
+ "@salesforce/source-deploy-retrieve@^12.6.0", "@salesforce/source-deploy-retrieve@^12.6.3", "@salesforce/source-deploy-retrieve@^12.7.1":
2612
2612
  version "12.7.1"
2613
2613
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.1.tgz"
2614
2614
  integrity sha512-duFgp76CHA8coLEkl9QYmJJmJrHHiU4EtRkBv3hP0H0lTDaMdwCjfxAexGLxT2PCRsE5fbZgwJg+wYFLJHZkIw==
@@ -2653,12 +2653,12 @@
2653
2653
  got "^11"
2654
2654
  proxy-agent "^6.4.0"
2655
2655
 
2656
- "@salesforce/templates@^61.4.10":
2657
- version "61.4.10"
2658
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.10.tgz"
2659
- integrity sha512-89MbXZ+Y+LsThO72F2OYqq8GPXEhPKE+ptLyBxObKE+3FgDEhFDsU2Va5sEVLye/2Z7o95jTFEgfkALs/ILXKg==
2656
+ "@salesforce/templates@^61.4.11":
2657
+ version "61.4.11"
2658
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.11.tgz"
2659
+ integrity sha512-swLPVqk+DtqMNs2tQ/1MtRrh/RaY5a1tzFIGjt9ng8eluXA2hzZb3OcoKO7b4ipdNOXYG7qbJ+Uog2BC2E9d2Q==
2660
2660
  dependencies:
2661
- "@salesforce/kit" "^3.2.2"
2661
+ "@salesforce/kit" "^3.2.3"
2662
2662
  ejs "^3.1.10"
2663
2663
  got "^11.8.2"
2664
2664
  hpagent "^1.2.0"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.60.10"
5354
+ "version": "2.60.11"
5355
5355
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.60.10",
4
+ "version": "2.60.11",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,7 +76,7 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-custom-metadata": "3.3.32",
79
+ "@salesforce/plugin-custom-metadata": "3.3.33",
80
80
  "@salesforce/plugin-community": "3.2.32",
81
81
  "@salesforce/plugin-dev": "2.4.2",
82
82
  "@salesforce/plugin-devops-center": "1.2.23",
@@ -143,33 +143,33 @@
143
143
  "@oclif/core": "4.0.22",
144
144
  "@oclif/plugin-autocomplete": "3.2.4",
145
145
  "@oclif/plugin-commands": "4.0.15",
146
- "@oclif/plugin-help": "6.2.11",
146
+ "@oclif/plugin-help": "6.2.12",
147
147
  "@oclif/plugin-not-found": "3.2.21",
148
148
  "@oclif/plugin-plugins": "5.4.9",
149
149
  "@oclif/plugin-search": "1.2.9",
150
150
  "@oclif/plugin-update": "4.5.9",
151
- "@oclif/plugin-version": "2.2.12",
152
- "@oclif/plugin-warn-if-update-available": "3.1.16",
151
+ "@oclif/plugin-version": "2.2.13",
152
+ "@oclif/plugin-warn-if-update-available": "3.1.17",
153
153
  "@oclif/plugin-which": "3.2.14",
154
154
  "@salesforce/core": "^8.2.3",
155
155
  "@salesforce/kit": "^3.1.6",
156
156
  "@salesforce/plugin-apex": "3.4.10",
157
157
  "@salesforce/plugin-api": "1.2.2",
158
- "@salesforce/plugin-auth": "3.6.60",
159
- "@salesforce/plugin-data": "3.6.5",
158
+ "@salesforce/plugin-auth": "3.6.61",
159
+ "@salesforce/plugin-data": "3.6.7",
160
160
  "@salesforce/plugin-deploy-retrieve": "3.12.11",
161
161
  "@salesforce/plugin-info": "3.4.9",
162
162
  "@salesforce/plugin-limits": "3.3.32",
163
163
  "@salesforce/plugin-marketplace": "1.2.25",
164
- "@salesforce/plugin-org": "4.5.9",
164
+ "@salesforce/plugin-org": "4.5.10",
165
165
  "@salesforce/plugin-packaging": "2.8.7",
166
166
  "@salesforce/plugin-schema": "3.3.32",
167
- "@salesforce/plugin-settings": "2.3.20",
168
- "@salesforce/plugin-sobject": "1.4.37",
167
+ "@salesforce/plugin-settings": "2.3.21",
168
+ "@salesforce/plugin-sobject": "1.4.38",
169
169
  "@salesforce/plugin-source": "3.5.21",
170
170
  "@salesforce/plugin-telemetry": "3.6.15",
171
- "@salesforce/plugin-templates": "56.3.20",
172
- "@salesforce/plugin-trust": "3.7.29",
171
+ "@salesforce/plugin-templates": "56.3.21",
172
+ "@salesforce/plugin-trust": "3.7.31",
173
173
  "@salesforce/plugin-user": "3.5.31",
174
174
  "@salesforce/sf-plugins-core": "11.3.10",
175
175
  "ansis": "^3.3.0"