@salesforce/cli 1.35.0 → 1.38.0

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "1.35.0",
3
+ "version": "1.38.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.35.0",
9
+ "version": "1.38.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^1.9.5",
@@ -21,7 +21,7 @@
21
21
  "@sf/config": "npm:@salesforce/plugin-config@2.3.2",
22
22
  "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.5.2",
23
23
  "@sf/env": "npm:@salesforce/plugin-env@1.5.0",
24
- "@sf/functions": "npm:@salesforce/plugin-functions@1.7.1",
24
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.13.1",
25
25
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.14",
26
26
  "@sf/info": "npm:@salesforce/plugin-info@2.0.1",
27
27
  "@sf/login": "npm:@salesforce/plugin-login@1.1.1",
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "@oclif/plugin-command-snapshot": "^3.1.3",
37
37
  "@salesforce/dev-config": "^3.0.1",
38
- "@salesforce/dev-scripts": "^2",
38
+ "@salesforce/dev-scripts": "^2.0.4",
39
39
  "@salesforce/plugin-release-management": "^2.13.0",
40
40
  "@salesforce/prettier-config": "^0.0.2",
41
41
  "@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -57,7 +57,7 @@
57
57
  "husky": "^7.0.4",
58
58
  "mocha": "^9.2.2",
59
59
  "nyc": "^15.1.0",
60
- "oclif": "^2.6.3",
60
+ "oclif": "^2.7.0",
61
61
  "prettier": "^2.6.2",
62
62
  "pretty-quick": "^3.1.3",
63
63
  "sinon": "^11.1.2",
@@ -1231,16 +1231,70 @@
1231
1231
  "node": ">=8.0.0"
1232
1232
  }
1233
1233
  },
1234
- "node_modules/@heroku/functions-core": {
1235
- "version": "0.2.6",
1236
- "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.2.6.tgz",
1237
- "integrity": "sha512-9BoCs5ruOXBvneqQVRfTCXTlxnBo9coAOKtXUS5KO/sJfu3AUr94sDyNCPSOr3dZEb44s2IsdnSe2JI+1gjSwg==",
1234
+ "node_modules/@heroku/project-descriptor": {
1235
+ "version": "0.0.6",
1236
+ "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.6.tgz",
1237
+ "integrity": "sha512-zH1Wx5WQFCnt3ToiQJ9yUWsOXN5woTiGczGUpvQS0zCwwkE42ydKZSRKgSlB/YIwsDmAkFKiUwe97fT+qP45iw==",
1238
+ "license": "MIT",
1239
+ "dependencies": {
1240
+ "ajv": "^8.0.0",
1241
+ "ajv-formats": "^2.0.2",
1242
+ "toml": "^3.0.0"
1243
+ },
1244
+ "engines": {
1245
+ "node": ">=8.0.0"
1246
+ }
1247
+ },
1248
+ "node_modules/@heroku/project-descriptor/node_modules/ajv": {
1249
+ "version": "8.11.0",
1250
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
1251
+ "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
1252
+ "license": "MIT",
1253
+ "dependencies": {
1254
+ "fast-deep-equal": "^3.1.1",
1255
+ "json-schema-traverse": "^1.0.0",
1256
+ "require-from-string": "^2.0.2",
1257
+ "uri-js": "^4.2.2"
1258
+ },
1259
+ "funding": {
1260
+ "type": "github",
1261
+ "url": "https://github.com/sponsors/epoberezkin"
1262
+ }
1263
+ },
1264
+ "node_modules/@heroku/project-descriptor/node_modules/ajv-formats": {
1265
+ "version": "2.1.1",
1266
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
1267
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
1268
+ "license": "MIT",
1269
+ "dependencies": {
1270
+ "ajv": "^8.0.0"
1271
+ },
1272
+ "peerDependencies": {
1273
+ "ajv": "^8.0.0"
1274
+ },
1275
+ "peerDependenciesMeta": {
1276
+ "ajv": {
1277
+ "optional": true
1278
+ }
1279
+ }
1280
+ },
1281
+ "node_modules/@heroku/project-descriptor/node_modules/json-schema-traverse": {
1282
+ "version": "1.0.0",
1283
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1284
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1285
+ "license": "MIT"
1286
+ },
1287
+ "node_modules/@hk/functions-core": {
1288
+ "name": "@heroku/functions-core",
1289
+ "version": "0.3.2",
1290
+ "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.3.2.tgz",
1291
+ "integrity": "sha512-X4MybSJMYPrGEl29v+QzqhZDWYLAeUWHMziVMwrmWEsDfMJVNSi2YWSg9tqaIvts6+iIhJiIzkNnxMm/2WrSMg==",
1238
1292
  "license": "MIT",
1239
1293
  "dependencies": {
1240
1294
  "@heroku-cli/color": "^1.1.14",
1241
1295
  "@heroku/project-descriptor": "0.0.5",
1242
1296
  "@salesforce/core": "^2.20.10",
1243
- "@salesforce/templates": "^52.0.0",
1297
+ "@salesforce/templates": "^54.2.0",
1244
1298
  "@salesforce/ts-sinon": "^1.3.12",
1245
1299
  "axios": "^0.21.2",
1246
1300
  "cloudevents": "^4.0.2",
@@ -1256,7 +1310,21 @@
1256
1310
  "yeoman-environment": "~3.3.0"
1257
1311
  }
1258
1312
  },
1259
- "node_modules/@heroku/functions-core/node_modules/@salesforce/core": {
1313
+ "node_modules/@hk/functions-core/node_modules/@heroku/project-descriptor": {
1314
+ "version": "0.0.5",
1315
+ "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
1316
+ "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
1317
+ "license": "MIT",
1318
+ "dependencies": {
1319
+ "ajv": "^8.0.0",
1320
+ "ajv-formats": "^2.0.2",
1321
+ "toml": "^3.0.0"
1322
+ },
1323
+ "engines": {
1324
+ "node": ">=8.0.0"
1325
+ }
1326
+ },
1327
+ "node_modules/@hk/functions-core/node_modules/@salesforce/core": {
1260
1328
  "version": "2.36.0",
1261
1329
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.36.0.tgz",
1262
1330
  "integrity": "sha512-VsKt7SXArxrOelaJl5Ez21Pmtdp2eU6qimqZ5clxnNaZDZKOySDPYnKHu7AYCt1LUNFN9cfsX8K5yOHxS+wT+w==",
@@ -1282,7 +1350,40 @@
1282
1350
  "ts-retry-promise": "^0.6.0"
1283
1351
  }
1284
1352
  },
1285
- "node_modules/@heroku/functions-core/node_modules/dateformat": {
1353
+ "node_modules/@hk/functions-core/node_modules/ajv": {
1354
+ "version": "8.11.0",
1355
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
1356
+ "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
1357
+ "license": "MIT",
1358
+ "dependencies": {
1359
+ "fast-deep-equal": "^3.1.1",
1360
+ "json-schema-traverse": "^1.0.0",
1361
+ "require-from-string": "^2.0.2",
1362
+ "uri-js": "^4.2.2"
1363
+ },
1364
+ "funding": {
1365
+ "type": "github",
1366
+ "url": "https://github.com/sponsors/epoberezkin"
1367
+ }
1368
+ },
1369
+ "node_modules/@hk/functions-core/node_modules/ajv-formats": {
1370
+ "version": "2.1.1",
1371
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
1372
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
1373
+ "license": "MIT",
1374
+ "dependencies": {
1375
+ "ajv": "^8.0.0"
1376
+ },
1377
+ "peerDependencies": {
1378
+ "ajv": "^8.0.0"
1379
+ },
1380
+ "peerDependenciesMeta": {
1381
+ "ajv": {
1382
+ "optional": true
1383
+ }
1384
+ }
1385
+ },
1386
+ "node_modules/@hk/functions-core/node_modules/dateformat": {
1286
1387
  "version": "4.6.3",
1287
1388
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
1288
1389
  "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
@@ -1291,7 +1392,7 @@
1291
1392
  "node": "*"
1292
1393
  }
1293
1394
  },
1294
- "node_modules/@heroku/functions-core/node_modules/debug": {
1395
+ "node_modules/@hk/functions-core/node_modules/debug": {
1295
1396
  "version": "3.2.7",
1296
1397
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
1297
1398
  "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
@@ -1300,13 +1401,13 @@
1300
1401
  "ms": "^2.1.1"
1301
1402
  }
1302
1403
  },
1303
- "node_modules/@heroku/functions-core/node_modules/debug/node_modules/ms": {
1404
+ "node_modules/@hk/functions-core/node_modules/debug/node_modules/ms": {
1304
1405
  "version": "2.1.3",
1305
1406
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1306
1407
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1307
1408
  "license": "MIT"
1308
1409
  },
1309
- "node_modules/@heroku/functions-core/node_modules/find-up": {
1410
+ "node_modules/@hk/functions-core/node_modules/find-up": {
1310
1411
  "version": "5.0.0",
1311
1412
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1312
1413
  "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
@@ -1322,7 +1423,7 @@
1322
1423
  "url": "https://github.com/sponsors/sindresorhus"
1323
1424
  }
1324
1425
  },
1325
- "node_modules/@heroku/functions-core/node_modules/fs-extra": {
1426
+ "node_modules/@hk/functions-core/node_modules/fs-extra": {
1326
1427
  "version": "9.1.0",
1327
1428
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
1328
1429
  "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
@@ -1337,7 +1438,7 @@
1337
1438
  "node": ">=10"
1338
1439
  }
1339
1440
  },
1340
- "node_modules/@heroku/functions-core/node_modules/global-agent": {
1441
+ "node_modules/@hk/functions-core/node_modules/global-agent": {
1341
1442
  "version": "2.2.0",
1342
1443
  "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz",
1343
1444
  "integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==",
@@ -1355,7 +1456,13 @@
1355
1456
  "node": ">=10.0"
1356
1457
  }
1357
1458
  },
1358
- "node_modules/@heroku/functions-core/node_modules/jsonfile": {
1459
+ "node_modules/@hk/functions-core/node_modules/json-schema-traverse": {
1460
+ "version": "1.0.0",
1461
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1462
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1463
+ "license": "MIT"
1464
+ },
1465
+ "node_modules/@hk/functions-core/node_modules/jsonfile": {
1359
1466
  "version": "6.1.0",
1360
1467
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
1361
1468
  "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
@@ -1367,7 +1474,7 @@
1367
1474
  "graceful-fs": "^4.1.6"
1368
1475
  }
1369
1476
  },
1370
- "node_modules/@heroku/functions-core/node_modules/jsonwebtoken": {
1477
+ "node_modules/@hk/functions-core/node_modules/jsonwebtoken": {
1371
1478
  "version": "8.5.0",
1372
1479
  "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.0.tgz",
1373
1480
  "integrity": "sha512-IqEycp0znWHNA11TpYi77bVgyBO/pGESDh7Ajhas+u0ttkGkKYIIAjniL4Bw5+oVejVF+SYkaI7XKfwCCyeTuA==",
@@ -1389,13 +1496,13 @@
1389
1496
  "npm": ">=1.4.28"
1390
1497
  }
1391
1498
  },
1392
- "node_modules/@heroku/functions-core/node_modules/jsonwebtoken/node_modules/ms": {
1499
+ "node_modules/@hk/functions-core/node_modules/jsonwebtoken/node_modules/ms": {
1393
1500
  "version": "2.1.3",
1394
1501
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1395
1502
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1396
1503
  "license": "MIT"
1397
1504
  },
1398
- "node_modules/@heroku/functions-core/node_modules/jsonwebtoken/node_modules/semver": {
1505
+ "node_modules/@hk/functions-core/node_modules/jsonwebtoken/node_modules/semver": {
1399
1506
  "version": "5.7.1",
1400
1507
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
1401
1508
  "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
@@ -1404,7 +1511,7 @@
1404
1511
  "semver": "bin/semver"
1405
1512
  }
1406
1513
  },
1407
- "node_modules/@heroku/functions-core/node_modules/locate-path": {
1514
+ "node_modules/@hk/functions-core/node_modules/locate-path": {
1408
1515
  "version": "6.0.0",
1409
1516
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1410
1517
  "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
@@ -1419,13 +1526,13 @@
1419
1526
  "url": "https://github.com/sponsors/sindresorhus"
1420
1527
  }
1421
1528
  },
1422
- "node_modules/@heroku/functions-core/node_modules/ms": {
1529
+ "node_modules/@hk/functions-core/node_modules/ms": {
1423
1530
  "version": "2.1.2",
1424
1531
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
1425
1532
  "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
1426
1533
  "license": "MIT"
1427
1534
  },
1428
- "node_modules/@heroku/functions-core/node_modules/p-limit": {
1535
+ "node_modules/@hk/functions-core/node_modules/p-limit": {
1429
1536
  "version": "3.1.0",
1430
1537
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1431
1538
  "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
@@ -1440,7 +1547,7 @@
1440
1547
  "url": "https://github.com/sponsors/sindresorhus"
1441
1548
  }
1442
1549
  },
1443
- "node_modules/@heroku/functions-core/node_modules/p-locate": {
1550
+ "node_modules/@hk/functions-core/node_modules/p-locate": {
1444
1551
  "version": "5.0.0",
1445
1552
  "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1446
1553
  "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
@@ -1455,7 +1562,7 @@
1455
1562
  "url": "https://github.com/sponsors/sindresorhus"
1456
1563
  }
1457
1564
  },
1458
- "node_modules/@heroku/functions-core/node_modules/universalify": {
1565
+ "node_modules/@hk/functions-core/node_modules/universalify": {
1459
1566
  "version": "2.0.0",
1460
1567
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
1461
1568
  "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
@@ -1464,7 +1571,7 @@
1464
1571
  "node": ">= 10.0.0"
1465
1572
  }
1466
1573
  },
1467
- "node_modules/@heroku/functions-core/node_modules/yeoman-environment": {
1574
+ "node_modules/@hk/functions-core/node_modules/yeoman-environment": {
1468
1575
  "version": "3.3.0",
1469
1576
  "resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.3.0.tgz",
1470
1577
  "integrity": "sha512-2OV2hgRoLjkQrtNIfaTejinMHR5yjJ4DF/aG1Le/qnzHRAsE6gfFm9YL2Sq5FW5l16XSmt7BCMQlcDVyPTxpSg==",
@@ -1516,7 +1623,7 @@
1516
1623
  "mem-fs-editor": "^8.1.2 || ^9.0.0"
1517
1624
  }
1518
1625
  },
1519
- "node_modules/@heroku/functions-core/node_modules/yeoman-environment/node_modules/debug": {
1626
+ "node_modules/@hk/functions-core/node_modules/yeoman-environment/node_modules/debug": {
1520
1627
  "version": "4.3.4",
1521
1628
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1522
1629
  "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
@@ -1533,59 +1640,6 @@
1533
1640
  }
1534
1641
  }
1535
1642
  },
1536
- "node_modules/@heroku/project-descriptor": {
1537
- "version": "0.0.5",
1538
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
1539
- "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
1540
- "license": "MIT",
1541
- "dependencies": {
1542
- "ajv": "^8.0.0",
1543
- "ajv-formats": "^2.0.2",
1544
- "toml": "^3.0.0"
1545
- },
1546
- "engines": {
1547
- "node": ">=8.0.0"
1548
- }
1549
- },
1550
- "node_modules/@heroku/project-descriptor/node_modules/ajv": {
1551
- "version": "8.11.0",
1552
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
1553
- "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
1554
- "license": "MIT",
1555
- "dependencies": {
1556
- "fast-deep-equal": "^3.1.1",
1557
- "json-schema-traverse": "^1.0.0",
1558
- "require-from-string": "^2.0.2",
1559
- "uri-js": "^4.2.2"
1560
- },
1561
- "funding": {
1562
- "type": "github",
1563
- "url": "https://github.com/sponsors/epoberezkin"
1564
- }
1565
- },
1566
- "node_modules/@heroku/project-descriptor/node_modules/ajv-formats": {
1567
- "version": "2.1.1",
1568
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
1569
- "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
1570
- "license": "MIT",
1571
- "dependencies": {
1572
- "ajv": "^8.0.0"
1573
- },
1574
- "peerDependencies": {
1575
- "ajv": "^8.0.0"
1576
- },
1577
- "peerDependenciesMeta": {
1578
- "ajv": {
1579
- "optional": true
1580
- }
1581
- }
1582
- },
1583
- "node_modules/@heroku/project-descriptor/node_modules/json-schema-traverse": {
1584
- "version": "1.0.0",
1585
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1586
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1587
- "license": "MIT"
1588
- },
1589
1643
  "node_modules/@humanwhocodes/config-array": {
1590
1644
  "version": "0.5.0",
1591
1645
  "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
@@ -3310,9 +3364,9 @@
3310
3364
  }
3311
3365
  },
3312
3366
  "node_modules/@salesforce/core": {
3313
- "version": "3.22.1",
3314
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.22.1.tgz",
3315
- "integrity": "sha512-cPlauksBXMst0brZjiuzK7We5MB0S11/dh8T+0yYABivFjAkBYWn/90VaziD3gSrJwZsboNUKPmi9mSp5siYpA==",
3367
+ "version": "3.23.8",
3368
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.23.8.tgz",
3369
+ "integrity": "sha512-xE0yar5cDL0+PZbvJqRgzekY3ZKeFpZqhVQlsFMWMUH0jBo+sao8sS6U6aTnCJfISnDw08CMW90Kp8rgkYyvHA==",
3316
3370
  "license": "BSD-3-Clause",
3317
3371
  "dependencies": {
3318
3372
  "@salesforce/bunyan": "^2.0.0",
@@ -3481,9 +3535,9 @@
3481
3535
  "license": "BSD-3-Clause"
3482
3536
  },
3483
3537
  "node_modules/@salesforce/dev-scripts": {
3484
- "version": "2.0.2",
3485
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-2.0.2.tgz",
3486
- "integrity": "sha512-LApwttqOMTAX0xB8owluwMUClDzafjQY3C6TCKCFgV2R4qCy1QUtG3jrBAtrhK1FxuV7qBvp8S+uqA21TELOGQ==",
3538
+ "version": "2.0.4",
3539
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-2.0.4.tgz",
3540
+ "integrity": "sha512-iZgY4Us+7/q3X/qM5YiTE4mqpFum2uPI9tvHGqxA4py/bR1jPIelZR9a4EuFoW43isUvIXm2TpdUA3V/UBa23Q==",
3487
3541
  "dev": true,
3488
3542
  "license": "BSD-3-Clause",
3489
3543
  "dependencies": {
@@ -3505,7 +3559,7 @@
3505
3559
  "eslint-config-salesforce-license": "^0.1.6",
3506
3560
  "eslint-config-salesforce-typescript": "^0.2.7",
3507
3561
  "eslint-plugin-header": "^3.0.0",
3508
- "eslint-plugin-import": "2.25.4",
3562
+ "eslint-plugin-import": "2.26.0",
3509
3563
  "eslint-plugin-jsdoc": "^35.1.2",
3510
3564
  "eslint-plugin-prefer-arrow": "^1.2.1",
3511
3565
  "eslint-plugin-prettier": "^3.1.3",
@@ -3518,8 +3572,8 @@
3518
3572
  "sinon": "10.0.0",
3519
3573
  "source-map-support": "~0.5.19",
3520
3574
  "ts-node": "^10.0.0",
3521
- "typedoc": "0.22.13",
3522
- "typedoc-plugin-missing-exports": "0.22.6",
3575
+ "typedoc": "0.22.18",
3576
+ "typedoc-plugin-missing-exports": "0.23.0",
3523
3577
  "typescript": "^4.1.3"
3524
3578
  },
3525
3579
  "bin": {
@@ -3556,16 +3610,6 @@
3556
3610
  "dev": true,
3557
3611
  "license": "MIT"
3558
3612
  },
3559
- "node_modules/@salesforce/dev-scripts/node_modules/debug": {
3560
- "version": "2.6.9",
3561
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3562
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3563
- "dev": true,
3564
- "license": "MIT",
3565
- "dependencies": {
3566
- "ms": "2.0.0"
3567
- }
3568
- },
3569
3613
  "node_modules/@salesforce/dev-scripts/node_modules/diff": {
3570
3614
  "version": "4.0.2",
3571
3615
  "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
@@ -3592,41 +3636,6 @@
3592
3636
  "eslint": ">=3.14.1"
3593
3637
  }
3594
3638
  },
3595
- "node_modules/@salesforce/dev-scripts/node_modules/eslint-plugin-import": {
3596
- "version": "2.25.4",
3597
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz",
3598
- "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==",
3599
- "dev": true,
3600
- "license": "MIT",
3601
- "dependencies": {
3602
- "array-includes": "^3.1.4",
3603
- "array.prototype.flat": "^1.2.5",
3604
- "debug": "^2.6.9",
3605
- "doctrine": "^2.1.0",
3606
- "eslint-import-resolver-node": "^0.3.6",
3607
- "eslint-module-utils": "^2.7.2",
3608
- "has": "^1.0.3",
3609
- "is-core-module": "^2.8.0",
3610
- "is-glob": "^4.0.3",
3611
- "minimatch": "^3.0.4",
3612
- "object.values": "^1.1.5",
3613
- "resolve": "^1.20.0",
3614
- "tsconfig-paths": "^3.12.0"
3615
- },
3616
- "engines": {
3617
- "node": ">=4"
3618
- },
3619
- "peerDependencies": {
3620
- "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
3621
- }
3622
- },
3623
- "node_modules/@salesforce/dev-scripts/node_modules/ms": {
3624
- "version": "2.0.0",
3625
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3626
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
3627
- "dev": true,
3628
- "license": "MIT"
3629
- },
3630
3639
  "node_modules/@salesforce/dev-scripts/node_modules/nise": {
3631
3640
  "version": "4.1.0",
3632
3641
  "resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
@@ -3661,9 +3670,9 @@
3661
3670
  }
3662
3671
  },
3663
3672
  "node_modules/@salesforce/kit": {
3664
- "version": "1.5.41",
3665
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.41.tgz",
3666
- "integrity": "sha512-nhi7jw3LNITl7rHSnCLnEDTaq6nvolSMFBg7poniG84Q7kJPezgTEj5OKAyQ9hJoRE4u59n5M5bUFvwRoXmJzQ==",
3673
+ "version": "1.5.42",
3674
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.42.tgz",
3675
+ "integrity": "sha512-40QiPR+bg3iOC2lqCKwVO0iPw29lHCS5KzUZFiTOeu8HDu5SCgDhGc1d1Bj8KK/ZYDrAcNTZ8ObrlQFnme3fdQ==",
3667
3676
  "license": "BSD-3-Clause",
3668
3677
  "dependencies": {
3669
3678
  "@salesforce/ts-types": "^1.5.20",
@@ -4006,31 +4015,6 @@
4006
4015
  "node": ">=14.0.0"
4007
4016
  }
4008
4017
  },
4009
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/got": {
4010
- "version": "11.8.5",
4011
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
4012
- "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
4013
- "license": "MIT",
4014
- "dependencies": {
4015
- "@sindresorhus/is": "^4.0.0",
4016
- "@szmarczak/http-timer": "^4.0.5",
4017
- "@types/cacheable-request": "^6.0.1",
4018
- "@types/responselike": "^1.0.0",
4019
- "cacheable-lookup": "^5.0.3",
4020
- "cacheable-request": "^7.0.2",
4021
- "decompress-response": "^6.0.0",
4022
- "http2-wrapper": "^1.0.0-beta.5.2",
4023
- "lowercase-keys": "^2.0.0",
4024
- "p-cancelable": "^2.0.0",
4025
- "responselike": "^2.0.0"
4026
- },
4027
- "engines": {
4028
- "node": ">=10.19.0"
4029
- },
4030
- "funding": {
4031
- "url": "https://github.com/sindresorhus/got?sponsor=1"
4032
- }
4033
- },
4034
4018
  "node_modules/@salesforce/source-tracking": {
4035
4019
  "version": "2.2.0",
4036
4020
  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-2.2.0.tgz",
@@ -4045,17 +4029,6 @@
4045
4029
  "ts-retry-promise": "^0.6.0"
4046
4030
  }
4047
4031
  },
4048
- "node_modules/@salesforce/source-tracking/node_modules/@salesforce/kit": {
4049
- "version": "1.5.42",
4050
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.42.tgz",
4051
- "integrity": "sha512-40QiPR+bg3iOC2lqCKwVO0iPw29lHCS5KzUZFiTOeu8HDu5SCgDhGc1d1Bj8KK/ZYDrAcNTZ8ObrlQFnme3fdQ==",
4052
- "license": "BSD-3-Clause",
4053
- "dependencies": {
4054
- "@salesforce/ts-types": "^1.5.20",
4055
- "shx": "^0.3.3",
4056
- "tslib": "^2.2.0"
4057
- }
4058
- },
4059
4032
  "node_modules/@salesforce/telemetry": {
4060
4033
  "version": "3.2.1",
4061
4034
  "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-3.2.1.tgz",
@@ -4079,9 +4052,9 @@
4079
4052
  }
4080
4053
  },
4081
4054
  "node_modules/@salesforce/templates": {
4082
- "version": "54.6.0",
4083
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-54.6.0.tgz",
4084
- "integrity": "sha512-zvVyKzgj/VCsiODh2ctnDbp9qV3K32g1JvNFfsatZpHd5VCruda27Pg1ecq7fiyT+cBqjTe4mrdwzl4995oIMQ==",
4055
+ "version": "54.8.0",
4056
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-54.8.0.tgz",
4057
+ "integrity": "sha512-pvrPiYP54aJGhxpUiySWE5l6bGS/f+Ww7iqThFA9gJxpR8TSDYGSk9+he6oULgkaSx4ASKIuwYXp30nLzP9fwg==",
4085
4058
  "license": "BSD-3-Clause",
4086
4059
  "dependencies": {
4087
4060
  "@salesforce/core": "^2.33.1",
@@ -4369,19 +4342,19 @@
4369
4342
  },
4370
4343
  "node_modules/@sf/functions": {
4371
4344
  "name": "@salesforce/plugin-functions",
4372
- "version": "1.7.1",
4373
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.7.1.tgz",
4374
- "integrity": "sha512-1xvcY9i1v6BtN55zwqf1XLHDlNbHMnlENU1vRFk/n7n0UY07ehRUNQdZnXZS1jRnrpFVD3DiojKg14dhrJNT8A==",
4345
+ "version": "1.13.1",
4346
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.1.tgz",
4347
+ "integrity": "sha512-38io+EuHeAmdk1UDQzoQftcoIwv1/hScN+BGyBa06I6dUvsyZV/1MgJwgegm1BdLyTeGBR1rx14n4iixpOyhXw==",
4375
4348
  "license": "BSD-3-Clause",
4376
4349
  "dependencies": {
4377
4350
  "@heroku-cli/color": "^1.1.14",
4378
4351
  "@heroku-cli/schema": "^1.0.25",
4379
4352
  "@heroku/eventsource": "^1.0.7",
4380
4353
  "@heroku/function-toml": "^0.0.3",
4381
- "@heroku/functions-core": "0.2.6",
4382
- "@heroku/project-descriptor": "0.0.5",
4354
+ "@heroku/project-descriptor": "0.0.6",
4355
+ "@hk/functions-core": "npm:@heroku/functions-core@0.3.2",
4383
4356
  "@oclif/core": "^1.6.0",
4384
- "@salesforce/core": "^3.8.0",
4357
+ "@salesforce/core": "^3.19.4",
4385
4358
  "@salesforce/plugin-org": "^1.11.2",
4386
4359
  "@salesforce/sf-plugins-core": "^1.7.2",
4387
4360
  "@salesforce/ts-sinon": "^1.3.21",
@@ -4408,7 +4381,7 @@
4408
4381
  "functions": "bin/run"
4409
4382
  },
4410
4383
  "engines": {
4411
- "node": ">=12.0.0"
4384
+ "node": ">=14.0.0"
4412
4385
  }
4413
4386
  },
4414
4387
  "node_modules/@sf/functions/node_modules/fs-extra": {
@@ -5868,9 +5841,9 @@
5868
5841
  }
5869
5842
  },
5870
5843
  "node_modules/aws-sdk": {
5871
- "version": "2.1147.0",
5872
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1147.0.tgz",
5873
- "integrity": "sha512-+CO8FnBgqHgxMJH0s8fv17Xqrh6V0lJ8zKOt3lHU+8QTiSoX5aLgr8zwmi0m7msHtyVeDWh50kiWAlvUs7U8Gw==",
5844
+ "version": "2.1167.0",
5845
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1167.0.tgz",
5846
+ "integrity": "sha512-hUJzAqWVfNYpct1S+GjyPIc2s+GZcAhbWVqIG4qbLYZ3+sBTcjv3lLH5zx7K+qcTGINDU0g4EsMi6hIrAU+blg==",
5874
5847
  "dev": true,
5875
5848
  "license": "Apache-2.0",
5876
5849
  "dependencies": {
@@ -10873,9 +10846,9 @@
10873
10846
  }
10874
10847
  },
10875
10848
  "node_modules/got": {
10876
- "version": "11.8.3",
10877
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
10878
- "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
10849
+ "version": "11.8.5",
10850
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
10851
+ "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
10879
10852
  "license": "MIT",
10880
10853
  "dependencies": {
10881
10854
  "@sindresorhus/is": "^4.0.0",
@@ -12339,9 +12312,9 @@
12339
12312
  }
12340
12313
  },
12341
12314
  "node_modules/jsonc-parser": {
12342
- "version": "3.0.0",
12343
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
12344
- "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
12315
+ "version": "3.1.0",
12316
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz",
12317
+ "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==",
12345
12318
  "dev": true,
12346
12319
  "license": "MIT"
12347
12320
  },
@@ -13195,9 +13168,9 @@
13195
13168
  }
13196
13169
  },
13197
13170
  "node_modules/marked": {
13198
- "version": "4.0.14",
13199
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz",
13200
- "integrity": "sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ==",
13171
+ "version": "4.0.18",
13172
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
13173
+ "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
13201
13174
  "license": "MIT",
13202
13175
  "bin": {
13203
13176
  "marked": "bin/marked.js"
@@ -18119,9 +18092,9 @@
18119
18092
  }
18120
18093
  },
18121
18094
  "node_modules/oclif": {
18122
- "version": "2.6.3",
18123
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.6.3.tgz",
18124
- "integrity": "sha512-t3w1GnDrZ9GnlO2WxdTRIlb5EmfLo7fkcpKo95q+03HoL4GVUNneraVymyUTYEBsvMyWcX8PbVkcMai/HhBydA==",
18095
+ "version": "2.7.0",
18096
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.7.0.tgz",
18097
+ "integrity": "sha512-nmgk/emtEth/0RYTMeovj22zpiT4P7KvIDc3OOT8VeAEDvdbnZfg3tV3YRnHK0zrSKETKqpHWFyNx2PLMl0eKQ==",
18125
18098
  "dev": true,
18126
18099
  "license": "MIT",
18127
18100
  "dependencies": {
@@ -21638,9 +21611,9 @@
21638
21611
  }
21639
21612
  },
21640
21613
  "node_modules/ts-node": {
21641
- "version": "10.8.0",
21642
- "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz",
21643
- "integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==",
21614
+ "version": "10.8.1",
21615
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
21616
+ "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
21644
21617
  "dev": true,
21645
21618
  "license": "MIT",
21646
21619
  "dependencies": {
@@ -21834,16 +21807,16 @@
21834
21807
  }
21835
21808
  },
21836
21809
  "node_modules/typedoc": {
21837
- "version": "0.22.13",
21838
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
21839
- "integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==",
21810
+ "version": "0.22.18",
21811
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.18.tgz",
21812
+ "integrity": "sha512-NK9RlLhRUGMvc6Rw5USEYgT4DVAUFk7IF7Q6MYfpJ88KnTZP7EneEa4RcP+tX1auAcz7QT1Iy0bUSZBYYHdoyA==",
21840
21813
  "dev": true,
21841
21814
  "license": "Apache-2.0",
21842
21815
  "dependencies": {
21843
- "glob": "^7.2.0",
21816
+ "glob": "^8.0.3",
21844
21817
  "lunr": "^2.3.9",
21845
- "marked": "^4.0.12",
21846
- "minimatch": "^5.0.1",
21818
+ "marked": "^4.0.16",
21819
+ "minimatch": "^5.1.0",
21847
21820
  "shiki": "^0.10.1"
21848
21821
  },
21849
21822
  "bin": {
@@ -21853,17 +21826,17 @@
21853
21826
  "node": ">= 12.10.0"
21854
21827
  },
21855
21828
  "peerDependencies": {
21856
- "typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x"
21829
+ "typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x"
21857
21830
  }
21858
21831
  },
21859
21832
  "node_modules/typedoc-plugin-missing-exports": {
21860
- "version": "0.22.6",
21861
- "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.22.6.tgz",
21862
- "integrity": "sha512-1uguGQqa+c5f33nWS3v1mm0uAx4Ii1lw4Kx2zQksmYFKNEWTmrmMXbMNBoBg4wu0p4dFCNC7JIWPoRzpNS6pFA==",
21833
+ "version": "0.23.0",
21834
+ "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
21835
+ "integrity": "sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==",
21863
21836
  "dev": true,
21864
21837
  "license": "MIT",
21865
21838
  "peerDependencies": {
21866
- "typedoc": "0.22.x"
21839
+ "typedoc": "0.22.x || 0.23.x"
21867
21840
  }
21868
21841
  },
21869
21842
  "node_modules/typedoc/node_modules/brace-expansion": {
@@ -21876,10 +21849,30 @@
21876
21849
  "balanced-match": "^1.0.0"
21877
21850
  }
21878
21851
  },
21852
+ "node_modules/typedoc/node_modules/glob": {
21853
+ "version": "8.0.3",
21854
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
21855
+ "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
21856
+ "dev": true,
21857
+ "license": "ISC",
21858
+ "dependencies": {
21859
+ "fs.realpath": "^1.0.0",
21860
+ "inflight": "^1.0.4",
21861
+ "inherits": "2",
21862
+ "minimatch": "^5.0.1",
21863
+ "once": "^1.3.0"
21864
+ },
21865
+ "engines": {
21866
+ "node": ">=12"
21867
+ },
21868
+ "funding": {
21869
+ "url": "https://github.com/sponsors/isaacs"
21870
+ }
21871
+ },
21879
21872
  "node_modules/typedoc/node_modules/minimatch": {
21880
- "version": "5.0.1",
21881
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
21882
- "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
21873
+ "version": "5.1.0",
21874
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
21875
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
21883
21876
  "dev": true,
21884
21877
  "license": "ISC",
21885
21878
  "dependencies": {
@@ -22165,15 +22158,6 @@
22165
22158
  "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
22166
22159
  "license": "MIT"
22167
22160
  },
22168
- "node_modules/verror/node_modules/extsprintf": {
22169
- "version": "1.4.1",
22170
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
22171
- "integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==",
22172
- "engines": [
22173
- "node >=0.6.0"
22174
- ],
22175
- "license": "MIT"
22176
- },
22177
22161
  "node_modules/vinyl": {
22178
22162
  "version": "2.2.1",
22179
22163
  "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
@@ -22790,9 +22774,9 @@
22790
22774
  }
22791
22775
  },
22792
22776
  "node_modules/yeoman-environment/node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
22793
- "version": "5.0.1",
22794
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
22795
- "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
22777
+ "version": "5.1.0",
22778
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
22779
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
22796
22780
  "license": "ISC",
22797
22781
  "dependencies": {
22798
22782
  "brace-expansion": "^2.0.1"
@@ -24514,15 +24498,51 @@
24514
24498
  "toml": "^3.0.0"
24515
24499
  }
24516
24500
  },
24517
- "@heroku/functions-core": {
24518
- "version": "0.2.6",
24519
- "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.2.6.tgz",
24520
- "integrity": "sha512-9BoCs5ruOXBvneqQVRfTCXTlxnBo9coAOKtXUS5KO/sJfu3AUr94sDyNCPSOr3dZEb44s2IsdnSe2JI+1gjSwg==",
24501
+ "@heroku/project-descriptor": {
24502
+ "version": "0.0.6",
24503
+ "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.6.tgz",
24504
+ "integrity": "sha512-zH1Wx5WQFCnt3ToiQJ9yUWsOXN5woTiGczGUpvQS0zCwwkE42ydKZSRKgSlB/YIwsDmAkFKiUwe97fT+qP45iw==",
24505
+ "requires": {
24506
+ "ajv": "^8.0.0",
24507
+ "ajv-formats": "^2.0.2",
24508
+ "toml": "^3.0.0"
24509
+ },
24510
+ "dependencies": {
24511
+ "ajv": {
24512
+ "version": "8.11.0",
24513
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
24514
+ "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
24515
+ "requires": {
24516
+ "fast-deep-equal": "^3.1.1",
24517
+ "json-schema-traverse": "^1.0.0",
24518
+ "require-from-string": "^2.0.2",
24519
+ "uri-js": "^4.2.2"
24520
+ }
24521
+ },
24522
+ "ajv-formats": {
24523
+ "version": "2.1.1",
24524
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
24525
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
24526
+ "requires": {
24527
+ "ajv": "^8.0.0"
24528
+ }
24529
+ },
24530
+ "json-schema-traverse": {
24531
+ "version": "1.0.0",
24532
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
24533
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
24534
+ }
24535
+ }
24536
+ },
24537
+ "@hk/functions-core": {
24538
+ "version": "npm:@heroku/functions-core@0.3.2",
24539
+ "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.3.2.tgz",
24540
+ "integrity": "sha512-X4MybSJMYPrGEl29v+QzqhZDWYLAeUWHMziVMwrmWEsDfMJVNSi2YWSg9tqaIvts6+iIhJiIzkNnxMm/2WrSMg==",
24521
24541
  "requires": {
24522
24542
  "@heroku-cli/color": "^1.1.14",
24523
24543
  "@heroku/project-descriptor": "0.0.5",
24524
24544
  "@salesforce/core": "^2.20.10",
24525
- "@salesforce/templates": "^52.0.0",
24545
+ "@salesforce/templates": "^54.2.0",
24526
24546
  "@salesforce/ts-sinon": "^1.3.12",
24527
24547
  "axios": "^0.21.2",
24528
24548
  "cloudevents": "^4.0.2",
@@ -24538,6 +24558,16 @@
24538
24558
  "yeoman-environment": "~3.3.0"
24539
24559
  },
24540
24560
  "dependencies": {
24561
+ "@heroku/project-descriptor": {
24562
+ "version": "0.0.5",
24563
+ "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
24564
+ "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
24565
+ "requires": {
24566
+ "ajv": "^8.0.0",
24567
+ "ajv-formats": "^2.0.2",
24568
+ "toml": "^3.0.0"
24569
+ }
24570
+ },
24541
24571
  "@salesforce/core": {
24542
24572
  "version": "2.36.0",
24543
24573
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.36.0.tgz",
@@ -24563,6 +24593,25 @@
24563
24593
  "ts-retry-promise": "^0.6.0"
24564
24594
  }
24565
24595
  },
24596
+ "ajv": {
24597
+ "version": "8.11.0",
24598
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
24599
+ "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
24600
+ "requires": {
24601
+ "fast-deep-equal": "^3.1.1",
24602
+ "json-schema-traverse": "^1.0.0",
24603
+ "require-from-string": "^2.0.2",
24604
+ "uri-js": "^4.2.2"
24605
+ }
24606
+ },
24607
+ "ajv-formats": {
24608
+ "version": "2.1.1",
24609
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
24610
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
24611
+ "requires": {
24612
+ "ajv": "^8.0.0"
24613
+ }
24614
+ },
24566
24615
  "dateformat": {
24567
24616
  "version": "4.6.3",
24568
24617
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
@@ -24617,6 +24666,11 @@
24617
24666
  "serialize-error": "^7.0.1"
24618
24667
  }
24619
24668
  },
24669
+ "json-schema-traverse": {
24670
+ "version": "1.0.0",
24671
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
24672
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
24673
+ },
24620
24674
  "jsonfile": {
24621
24675
  "version": "6.1.0",
24622
24676
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -24742,42 +24796,6 @@
24742
24796
  }
24743
24797
  }
24744
24798
  },
24745
- "@heroku/project-descriptor": {
24746
- "version": "0.0.5",
24747
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
24748
- "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
24749
- "requires": {
24750
- "ajv": "^8.0.0",
24751
- "ajv-formats": "^2.0.2",
24752
- "toml": "^3.0.0"
24753
- },
24754
- "dependencies": {
24755
- "ajv": {
24756
- "version": "8.11.0",
24757
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
24758
- "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
24759
- "requires": {
24760
- "fast-deep-equal": "^3.1.1",
24761
- "json-schema-traverse": "^1.0.0",
24762
- "require-from-string": "^2.0.2",
24763
- "uri-js": "^4.2.2"
24764
- }
24765
- },
24766
- "ajv-formats": {
24767
- "version": "2.1.1",
24768
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
24769
- "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
24770
- "requires": {
24771
- "ajv": "^8.0.0"
24772
- }
24773
- },
24774
- "json-schema-traverse": {
24775
- "version": "1.0.0",
24776
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
24777
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
24778
- }
24779
- }
24780
- },
24781
24799
  "@humanwhocodes/config-array": {
24782
24800
  "version": "0.5.0",
24783
24801
  "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
@@ -26081,9 +26099,9 @@
26081
26099
  }
26082
26100
  },
26083
26101
  "@salesforce/core": {
26084
- "version": "3.22.1",
26085
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.22.1.tgz",
26086
- "integrity": "sha512-cPlauksBXMst0brZjiuzK7We5MB0S11/dh8T+0yYABivFjAkBYWn/90VaziD3gSrJwZsboNUKPmi9mSp5siYpA==",
26102
+ "version": "3.23.8",
26103
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.23.8.tgz",
26104
+ "integrity": "sha512-xE0yar5cDL0+PZbvJqRgzekY3ZKeFpZqhVQlsFMWMUH0jBo+sao8sS6U6aTnCJfISnDw08CMW90Kp8rgkYyvHA==",
26087
26105
  "requires": {
26088
26106
  "@salesforce/bunyan": "^2.0.0",
26089
26107
  "@salesforce/kit": "^1.5.41",
@@ -26219,9 +26237,9 @@
26219
26237
  "dev": true
26220
26238
  },
26221
26239
  "@salesforce/dev-scripts": {
26222
- "version": "2.0.2",
26223
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-2.0.2.tgz",
26224
- "integrity": "sha512-LApwttqOMTAX0xB8owluwMUClDzafjQY3C6TCKCFgV2R4qCy1QUtG3jrBAtrhK1FxuV7qBvp8S+uqA21TELOGQ==",
26240
+ "version": "2.0.4",
26241
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-2.0.4.tgz",
26242
+ "integrity": "sha512-iZgY4Us+7/q3X/qM5YiTE4mqpFum2uPI9tvHGqxA4py/bR1jPIelZR9a4EuFoW43isUvIXm2TpdUA3V/UBa23Q==",
26225
26243
  "dev": true,
26226
26244
  "requires": {
26227
26245
  "@commitlint/cli": "^15.0.0",
@@ -26242,7 +26260,7 @@
26242
26260
  "eslint-config-salesforce-license": "^0.1.6",
26243
26261
  "eslint-config-salesforce-typescript": "^0.2.7",
26244
26262
  "eslint-plugin-header": "^3.0.0",
26245
- "eslint-plugin-import": "2.25.4",
26263
+ "eslint-plugin-import": "2.26.0",
26246
26264
  "eslint-plugin-jsdoc": "^35.1.2",
26247
26265
  "eslint-plugin-prefer-arrow": "^1.2.1",
26248
26266
  "eslint-plugin-prettier": "^3.1.3",
@@ -26255,8 +26273,8 @@
26255
26273
  "sinon": "10.0.0",
26256
26274
  "source-map-support": "~0.5.19",
26257
26275
  "ts-node": "^10.0.0",
26258
- "typedoc": "0.22.13",
26259
- "typedoc-plugin-missing-exports": "0.22.6",
26276
+ "typedoc": "0.22.18",
26277
+ "typedoc-plugin-missing-exports": "0.23.0",
26260
26278
  "typescript": "^4.1.3"
26261
26279
  },
26262
26280
  "dependencies": {
@@ -26277,15 +26295,6 @@
26277
26295
  "integrity": "sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==",
26278
26296
  "dev": true
26279
26297
  },
26280
- "debug": {
26281
- "version": "2.6.9",
26282
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
26283
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
26284
- "dev": true,
26285
- "requires": {
26286
- "ms": "2.0.0"
26287
- }
26288
- },
26289
26298
  "diff": {
26290
26299
  "version": "4.0.2",
26291
26300
  "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
@@ -26301,33 +26310,6 @@
26301
26310
  "get-stdin": "^6.0.0"
26302
26311
  }
26303
26312
  },
26304
- "eslint-plugin-import": {
26305
- "version": "2.25.4",
26306
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz",
26307
- "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==",
26308
- "dev": true,
26309
- "requires": {
26310
- "array-includes": "^3.1.4",
26311
- "array.prototype.flat": "^1.2.5",
26312
- "debug": "^2.6.9",
26313
- "doctrine": "^2.1.0",
26314
- "eslint-import-resolver-node": "^0.3.6",
26315
- "eslint-module-utils": "^2.7.2",
26316
- "has": "^1.0.3",
26317
- "is-core-module": "^2.8.0",
26318
- "is-glob": "^4.0.3",
26319
- "minimatch": "^3.0.4",
26320
- "object.values": "^1.1.5",
26321
- "resolve": "^1.20.0",
26322
- "tsconfig-paths": "^3.12.0"
26323
- }
26324
- },
26325
- "ms": {
26326
- "version": "2.0.0",
26327
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
26328
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
26329
- "dev": true
26330
- },
26331
26313
  "nise": {
26332
26314
  "version": "4.1.0",
26333
26315
  "resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
@@ -26358,9 +26340,9 @@
26358
26340
  }
26359
26341
  },
26360
26342
  "@salesforce/kit": {
26361
- "version": "1.5.41",
26362
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.41.tgz",
26363
- "integrity": "sha512-nhi7jw3LNITl7rHSnCLnEDTaq6nvolSMFBg7poniG84Q7kJPezgTEj5OKAyQ9hJoRE4u59n5M5bUFvwRoXmJzQ==",
26343
+ "version": "1.5.42",
26344
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.42.tgz",
26345
+ "integrity": "sha512-40QiPR+bg3iOC2lqCKwVO0iPw29lHCS5KzUZFiTOeu8HDu5SCgDhGc1d1Bj8KK/ZYDrAcNTZ8ObrlQFnme3fdQ==",
26364
26346
  "requires": {
26365
26347
  "@salesforce/ts-types": "^1.5.20",
26366
26348
  "shx": "^0.3.3",
@@ -26654,26 +26636,6 @@
26654
26636
  "mime": "2.6.0",
26655
26637
  "unzipper": "0.10.11",
26656
26638
  "xmldom-sfdx-encoding": "^0.1.29"
26657
- },
26658
- "dependencies": {
26659
- "got": {
26660
- "version": "11.8.5",
26661
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
26662
- "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
26663
- "requires": {
26664
- "@sindresorhus/is": "^4.0.0",
26665
- "@szmarczak/http-timer": "^4.0.5",
26666
- "@types/cacheable-request": "^6.0.1",
26667
- "@types/responselike": "^1.0.0",
26668
- "cacheable-lookup": "^5.0.3",
26669
- "cacheable-request": "^7.0.2",
26670
- "decompress-response": "^6.0.0",
26671
- "http2-wrapper": "^1.0.0-beta.5.2",
26672
- "lowercase-keys": "^2.0.0",
26673
- "p-cancelable": "^2.0.0",
26674
- "responselike": "^2.0.0"
26675
- }
26676
- }
26677
26639
  }
26678
26640
  },
26679
26641
  "@salesforce/source-tracking": {
@@ -26687,18 +26649,6 @@
26687
26649
  "graceful-fs": "^4.2.9",
26688
26650
  "isomorphic-git": "1.17.0",
26689
26651
  "ts-retry-promise": "^0.6.0"
26690
- },
26691
- "dependencies": {
26692
- "@salesforce/kit": {
26693
- "version": "1.5.42",
26694
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.42.tgz",
26695
- "integrity": "sha512-40QiPR+bg3iOC2lqCKwVO0iPw29lHCS5KzUZFiTOeu8HDu5SCgDhGc1d1Bj8KK/ZYDrAcNTZ8ObrlQFnme3fdQ==",
26696
- "requires": {
26697
- "@salesforce/ts-types": "^1.5.20",
26698
- "shx": "^0.3.3",
26699
- "tslib": "^2.2.0"
26700
- }
26701
- }
26702
26652
  }
26703
26653
  },
26704
26654
  "@salesforce/telemetry": {
@@ -26724,9 +26674,9 @@
26724
26674
  }
26725
26675
  },
26726
26676
  "@salesforce/templates": {
26727
- "version": "54.6.0",
26728
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-54.6.0.tgz",
26729
- "integrity": "sha512-zvVyKzgj/VCsiODh2ctnDbp9qV3K32g1JvNFfsatZpHd5VCruda27Pg1ecq7fiyT+cBqjTe4mrdwzl4995oIMQ==",
26677
+ "version": "54.8.0",
26678
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-54.8.0.tgz",
26679
+ "integrity": "sha512-pvrPiYP54aJGhxpUiySWE5l6bGS/f+Ww7iqThFA9gJxpR8TSDYGSk9+he6oULgkaSx4ASKIuwYXp30nLzP9fwg==",
26730
26680
  "requires": {
26731
26681
  "@salesforce/core": "^2.33.1",
26732
26682
  "got": "^11.8.2",
@@ -26965,18 +26915,18 @@
26965
26915
  }
26966
26916
  },
26967
26917
  "@sf/functions": {
26968
- "version": "npm:@salesforce/plugin-functions@1.7.1",
26969
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.7.1.tgz",
26970
- "integrity": "sha512-1xvcY9i1v6BtN55zwqf1XLHDlNbHMnlENU1vRFk/n7n0UY07ehRUNQdZnXZS1jRnrpFVD3DiojKg14dhrJNT8A==",
26918
+ "version": "npm:@salesforce/plugin-functions@1.13.1",
26919
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.1.tgz",
26920
+ "integrity": "sha512-38io+EuHeAmdk1UDQzoQftcoIwv1/hScN+BGyBa06I6dUvsyZV/1MgJwgegm1BdLyTeGBR1rx14n4iixpOyhXw==",
26971
26921
  "requires": {
26972
26922
  "@heroku-cli/color": "^1.1.14",
26973
26923
  "@heroku-cli/schema": "^1.0.25",
26974
26924
  "@heroku/eventsource": "^1.0.7",
26975
26925
  "@heroku/function-toml": "^0.0.3",
26976
- "@heroku/functions-core": "0.2.6",
26977
- "@heroku/project-descriptor": "0.0.5",
26926
+ "@heroku/project-descriptor": "0.0.6",
26927
+ "@hk/functions-core": "npm:@heroku/functions-core@0.3.2",
26978
26928
  "@oclif/core": "^1.6.0",
26979
- "@salesforce/core": "^3.8.0",
26929
+ "@salesforce/core": "^3.19.4",
26980
26930
  "@salesforce/plugin-org": "^1.11.2",
26981
26931
  "@salesforce/sf-plugins-core": "^1.7.2",
26982
26932
  "@salesforce/ts-sinon": "^1.3.21",
@@ -28045,9 +27995,9 @@
28045
27995
  "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
28046
27996
  },
28047
27997
  "aws-sdk": {
28048
- "version": "2.1147.0",
28049
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1147.0.tgz",
28050
- "integrity": "sha512-+CO8FnBgqHgxMJH0s8fv17Xqrh6V0lJ8zKOt3lHU+8QTiSoX5aLgr8zwmi0m7msHtyVeDWh50kiWAlvUs7U8Gw==",
27998
+ "version": "2.1167.0",
27999
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1167.0.tgz",
28000
+ "integrity": "sha512-hUJzAqWVfNYpct1S+GjyPIc2s+GZcAhbWVqIG4qbLYZ3+sBTcjv3lLH5zx7K+qcTGINDU0g4EsMi6hIrAU+blg==",
28051
28001
  "dev": true,
28052
28002
  "requires": {
28053
28003
  "buffer": "4.9.2",
@@ -31567,9 +31517,9 @@
31567
31517
  }
31568
31518
  },
31569
31519
  "got": {
31570
- "version": "11.8.3",
31571
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
31572
- "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
31520
+ "version": "11.8.5",
31521
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz",
31522
+ "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==",
31573
31523
  "requires": {
31574
31524
  "@sindresorhus/is": "^4.0.0",
31575
31525
  "@szmarczak/http-timer": "^4.0.5",
@@ -32552,9 +32502,9 @@
32552
32502
  "dev": true
32553
32503
  },
32554
32504
  "jsonc-parser": {
32555
- "version": "3.0.0",
32556
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
32557
- "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
32505
+ "version": "3.1.0",
32506
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz",
32507
+ "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==",
32558
32508
  "dev": true
32559
32509
  },
32560
32510
  "jsonfile": {
@@ -33220,9 +33170,9 @@
33220
33170
  "dev": true
33221
33171
  },
33222
33172
  "marked": {
33223
- "version": "4.0.14",
33224
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz",
33225
- "integrity": "sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ=="
33173
+ "version": "4.0.18",
33174
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
33175
+ "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw=="
33226
33176
  },
33227
33177
  "marked-terminal": {
33228
33178
  "version": "4.2.0",
@@ -36837,9 +36787,9 @@
36837
36787
  }
36838
36788
  },
36839
36789
  "oclif": {
36840
- "version": "2.6.3",
36841
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.6.3.tgz",
36842
- "integrity": "sha512-t3w1GnDrZ9GnlO2WxdTRIlb5EmfLo7fkcpKo95q+03HoL4GVUNneraVymyUTYEBsvMyWcX8PbVkcMai/HhBydA==",
36790
+ "version": "2.7.0",
36791
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.7.0.tgz",
36792
+ "integrity": "sha512-nmgk/emtEth/0RYTMeovj22zpiT4P7KvIDc3OOT8VeAEDvdbnZfg3tV3YRnHK0zrSKETKqpHWFyNx2PLMl0eKQ==",
36843
36793
  "dev": true,
36844
36794
  "requires": {
36845
36795
  "@oclif/core": "^1.6.4",
@@ -39289,9 +39239,9 @@
39289
39239
  }
39290
39240
  },
39291
39241
  "ts-node": {
39292
- "version": "10.8.0",
39293
- "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.0.tgz",
39294
- "integrity": "sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==",
39242
+ "version": "10.8.1",
39243
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz",
39244
+ "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==",
39295
39245
  "dev": true,
39296
39246
  "requires": {
39297
39247
  "@cspotcode/source-map-support": "^0.8.0",
@@ -39420,15 +39370,15 @@
39420
39370
  }
39421
39371
  },
39422
39372
  "typedoc": {
39423
- "version": "0.22.13",
39424
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
39425
- "integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==",
39373
+ "version": "0.22.18",
39374
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.18.tgz",
39375
+ "integrity": "sha512-NK9RlLhRUGMvc6Rw5USEYgT4DVAUFk7IF7Q6MYfpJ88KnTZP7EneEa4RcP+tX1auAcz7QT1Iy0bUSZBYYHdoyA==",
39426
39376
  "dev": true,
39427
39377
  "requires": {
39428
- "glob": "^7.2.0",
39378
+ "glob": "^8.0.3",
39429
39379
  "lunr": "^2.3.9",
39430
- "marked": "^4.0.12",
39431
- "minimatch": "^5.0.1",
39380
+ "marked": "^4.0.16",
39381
+ "minimatch": "^5.1.0",
39432
39382
  "shiki": "^0.10.1"
39433
39383
  },
39434
39384
  "dependencies": {
@@ -39441,10 +39391,23 @@
39441
39391
  "balanced-match": "^1.0.0"
39442
39392
  }
39443
39393
  },
39394
+ "glob": {
39395
+ "version": "8.0.3",
39396
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
39397
+ "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
39398
+ "dev": true,
39399
+ "requires": {
39400
+ "fs.realpath": "^1.0.0",
39401
+ "inflight": "^1.0.4",
39402
+ "inherits": "2",
39403
+ "minimatch": "^5.0.1",
39404
+ "once": "^1.3.0"
39405
+ }
39406
+ },
39444
39407
  "minimatch": {
39445
- "version": "5.0.1",
39446
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
39447
- "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
39408
+ "version": "5.1.0",
39409
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
39410
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
39448
39411
  "dev": true,
39449
39412
  "requires": {
39450
39413
  "brace-expansion": "^2.0.1"
@@ -39453,9 +39416,9 @@
39453
39416
  }
39454
39417
  },
39455
39418
  "typedoc-plugin-missing-exports": {
39456
- "version": "0.22.6",
39457
- "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.22.6.tgz",
39458
- "integrity": "sha512-1uguGQqa+c5f33nWS3v1mm0uAx4Ii1lw4Kx2zQksmYFKNEWTmrmMXbMNBoBg4wu0p4dFCNC7JIWPoRzpNS6pFA==",
39419
+ "version": "0.23.0",
39420
+ "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
39421
+ "integrity": "sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==",
39459
39422
  "dev": true,
39460
39423
  "requires": {}
39461
39424
  },
@@ -39678,11 +39641,6 @@
39678
39641
  "version": "1.0.2",
39679
39642
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
39680
39643
  "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
39681
- },
39682
- "extsprintf": {
39683
- "version": "1.4.1",
39684
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
39685
- "integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA=="
39686
39644
  }
39687
39645
  }
39688
39646
  },
@@ -40126,9 +40084,9 @@
40126
40084
  },
40127
40085
  "dependencies": {
40128
40086
  "minimatch": {
40129
- "version": "5.0.1",
40130
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
40131
- "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
40087
+ "version": "5.1.0",
40088
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
40089
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
40132
40090
  "requires": {
40133
40091
  "brace-expansion": "^2.0.1"
40134
40092
  }