@salesforce/cli 2.47.1 → 2.47.3

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.47.1 linux-x64 node-v20.14.0
27
+ @salesforce/cli/2.47.3 linux-x64 node-v20.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -873,7 +873,7 @@ DESCRIPTION
873
873
  List all sf commands.
874
874
  ```
875
875
 
876
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.3/src/commands/commands.ts)_
876
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.4/src/commands/commands.ts)_
877
877
 
878
878
  ## `sf config get`
879
879
 
@@ -1130,7 +1130,7 @@ EXAMPLES
1130
1130
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1131
1131
  ```
1132
1132
 
1133
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/create/file.ts)_
1133
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/create/file.ts)_
1134
1134
 
1135
1135
  ## `sf data create record`
1136
1136
 
@@ -1186,7 +1186,7 @@ EXAMPLES
1186
1186
  TracedEntityId=01p17000000R6bLAAS"
1187
1187
  ```
1188
1188
 
1189
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/create/record.ts)_
1189
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/create/record.ts)_
1190
1190
 
1191
1191
  ## `sf data delete bulk`
1192
1192
 
@@ -1195,7 +1195,7 @@ Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.
1195
1195
  ```
1196
1196
  USAGE
1197
1197
  $ sf data delete bulk -o <value> -f <value> -s <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w
1198
- <value> | -a] [--verbose]
1198
+ <value> | -a] [--verbose] [--hard-delete]
1199
1199
 
1200
1200
  FLAGS
1201
1201
  -a, --async Run the command asynchronously.
@@ -1207,6 +1207,8 @@ FLAGS
1207
1207
  -w, --wait=<value> [default: 0 minutes] Number of minutes to wait for the command to complete before
1208
1208
  displaying the results.
1209
1209
  --api-version=<value> Override the api version used for api requests made by this command
1210
+ --hard-delete Mark the records as immediately eligible for deletion by your org. If you don't specify
1211
+ this flag, the deleted records go into the Recycle Bin.
1210
1212
  --verbose Print verbose output of failed records if result is available.
1211
1213
 
1212
1214
  GLOBAL FLAGS
@@ -1231,9 +1233,18 @@ EXAMPLES
1231
1233
  complete:
1232
1234
 
1233
1235
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1236
+
1237
+ FLAG DESCRIPTIONS
1238
+ --hard-delete
1239
+
1240
+ Mark the records as immediately eligible for deletion by your org. If you don't specify this flag, the deleted
1241
+ records go into the Recycle Bin.
1242
+
1243
+ You must have the "Bulk API Hard Delete" system permission to use this flag. The permission is disabled by default
1244
+ and can be enabled only by a system administrator.
1234
1245
  ```
1235
1246
 
1236
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/delete/bulk.ts)_
1247
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/delete/bulk.ts)_
1237
1248
 
1238
1249
  ## `sf data delete record`
1239
1250
 
@@ -1294,7 +1305,7 @@ EXAMPLES
1294
1305
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1295
1306
  ```
1296
1307
 
1297
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/delete/record.ts)_
1308
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/delete/record.ts)_
1298
1309
 
1299
1310
  ## `sf data delete resume`
1300
1311
 
@@ -1333,7 +1344,7 @@ EXAMPLES
1333
1344
  $ sf data delete resume --use-most-recent --target-org my-scratch
1334
1345
  ```
1335
1346
 
1336
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/delete/resume.ts)_
1347
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/delete/resume.ts)_
1337
1348
 
1338
1349
  ## `sf data export beta tree`
1339
1350
 
@@ -1391,7 +1402,7 @@ EXAMPLES
1391
1402
  my-scratch
1392
1403
  ```
1393
1404
 
1394
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/export/beta/tree.ts)_
1405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/export/beta/tree.ts)_
1395
1406
 
1396
1407
  ## `sf data export tree`
1397
1408
 
@@ -1451,7 +1462,7 @@ EXAMPLES
1451
1462
  my-scratch
1452
1463
  ```
1453
1464
 
1454
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/export/tree.ts)_
1465
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/export/tree.ts)_
1455
1466
 
1456
1467
  ## `sf data get record`
1457
1468
 
@@ -1515,7 +1526,7 @@ EXAMPLES
1515
1526
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1516
1527
  ```
1517
1528
 
1518
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/get/record.ts)_
1529
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/get/record.ts)_
1519
1530
 
1520
1531
  ## `sf data import beta tree`
1521
1532
 
@@ -1559,7 +1570,7 @@ EXAMPLES
1559
1570
  $ sf data import beta tree --plan Account-Contact-plan.json
1560
1571
  ```
1561
1572
 
1562
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/import/beta/tree.ts)_
1573
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/import/beta/tree.ts)_
1563
1574
 
1564
1575
  ## `sf data import tree`
1565
1576
 
@@ -1609,7 +1620,7 @@ EXAMPLES
1609
1620
  $ sf data import tree --plan Account-Contact-plan.json
1610
1621
  ```
1611
1622
 
1612
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/import/tree.ts)_
1623
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/import/tree.ts)_
1613
1624
 
1614
1625
  ## `sf data query`
1615
1626
 
@@ -1673,7 +1684,7 @@ EXAMPLES
1673
1684
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1674
1685
  ```
1675
1686
 
1676
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/query.ts)_
1687
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/query.ts)_
1677
1688
 
1678
1689
  ## `sf data query resume`
1679
1690
 
@@ -1711,7 +1722,7 @@ EXAMPLES
1711
1722
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1712
1723
  ```
1713
1724
 
1714
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/query/resume.ts)_
1725
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/query/resume.ts)_
1715
1726
 
1716
1727
  ## `sf data resume`
1717
1728
 
@@ -1748,7 +1759,7 @@ EXAMPLES
1748
1759
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1749
1760
  ```
1750
1761
 
1751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/resume.ts)_
1762
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/resume.ts)_
1752
1763
 
1753
1764
  ## `sf data update record`
1754
1765
 
@@ -1810,7 +1821,7 @@ EXAMPLES
1810
1821
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1811
1822
  ```
1812
1823
 
1813
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/update/record.ts)_
1824
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/update/record.ts)_
1814
1825
 
1815
1826
  ## `sf data upsert bulk`
1816
1827
 
@@ -1863,7 +1874,7 @@ EXAMPLES
1863
1874
  my-scratch
1864
1875
  ```
1865
1876
 
1866
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/upsert/bulk.ts)_
1877
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/upsert/bulk.ts)_
1867
1878
 
1868
1879
  ## `sf data upsert resume`
1869
1880
 
@@ -1902,7 +1913,7 @@ EXAMPLES
1902
1913
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1903
1914
  ```
1904
1915
 
1905
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/data/upsert/resume.ts)_
1916
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/data/upsert/resume.ts)_
1906
1917
 
1907
1918
  ## `sf doctor`
1908
1919
 
@@ -1997,7 +2008,7 @@ EXAMPLES
1997
2008
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1998
2009
  ```
1999
2010
 
2000
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/force/data/bulk/delete.ts)_
2011
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/force/data/bulk/delete.ts)_
2001
2012
 
2002
2013
  ## `sf force data bulk status`
2003
2014
 
@@ -2034,7 +2045,7 @@ EXAMPLES
2034
2045
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2035
2046
  ```
2036
2047
 
2037
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/force/data/bulk/status.ts)_
2048
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/force/data/bulk/status.ts)_
2038
2049
 
2039
2050
  ## `sf force data bulk upsert`
2040
2051
 
@@ -2092,7 +2103,7 @@ EXAMPLES
2092
2103
  --target-org my-scratch
2093
2104
  ```
2094
2105
 
2095
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.8/src/commands/force/data/bulk/upsert.ts)_
2106
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.0/src/commands/force/data/bulk/upsert.ts)_
2096
2107
 
2097
2108
  ## `sf help [COMMAND]`
2098
2109
 
@@ -5446,7 +5457,7 @@ EXAMPLES
5446
5457
  $ sf plugins
5447
5458
  ```
5448
5459
 
5449
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/index.ts)_
5460
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/index.ts)_
5450
5461
 
5451
5462
  ## `sf plugins discover`
5452
5463
 
@@ -5491,7 +5502,7 @@ EXAMPLES
5491
5502
  $ sf plugins inspect @salesforce/plugin-packaging
5492
5503
  ```
5493
5504
 
5494
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/inspect.ts)_
5505
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/inspect.ts)_
5495
5506
 
5496
5507
  ## `sf plugins install PLUGIN`
5497
5508
 
@@ -5540,7 +5551,7 @@ EXAMPLES
5540
5551
  $ sf plugins install someuser/someplugin
5541
5552
  ```
5542
5553
 
5543
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/install.ts)_
5554
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/install.ts)_
5544
5555
 
5545
5556
  ## `sf plugins link PATH`
5546
5557
 
@@ -5570,7 +5581,7 @@ EXAMPLES
5570
5581
  $ sf plugins link @salesforce/plugin-packaging
5571
5582
  ```
5572
5583
 
5573
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/link.ts)_
5584
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/link.ts)_
5574
5585
 
5575
5586
  ## `sf plugins reset`
5576
5587
 
@@ -5585,7 +5596,7 @@ FLAGS
5585
5596
  --reinstall Reinstall all plugins after uninstalling.
5586
5597
  ```
5587
5598
 
5588
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/reset.ts)_
5599
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/reset.ts)_
5589
5600
 
5590
5601
  ## `sf plugins trust verify`
5591
5602
 
@@ -5642,7 +5653,7 @@ EXAMPLES
5642
5653
  $ sf plugins uninstall @salesforce/plugin-packaging
5643
5654
  ```
5644
5655
 
5645
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/uninstall.ts)_
5656
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/uninstall.ts)_
5646
5657
 
5647
5658
  ## `sf plugins update`
5648
5659
 
@@ -5660,7 +5671,7 @@ DESCRIPTION
5660
5671
  Update installed plugins.
5661
5672
  ```
5662
5673
 
5663
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/update.ts)_
5674
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/update.ts)_
5664
5675
 
5665
5676
  ## `sf project convert mdapi`
5666
5677
 
@@ -7806,7 +7817,7 @@ FLAG DESCRIPTIONS
7806
7817
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7807
7818
  ```
7808
7819
 
7809
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.3/src/commands/version.ts)_
7820
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.4/src/commands/version.ts)_
7810
7821
 
7811
7822
  ## `sf visualforce generate component`
7812
7823
 
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.47.1",
3
+ "version": "2.47.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.47.1",
9
+ "version": "2.47.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.0.6",
15
15
  "@oclif/plugin-autocomplete": "3.1.3",
16
- "@oclif/plugin-commands": "4.0.3",
16
+ "@oclif/plugin-commands": "4.0.4",
17
17
  "@oclif/plugin-help": "6.2.2",
18
18
  "@oclif/plugin-not-found": "3.2.4",
19
- "@oclif/plugin-plugins": "5.3.1",
19
+ "@oclif/plugin-plugins": "5.3.2",
20
20
  "@oclif/plugin-search": "1.1.3",
21
21
  "@oclif/plugin-update": "4.4.1",
22
- "@oclif/plugin-version": "2.2.3",
22
+ "@oclif/plugin-version": "2.2.4",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.5",
24
24
  "@oclif/plugin-which": "3.2.3",
25
25
  "@salesforce/core": "^7.2.0",
26
26
  "@salesforce/kit": "^3.1.0",
27
27
  "@salesforce/plugin-apex": "3.1.19",
28
28
  "@salesforce/plugin-auth": "3.6.22",
29
- "@salesforce/plugin-data": "3.4.8",
29
+ "@salesforce/plugin-data": "3.5.0",
30
30
  "@salesforce/plugin-deploy-retrieve": "3.9.5",
31
31
  "@salesforce/plugin-info": "3.3.7",
32
32
  "@salesforce/plugin-limits": "3.3.13",
@@ -36,8 +36,8 @@
36
36
  "@salesforce/plugin-schema": "3.3.12",
37
37
  "@salesforce/plugin-settings": "2.3.2",
38
38
  "@salesforce/plugin-sobject": "1.4.11",
39
- "@salesforce/plugin-source": "3.4.3",
40
- "@salesforce/plugin-telemetry": "3.4.1",
39
+ "@salesforce/plugin-source": "3.4.5",
40
+ "@salesforce/plugin-telemetry": "3.4.3",
41
41
  "@salesforce/plugin-templates": "56.2.12",
42
42
  "@salesforce/plugin-trust": "3.7.6",
43
43
  "@salesforce/plugin-user": "3.5.14",
@@ -4229,9 +4229,9 @@
4229
4229
  }
4230
4230
  },
4231
4231
  "node_modules/@oclif/plugin-commands": {
4232
- "version": "4.0.3",
4233
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.3.tgz",
4234
- "integrity": "sha512-aHDgn+lkqsVm6v+oEqLDw+nTaxTgxc2Geutc9LE4bMQ3djHcVM5GGdPGTUZSWwv2tUDK6CyskhmdFq7clbmobg==",
4232
+ "version": "4.0.4",
4233
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.4.tgz",
4234
+ "integrity": "sha512-diF+f4mNrFI6UgULE96MdKyrhTlUwxbKCeW5mZbAJzAmUJq/ILNvAf17pEdyhSqufNekLgPf4rnQjCrNmkRdPA==",
4235
4235
  "license": "MIT",
4236
4236
  "dependencies": {
4237
4237
  "@oclif/core": "^4",
@@ -4280,9 +4280,9 @@
4280
4280
  }
4281
4281
  },
4282
4282
  "node_modules/@oclif/plugin-plugins": {
4283
- "version": "5.3.1",
4284
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.1.tgz",
4285
- "integrity": "sha512-llfT+/zy+8xWf/djgC6DFJwSxvrz6bH22lf72B/75N9OQZhDRSy/PGn3KxEnYQ4DOdleG6TlWNKq5y8lCjICPQ==",
4283
+ "version": "5.3.2",
4284
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.2.tgz",
4285
+ "integrity": "sha512-jdaRfNBQmFgCP0xXWJqSntxnO3TJtIa0IRSLO1ZQsjzuclldH00/XG0ZdRUS24KNU78XBVkuQ4h3sTSlFHqBeQ==",
4286
4286
  "license": "MIT",
4287
4287
  "dependencies": {
4288
4288
  "@oclif/core": "^4",
@@ -4371,9 +4371,9 @@
4371
4371
  }
4372
4372
  },
4373
4373
  "node_modules/@oclif/plugin-version": {
4374
- "version": "2.2.3",
4375
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.3.tgz",
4376
- "integrity": "sha512-TOtOwVHDpgJsFeA13T3rtjVPK6votYsiAWvialO7K666wPHf2IrRcraFgfHJo7xcxgtfRvjB+PJDBcxT8O4f7g==",
4374
+ "version": "2.2.4",
4375
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.4.tgz",
4376
+ "integrity": "sha512-zOog2VyWyMJkldmtlwDw8pl/aK9Z4UrmLxGf9Erjo+71hRXv0ovMvikycE3+HMwrnbIibOBs8//8CGEtSz5bBw==",
4377
4377
  "license": "MIT",
4378
4378
  "dependencies": {
4379
4379
  "@oclif/core": "^4",
@@ -4769,9 +4769,9 @@
4769
4769
  }
4770
4770
  },
4771
4771
  "node_modules/@salesforce/core": {
4772
- "version": "7.3.12",
4773
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
4774
- "integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
4772
+ "version": "7.4.1",
4773
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.4.1.tgz",
4774
+ "integrity": "sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ==",
4775
4775
  "license": "BSD-3-Clause",
4776
4776
  "dependencies": {
4777
4777
  "@jsforce/jsforce-node": "^3.2.0",
@@ -4878,9 +4878,9 @@
4878
4878
  }
4879
4879
  },
4880
4880
  "node_modules/@salesforce/kit": {
4881
- "version": "3.1.3",
4882
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.3.tgz",
4883
- "integrity": "sha512-uGiG8wOyPciba63WFPazs7nJFBPdOkjVTot8h3Zt+K6kh4+8XgfHI9lOa4NVXtZpuOnBI4Zklbcu3R3V1mZYsg==",
4881
+ "version": "3.1.4",
4882
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.4.tgz",
4883
+ "integrity": "sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==",
4884
4884
  "license": "BSD-3-Clause",
4885
4885
  "dependencies": {
4886
4886
  "@salesforce/ts-types": "^2.0.9",
@@ -5370,9 +5370,9 @@
5370
5370
  }
5371
5371
  },
5372
5372
  "node_modules/@salesforce/plugin-data": {
5373
- "version": "3.4.8",
5374
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.8.tgz",
5375
- "integrity": "sha512-gcKhUG62rmFdqDw8zCQP1l972mJ0ZUUHmC8BGmszS9y+eBUEl5rZSfhH4abO5qnc0PtkPkd8iTkHLLaZj7deag==",
5373
+ "version": "3.5.0",
5374
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.0.tgz",
5375
+ "integrity": "sha512-HvyMdQ2ZWpS4PskYW+nfuQKmuSwV75oo2Y7HAgdjCXOaGQ0FQO+6u4oXUUp5olEmYsWTy7As3xMoi1JnnWyV9Q==",
5376
5376
  "license": "BSD-3-Clause",
5377
5377
  "dependencies": {
5378
5378
  "@jsforce/jsforce-node": "^3.2.0",
@@ -7142,19 +7142,19 @@
7142
7142
  }
7143
7143
  },
7144
7144
  "node_modules/@salesforce/plugin-source": {
7145
- "version": "3.4.3",
7146
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.3.tgz",
7147
- "integrity": "sha512-OqfFIk1ex29JO5s+cfomjyHsBt1JUuLaF6Jp3pQsKUK0JWWYxQTB/XKFR7OsnunvClUvV8kuodKOGaOKfBEYsg==",
7145
+ "version": "3.4.5",
7146
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.5.tgz",
7147
+ "integrity": "sha512-D8tq5oXRD+suDI2VIKxaZ57oT8lgJKPSOu7aR5buvnPxdAOyqL+X85uVQe7jvB+ns/Z4FdOBmra1+p4B7Go8Rg==",
7148
7148
  "license": "BSD-3-Clause",
7149
7149
  "dependencies": {
7150
7150
  "@oclif/core": "^4",
7151
7151
  "@salesforce/apex-node": "^6.0.0",
7152
7152
  "@salesforce/core": "^7.3.9",
7153
7153
  "@salesforce/kit": "^3.1.2",
7154
- "@salesforce/sf-plugins-core": "^10.0.0",
7154
+ "@salesforce/sf-plugins-core": "^10.0.1",
7155
7155
  "@salesforce/source-deploy-retrieve": "^11.6.2",
7156
7156
  "@salesforce/source-tracking": "^6.5.0",
7157
- "@salesforce/ts-types": "^2.0.9",
7157
+ "@salesforce/ts-types": "^2.0.10",
7158
7158
  "chalk": "^5.3.0",
7159
7159
  "cli-progress": "^3.12.0",
7160
7160
  "got": "^13.0.0",
@@ -7302,16 +7302,16 @@
7302
7302
  }
7303
7303
  },
7304
7304
  "node_modules/@salesforce/plugin-telemetry": {
7305
- "version": "3.4.1",
7306
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.1.tgz",
7307
- "integrity": "sha512-CSuV35hQAv0EjRl34OGLQK5qLRh3dCDNt1R265vjfX5dtI42mc50H7+fnDkLMVYVAEnG6aANnE+6A1krcBYm8w==",
7305
+ "version": "3.4.3",
7306
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.3.tgz",
7307
+ "integrity": "sha512-10vxUZG0tCx7/QyQeis1FQnLjkT9xkQV+KnBCPuKalCtDD+tgAgZ+kQ/JIGYHUVf3wdiCysL2m8bZD6/DER4bw==",
7308
7308
  "license": "BSD-3-Clause",
7309
7309
  "dependencies": {
7310
- "@oclif/core": "^4.0.3",
7310
+ "@oclif/core": "^4.0.6",
7311
7311
  "@salesforce/core": "^7.3.5",
7312
7312
  "@salesforce/kit": "^3.1.2",
7313
7313
  "@salesforce/sf-plugins-core": "^10.0.0",
7314
- "@salesforce/telemetry": "^6.0.9",
7314
+ "@salesforce/telemetry": "^6.0.11",
7315
7315
  "@salesforce/ts-types": "^2.0.9",
7316
7316
  "debug": "^4.3.4"
7317
7317
  },
@@ -8184,13 +8184,13 @@
8184
8184
  }
8185
8185
  },
8186
8186
  "node_modules/@salesforce/telemetry": {
8187
- "version": "6.0.9",
8188
- "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.9.tgz",
8189
- "integrity": "sha512-JqrxUWjdDFzRjiM1zPtDbbMG7RaJkyKMANl/+Be8Szje/TiMW3HygCnIQKKmUdO3uKBDeNJgpvcLCHpNnX0dbg==",
8187
+ "version": "6.0.13",
8188
+ "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.13.tgz",
8189
+ "integrity": "sha512-X5wZ8NPXrFuL7QrX+A0v34RQcQsCrpe8Gc9SmmVRSbz7vIETy4TovEuGUA59m48WughDIx1CgP3Sj7P75SrPag==",
8190
8190
  "license": "BSD-3-Clause",
8191
8191
  "dependencies": {
8192
- "@salesforce/core": "^7.3.9",
8193
- "@salesforce/kit": "^3.1.2",
8192
+ "@salesforce/core": "^7.4.1",
8193
+ "@salesforce/kit": "^3.1.4",
8194
8194
  "applicationinsights": "^2.9.5",
8195
8195
  "got": "^11",
8196
8196
  "proxy-agent": "^6.4.0"
@@ -8508,15 +8508,12 @@
8508
8508
  }
8509
8509
  },
8510
8510
  "node_modules/@salesforce/ts-types": {
8511
- "version": "2.0.9",
8512
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz",
8513
- "integrity": "sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==",
8511
+ "version": "2.0.10",
8512
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.10.tgz",
8513
+ "integrity": "sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==",
8514
8514
  "license": "BSD-3-Clause",
8515
- "dependencies": {
8516
- "tslib": "^2.6.2"
8517
- },
8518
8515
  "engines": {
8519
- "node": ">=16.0.0"
8516
+ "node": ">=18.0.0"
8520
8517
  }
8521
8518
  },
8522
8519
  "node_modules/@salesforce/types": {