@salesforce/cli 2.36.2 → 2.36.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.36.2 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.36.3 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1135,7 +1135,7 @@ EXAMPLES
1135
1135
  TracedEntityId=01p17000000R6bLAAS"
1136
1136
  ```
1137
1137
 
1138
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/create/record.ts)_
1138
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/create/record.ts)_
1139
1139
 
1140
1140
  ## `sf data delete bulk`
1141
1141
 
@@ -1182,7 +1182,7 @@ EXAMPLES
1182
1182
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1183
1183
  ```
1184
1184
 
1185
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/bulk.ts)_
1185
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/delete/bulk.ts)_
1186
1186
 
1187
1187
  ## `sf data delete record`
1188
1188
 
@@ -1243,7 +1243,7 @@ EXAMPLES
1243
1243
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1244
1244
  ```
1245
1245
 
1246
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/record.ts)_
1246
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/delete/record.ts)_
1247
1247
 
1248
1248
  ## `sf data delete resume`
1249
1249
 
@@ -1256,7 +1256,8 @@ USAGE
1256
1256
 
1257
1257
  FLAGS
1258
1258
  -i, --job-id=<value> ID of the job you want to resume.
1259
- -o, --target-org=<value>
1259
+ -o, --target-org=<value> Username or alias of the target org. Not required if the "target-org" configuration
1260
+ variable is already set.
1260
1261
  --api-version=<value> Override the api version used for api requests made by this command
1261
1262
  --use-most-recent Use the ID of the most recently-run bulk job.
1262
1263
  --wait=<value> [default: 0 minutes] Number of minutes to wait for the command to complete before
@@ -1281,7 +1282,7 @@ EXAMPLES
1281
1282
  $ sf data delete resume --use-most-recent --target-org my-scratch
1282
1283
  ```
1283
1284
 
1284
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/resume.ts)_
1285
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/delete/resume.ts)_
1285
1286
 
1286
1287
  ## `sf data export beta tree`
1287
1288
 
@@ -1339,7 +1340,7 @@ EXAMPLES
1339
1340
  my-scratch
1340
1341
  ```
1341
1342
 
1342
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/beta/tree.ts)_
1343
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/export/beta/tree.ts)_
1343
1344
 
1344
1345
  ## `sf data export tree`
1345
1346
 
@@ -1399,7 +1400,7 @@ EXAMPLES
1399
1400
  my-scratch
1400
1401
  ```
1401
1402
 
1402
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/tree.ts)_
1403
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/export/tree.ts)_
1403
1404
 
1404
1405
  ## `sf data get record`
1405
1406
 
@@ -1463,7 +1464,7 @@ EXAMPLES
1463
1464
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1464
1465
  ```
1465
1466
 
1466
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/get/record.ts)_
1467
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/get/record.ts)_
1467
1468
 
1468
1469
  ## `sf data import beta tree`
1469
1470
 
@@ -1506,7 +1507,7 @@ EXAMPLES
1506
1507
  $ sf data import beta tree --plan Account-Contact-plan.json
1507
1508
  ```
1508
1509
 
1509
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/beta/tree.ts)_
1510
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/import/beta/tree.ts)_
1510
1511
 
1511
1512
  ## `sf data import tree`
1512
1513
 
@@ -1556,7 +1557,7 @@ EXAMPLES
1556
1557
  $ sf data import tree --plan Account-Contact-plan.json
1557
1558
  ```
1558
1559
 
1559
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/tree.ts)_
1560
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/import/tree.ts)_
1560
1561
 
1561
1562
  ## `sf data query`
1562
1563
 
@@ -1620,7 +1621,7 @@ EXAMPLES
1620
1621
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1621
1622
  ```
1622
1623
 
1623
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query.ts)_
1624
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/query.ts)_
1624
1625
 
1625
1626
  ## `sf data query resume`
1626
1627
 
@@ -1633,7 +1634,8 @@ USAGE
1633
1634
 
1634
1635
  FLAGS
1635
1636
  -i, --bulk-query-id=<value> Job ID of the bulk query.
1636
- -o, --target-org=<value>
1637
+ -o, --target-org=<value> Username or alias of the target org. Not required if the "target-org" configuration
1638
+ variable is already set.
1637
1639
  -r, --result-format=<option> [default: human] Format to display the results; the --json flag overrides this flag.
1638
1640
  <options: human|csv|json>
1639
1641
  --api-version=<value> Override the api version used for api requests made by this command
@@ -1657,7 +1659,7 @@ EXAMPLES
1657
1659
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1658
1660
  ```
1659
1661
 
1660
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query/resume.ts)_
1662
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/query/resume.ts)_
1661
1663
 
1662
1664
  ## `sf data resume`
1663
1665
 
@@ -1694,7 +1696,7 @@ EXAMPLES
1694
1696
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1695
1697
  ```
1696
1698
 
1697
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/resume.ts)_
1699
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/resume.ts)_
1698
1700
 
1699
1701
  ## `sf data update record`
1700
1702
 
@@ -1756,7 +1758,7 @@ EXAMPLES
1756
1758
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1757
1759
  ```
1758
1760
 
1759
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/update/record.ts)_
1761
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/update/record.ts)_
1760
1762
 
1761
1763
  ## `sf data upsert bulk`
1762
1764
 
@@ -1809,7 +1811,7 @@ EXAMPLES
1809
1811
  my-scratch
1810
1812
  ```
1811
1813
 
1812
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/bulk.ts)_
1814
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/upsert/bulk.ts)_
1813
1815
 
1814
1816
  ## `sf data upsert resume`
1815
1817
 
@@ -1822,7 +1824,8 @@ USAGE
1822
1824
 
1823
1825
  FLAGS
1824
1826
  -i, --job-id=<value> ID of the job you want to resume.
1825
- -o, --target-org=<value>
1827
+ -o, --target-org=<value> Username or alias of the target org. Not required if the "target-org" configuration
1828
+ variable is already set.
1826
1829
  --api-version=<value> Override the api version used for api requests made by this command
1827
1830
  --use-most-recent Use the ID of the most recently-run bulk job.
1828
1831
  --wait=<value> [default: 0 minutes] Number of minutes to wait for the command to complete before
@@ -1847,7 +1850,7 @@ EXAMPLES
1847
1850
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1848
1851
  ```
1849
1852
 
1850
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/resume.ts)_
1853
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/upsert/resume.ts)_
1851
1854
 
1852
1855
  ## `sf doctor`
1853
1856
 
@@ -1942,7 +1945,7 @@ EXAMPLES
1942
1945
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1943
1946
  ```
1944
1947
 
1945
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/delete.ts)_
1948
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/force/data/bulk/delete.ts)_
1946
1949
 
1947
1950
  ## `sf force data bulk status`
1948
1951
 
@@ -1979,7 +1982,7 @@ EXAMPLES
1979
1982
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1980
1983
  ```
1981
1984
 
1982
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/status.ts)_
1985
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/force/data/bulk/status.ts)_
1983
1986
 
1984
1987
  ## `sf force data bulk upsert`
1985
1988
 
@@ -2037,7 +2040,7 @@ EXAMPLES
2037
2040
  --target-org my-scratch
2038
2041
  ```
2039
2042
 
2040
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/upsert.ts)_
2043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/force/data/bulk/upsert.ts)_
2041
2044
 
2042
2045
  ## `sf help [COMMAND]`
2043
2046
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.36.2",
3
+ "version": "2.36.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.36.2",
9
+ "version": "2.36.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -25,7 +25,7 @@
25
25
  "@salesforce/core": "^6.1.4",
26
26
  "@salesforce/plugin-apex": "3.1.0",
27
27
  "@salesforce/plugin-auth": "3.5.0",
28
- "@salesforce/plugin-data": "3.2.2",
28
+ "@salesforce/plugin-data": "3.2.3",
29
29
  "@salesforce/plugin-deploy-retrieve": "3.5.0",
30
30
  "@salesforce/plugin-info": "3.1.0",
31
31
  "@salesforce/plugin-limits": "3.2.0",
@@ -35,7 +35,7 @@
35
35
  "@salesforce/plugin-schema": "3.2.0",
36
36
  "@salesforce/plugin-settings": "2.1.0",
37
37
  "@salesforce/plugin-sobject": "1.2.0",
38
- "@salesforce/plugin-source": "3.2.0",
38
+ "@salesforce/plugin-source": "3.2.1",
39
39
  "@salesforce/plugin-telemetry": "3.1.17",
40
40
  "@salesforce/plugin-templates": "56.1.0",
41
41
  "@salesforce/plugin-trust": "3.5.0",
@@ -7327,9 +7327,9 @@
7327
7327
  }
7328
7328
  },
7329
7329
  "node_modules/@salesforce/apex-node": {
7330
- "version": "3.1.0",
7331
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.1.0.tgz",
7332
- "integrity": "sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==",
7330
+ "version": "4.0.2",
7331
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-4.0.2.tgz",
7332
+ "integrity": "sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==",
7333
7333
  "license": "BSD-3-Clause",
7334
7334
  "dependencies": {
7335
7335
  "@salesforce/core": "^6.5.1",
@@ -7636,6 +7636,26 @@
7636
7636
  "node": ">=18.0.0"
7637
7637
  }
7638
7638
  },
7639
+ "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/apex-node": {
7640
+ "version": "3.1.0",
7641
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.1.0.tgz",
7642
+ "integrity": "sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==",
7643
+ "license": "BSD-3-Clause",
7644
+ "dependencies": {
7645
+ "@salesforce/core": "^6.5.1",
7646
+ "@salesforce/kit": "^3.0.15",
7647
+ "@types/istanbul-reports": "^3.0.4",
7648
+ "faye": "1.4.0",
7649
+ "glob": "^10.3.10",
7650
+ "istanbul-lib-coverage": "^3.2.2",
7651
+ "istanbul-lib-report": "^3.0.1",
7652
+ "istanbul-reports": "^3.1.6",
7653
+ "jsforce": "^2.0.0-beta.29"
7654
+ },
7655
+ "engines": {
7656
+ "node": ">=18.18.2"
7657
+ }
7658
+ },
7639
7659
  "node_modules/@salesforce/plugin-apex/node_modules/color-name": {
7640
7660
  "version": "2.0.0",
7641
7661
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
@@ -7722,9 +7742,9 @@
7722
7742
  }
7723
7743
  },
7724
7744
  "node_modules/@salesforce/plugin-data": {
7725
- "version": "3.2.2",
7726
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.2.tgz",
7727
- "integrity": "sha512-QfWS0yETQ8FQ0Y3Quyp3dNBPl8Tu4KdB68IbRS0BuqTWO+ub/nK1QrIDgl/uoJQ85IsaPLgD4FTNS6TCSDe2QQ==",
7745
+ "version": "3.2.3",
7746
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.3.tgz",
7747
+ "integrity": "sha512-o16Xx+EiZY0nHUrB9fDlR64FfcKSb8zlVu2iBfxsdlvT4CqeYxcf/bUQbP2Q+emZmz1QlqR2uKui0/+MdhypDA==",
7728
7748
  "license": "BSD-3-Clause",
7729
7749
  "dependencies": {
7730
7750
  "@jsforce/jsforce-node": "^3.0.0-next.2",
@@ -7769,26 +7789,6 @@
7769
7789
  "node": ">=18.0.0"
7770
7790
  }
7771
7791
  },
7772
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/apex-node": {
7773
- "version": "4.0.2",
7774
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-4.0.2.tgz",
7775
- "integrity": "sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==",
7776
- "license": "BSD-3-Clause",
7777
- "dependencies": {
7778
- "@salesforce/core": "^6.5.1",
7779
- "@salesforce/kit": "^3.0.15",
7780
- "@types/istanbul-reports": "^3.0.4",
7781
- "faye": "1.4.0",
7782
- "glob": "^10.3.10",
7783
- "istanbul-lib-coverage": "^3.2.2",
7784
- "istanbul-lib-report": "^3.0.1",
7785
- "istanbul-reports": "^3.1.6",
7786
- "jsforce": "^2.0.0-beta.29"
7787
- },
7788
- "engines": {
7789
- "node": ">=18.18.2"
7790
- }
7791
- },
7792
7792
  "node_modules/@salesforce/plugin-info": {
7793
7793
  "version": "3.1.0",
7794
7794
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.0.tgz",
@@ -8194,13 +8194,13 @@
8194
8194
  }
8195
8195
  },
8196
8196
  "node_modules/@salesforce/plugin-source": {
8197
- "version": "3.2.0",
8198
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.0.tgz",
8199
- "integrity": "sha512-B6zKEAxky0aIFmt3PT8iglEqT9XThAM5RJJ9krxFHNZZZRVCwF+QcwX/y2ifdYwJ44C8fULlnUCPVxOM+U/mfQ==",
8197
+ "version": "3.2.1",
8198
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.1.tgz",
8199
+ "integrity": "sha512-TzANvn3r03G8Rx1x+9wz4xjFJ0JPWa8E8tBKBqON3VlWA3mbOtG1OvHe47jalmpShcHUO7vNPYJ+lLW+DVoP2A==",
8200
8200
  "license": "BSD-3-Clause",
8201
8201
  "dependencies": {
8202
8202
  "@oclif/core": "^3.25.2",
8203
- "@salesforce/apex-node": "^3.1.0",
8203
+ "@salesforce/apex-node": "^4.0.2",
8204
8204
  "@salesforce/core": "^6.4.4",
8205
8205
  "@salesforce/kit": "^3.0.15",
8206
8206
  "@salesforce/sf-plugins-core": "^8.0.1",
@@ -8336,9 +8336,9 @@
8336
8336
  }
8337
8337
  },
8338
8338
  "node_modules/@salesforce/source-deploy-retrieve": {
8339
- "version": "10.6.2",
8340
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.6.2.tgz",
8341
- "integrity": "sha512-hzei+1ZofJ3Ht0lHrjQyBiwugfjTcTQcxeYoUSQW2ymSnl/QDhwBxj2DJAFepopTCSozAClS0jhq06/Ezmknqg==",
8339
+ "version": "10.7.0",
8340
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.7.0.tgz",
8341
+ "integrity": "sha512-4MI8+m0yTdxTiJFel0OesS/pMWvypGA0/Nti0PJE2h2LMkwTLAlzBZugqe2NsNAcv+64cxYLZ0pFGEdoOVlx/g==",
8342
8342
  "license": "BSD-3-Clause",
8343
8343
  "dependencies": {
8344
8344
  "@salesforce/core": "^6.7.3",
@@ -8643,7 +8643,7 @@
8643
8643
  }
8644
8644
  },
8645
8645
  "node_modules/@salesforce/templates": {
8646
- "version": "60.1.0",
8646
+ "version": "60.1.1",
8647
8647
  "license": "BSD-3-Clause",
8648
8648
  "dependencies": {
8649
8649
  "@salesforce/core": "^6.1.0",
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.36.2"
5387
+ "version": "2.36.3"
5388
5388
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.36.2",
4
+ "version": "2.36.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -152,7 +152,7 @@
152
152
  "@salesforce/core": "^6.1.4",
153
153
  "@salesforce/plugin-apex": "3.1.0",
154
154
  "@salesforce/plugin-auth": "3.5.0",
155
- "@salesforce/plugin-data": "3.2.2",
155
+ "@salesforce/plugin-data": "3.2.3",
156
156
  "@salesforce/plugin-deploy-retrieve": "3.5.0",
157
157
  "@salesforce/plugin-info": "3.1.0",
158
158
  "@salesforce/plugin-limits": "3.2.0",
@@ -162,7 +162,7 @@
162
162
  "@salesforce/plugin-schema": "3.2.0",
163
163
  "@salesforce/plugin-settings": "2.1.0",
164
164
  "@salesforce/plugin-sobject": "1.2.0",
165
- "@salesforce/plugin-source": "3.2.0",
165
+ "@salesforce/plugin-source": "3.2.1",
166
166
  "@salesforce/plugin-telemetry": "3.1.17",
167
167
  "@salesforce/plugin-templates": "56.1.0",
168
168
  "@salesforce/plugin-trust": "3.5.0",
@@ -205,8 +205,8 @@
205
205
  ],
206
206
  "resolutions": {
207
207
  "@salesforce/schemas": "1.6.1",
208
- "@salesforce/templates": "60.1.0",
209
- "@salesforce/source-deploy-retrieve": "10.6.2",
208
+ "@salesforce/templates": "60.1.1",
209
+ "@salesforce/source-deploy-retrieve": "10.7.0",
210
210
  "@salesforce/source-tracking": "5.2.1"
211
211
  },
212
212
  "repository": "salesforcecli/cli",