@salesforce/cli 1.36.0 → 1.39.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.36.0",
3
+ "version": "1.39.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.36.0",
9
+ "version": "1.39.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.4",
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",
@@ -4043,9 +4052,9 @@
4043
4052
  }
4044
4053
  },
4045
4054
  "node_modules/@salesforce/templates": {
4046
- "version": "54.6.0",
4047
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-54.6.0.tgz",
4048
- "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==",
4049
4058
  "license": "BSD-3-Clause",
4050
4059
  "dependencies": {
4051
4060
  "@salesforce/core": "^2.33.1",
@@ -4333,19 +4342,19 @@
4333
4342
  },
4334
4343
  "node_modules/@sf/functions": {
4335
4344
  "name": "@salesforce/plugin-functions",
4336
- "version": "1.7.1",
4337
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.7.1.tgz",
4338
- "integrity": "sha512-1xvcY9i1v6BtN55zwqf1XLHDlNbHMnlENU1vRFk/n7n0UY07ehRUNQdZnXZS1jRnrpFVD3DiojKg14dhrJNT8A==",
4345
+ "version": "1.13.4",
4346
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.4.tgz",
4347
+ "integrity": "sha512-TEqKhHq1iCbkXJeiSsN4E1+ngjZO0/0Zxf8r23hFdupk6yR4eEWZoKCctVLrZtIcZZq9xjPt9omCnT1LX2LDTw==",
4339
4348
  "license": "BSD-3-Clause",
4340
4349
  "dependencies": {
4341
4350
  "@heroku-cli/color": "^1.1.14",
4342
4351
  "@heroku-cli/schema": "^1.0.25",
4343
4352
  "@heroku/eventsource": "^1.0.7",
4344
4353
  "@heroku/function-toml": "^0.0.3",
4345
- "@heroku/functions-core": "0.2.6",
4346
- "@heroku/project-descriptor": "0.0.5",
4354
+ "@heroku/project-descriptor": "0.0.6",
4355
+ "@hk/functions-core": "npm:@heroku/functions-core@0.3.2",
4347
4356
  "@oclif/core": "^1.6.0",
4348
- "@salesforce/core": "^3.8.0",
4357
+ "@salesforce/core": "^3.19.4",
4349
4358
  "@salesforce/plugin-org": "^1.11.2",
4350
4359
  "@salesforce/sf-plugins-core": "^1.7.2",
4351
4360
  "@salesforce/ts-sinon": "^1.3.21",
@@ -4372,7 +4381,7 @@
4372
4381
  "functions": "bin/run"
4373
4382
  },
4374
4383
  "engines": {
4375
- "node": ">=12.0.0"
4384
+ "node": ">=14.0.0"
4376
4385
  }
4377
4386
  },
4378
4387
  "node_modules/@sf/functions/node_modules/fs-extra": {
@@ -12303,9 +12312,9 @@
12303
12312
  }
12304
12313
  },
12305
12314
  "node_modules/jsonc-parser": {
12306
- "version": "3.0.0",
12307
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
12308
- "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==",
12309
12318
  "dev": true,
12310
12319
  "license": "MIT"
12311
12320
  },
@@ -13159,9 +13168,9 @@
13159
13168
  }
13160
13169
  },
13161
13170
  "node_modules/marked": {
13162
- "version": "4.0.14",
13163
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz",
13164
- "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==",
13165
13174
  "license": "MIT",
13166
13175
  "bin": {
13167
13176
  "marked": "bin/marked.js"
@@ -18083,9 +18092,9 @@
18083
18092
  }
18084
18093
  },
18085
18094
  "node_modules/oclif": {
18086
- "version": "2.6.3",
18087
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.6.3.tgz",
18088
- "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==",
18089
18098
  "dev": true,
18090
18099
  "license": "MIT",
18091
18100
  "dependencies": {
@@ -21798,16 +21807,16 @@
21798
21807
  }
21799
21808
  },
21800
21809
  "node_modules/typedoc": {
21801
- "version": "0.22.13",
21802
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
21803
- "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==",
21804
21813
  "dev": true,
21805
21814
  "license": "Apache-2.0",
21806
21815
  "dependencies": {
21807
- "glob": "^7.2.0",
21816
+ "glob": "^8.0.3",
21808
21817
  "lunr": "^2.3.9",
21809
- "marked": "^4.0.12",
21810
- "minimatch": "^5.0.1",
21818
+ "marked": "^4.0.16",
21819
+ "minimatch": "^5.1.0",
21811
21820
  "shiki": "^0.10.1"
21812
21821
  },
21813
21822
  "bin": {
@@ -21817,17 +21826,17 @@
21817
21826
  "node": ">= 12.10.0"
21818
21827
  },
21819
21828
  "peerDependencies": {
21820
- "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"
21821
21830
  }
21822
21831
  },
21823
21832
  "node_modules/typedoc-plugin-missing-exports": {
21824
- "version": "0.22.6",
21825
- "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.22.6.tgz",
21826
- "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==",
21827
21836
  "dev": true,
21828
21837
  "license": "MIT",
21829
21838
  "peerDependencies": {
21830
- "typedoc": "0.22.x"
21839
+ "typedoc": "0.22.x || 0.23.x"
21831
21840
  }
21832
21841
  },
21833
21842
  "node_modules/typedoc/node_modules/brace-expansion": {
@@ -21840,10 +21849,30 @@
21840
21849
  "balanced-match": "^1.0.0"
21841
21850
  }
21842
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
+ },
21843
21872
  "node_modules/typedoc/node_modules/minimatch": {
21844
- "version": "5.0.1",
21845
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
21846
- "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==",
21847
21876
  "dev": true,
21848
21877
  "license": "ISC",
21849
21878
  "dependencies": {
@@ -22129,15 +22158,6 @@
22129
22158
  "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
22130
22159
  "license": "MIT"
22131
22160
  },
22132
- "node_modules/verror/node_modules/extsprintf": {
22133
- "version": "1.4.1",
22134
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
22135
- "integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==",
22136
- "engines": [
22137
- "node >=0.6.0"
22138
- ],
22139
- "license": "MIT"
22140
- },
22141
22161
  "node_modules/vinyl": {
22142
22162
  "version": "2.2.1",
22143
22163
  "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
@@ -22754,9 +22774,9 @@
22754
22774
  }
22755
22775
  },
22756
22776
  "node_modules/yeoman-environment/node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
22757
- "version": "5.0.1",
22758
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
22759
- "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==",
22760
22780
  "license": "ISC",
22761
22781
  "dependencies": {
22762
22782
  "brace-expansion": "^2.0.1"
@@ -24478,15 +24498,51 @@
24478
24498
  "toml": "^3.0.0"
24479
24499
  }
24480
24500
  },
24481
- "@heroku/functions-core": {
24482
- "version": "0.2.6",
24483
- "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.2.6.tgz",
24484
- "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==",
24485
24541
  "requires": {
24486
24542
  "@heroku-cli/color": "^1.1.14",
24487
24543
  "@heroku/project-descriptor": "0.0.5",
24488
24544
  "@salesforce/core": "^2.20.10",
24489
- "@salesforce/templates": "^52.0.0",
24545
+ "@salesforce/templates": "^54.2.0",
24490
24546
  "@salesforce/ts-sinon": "^1.3.12",
24491
24547
  "axios": "^0.21.2",
24492
24548
  "cloudevents": "^4.0.2",
@@ -24502,6 +24558,16 @@
24502
24558
  "yeoman-environment": "~3.3.0"
24503
24559
  },
24504
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
+ },
24505
24571
  "@salesforce/core": {
24506
24572
  "version": "2.36.0",
24507
24573
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.36.0.tgz",
@@ -24527,6 +24593,25 @@
24527
24593
  "ts-retry-promise": "^0.6.0"
24528
24594
  }
24529
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
+ },
24530
24615
  "dateformat": {
24531
24616
  "version": "4.6.3",
24532
24617
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
@@ -24581,6 +24666,11 @@
24581
24666
  "serialize-error": "^7.0.1"
24582
24667
  }
24583
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
+ },
24584
24674
  "jsonfile": {
24585
24675
  "version": "6.1.0",
24586
24676
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -24706,42 +24796,6 @@
24706
24796
  }
24707
24797
  }
24708
24798
  },
24709
- "@heroku/project-descriptor": {
24710
- "version": "0.0.5",
24711
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
24712
- "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
24713
- "requires": {
24714
- "ajv": "^8.0.0",
24715
- "ajv-formats": "^2.0.2",
24716
- "toml": "^3.0.0"
24717
- },
24718
- "dependencies": {
24719
- "ajv": {
24720
- "version": "8.11.0",
24721
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
24722
- "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
24723
- "requires": {
24724
- "fast-deep-equal": "^3.1.1",
24725
- "json-schema-traverse": "^1.0.0",
24726
- "require-from-string": "^2.0.2",
24727
- "uri-js": "^4.2.2"
24728
- }
24729
- },
24730
- "ajv-formats": {
24731
- "version": "2.1.1",
24732
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
24733
- "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
24734
- "requires": {
24735
- "ajv": "^8.0.0"
24736
- }
24737
- },
24738
- "json-schema-traverse": {
24739
- "version": "1.0.0",
24740
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
24741
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
24742
- }
24743
- }
24744
- },
24745
24799
  "@humanwhocodes/config-array": {
24746
24800
  "version": "0.5.0",
24747
24801
  "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
@@ -26045,9 +26099,9 @@
26045
26099
  }
26046
26100
  },
26047
26101
  "@salesforce/core": {
26048
- "version": "3.22.1",
26049
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.22.1.tgz",
26050
- "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==",
26051
26105
  "requires": {
26052
26106
  "@salesforce/bunyan": "^2.0.0",
26053
26107
  "@salesforce/kit": "^1.5.41",
@@ -26183,9 +26237,9 @@
26183
26237
  "dev": true
26184
26238
  },
26185
26239
  "@salesforce/dev-scripts": {
26186
- "version": "2.0.2",
26187
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-2.0.2.tgz",
26188
- "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==",
26189
26243
  "dev": true,
26190
26244
  "requires": {
26191
26245
  "@commitlint/cli": "^15.0.0",
@@ -26206,7 +26260,7 @@
26206
26260
  "eslint-config-salesforce-license": "^0.1.6",
26207
26261
  "eslint-config-salesforce-typescript": "^0.2.7",
26208
26262
  "eslint-plugin-header": "^3.0.0",
26209
- "eslint-plugin-import": "2.25.4",
26263
+ "eslint-plugin-import": "2.26.0",
26210
26264
  "eslint-plugin-jsdoc": "^35.1.2",
26211
26265
  "eslint-plugin-prefer-arrow": "^1.2.1",
26212
26266
  "eslint-plugin-prettier": "^3.1.3",
@@ -26219,8 +26273,8 @@
26219
26273
  "sinon": "10.0.0",
26220
26274
  "source-map-support": "~0.5.19",
26221
26275
  "ts-node": "^10.0.0",
26222
- "typedoc": "0.22.13",
26223
- "typedoc-plugin-missing-exports": "0.22.6",
26276
+ "typedoc": "0.22.18",
26277
+ "typedoc-plugin-missing-exports": "0.23.0",
26224
26278
  "typescript": "^4.1.3"
26225
26279
  },
26226
26280
  "dependencies": {
@@ -26241,15 +26295,6 @@
26241
26295
  "integrity": "sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==",
26242
26296
  "dev": true
26243
26297
  },
26244
- "debug": {
26245
- "version": "2.6.9",
26246
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
26247
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
26248
- "dev": true,
26249
- "requires": {
26250
- "ms": "2.0.0"
26251
- }
26252
- },
26253
26298
  "diff": {
26254
26299
  "version": "4.0.2",
26255
26300
  "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
@@ -26265,33 +26310,6 @@
26265
26310
  "get-stdin": "^6.0.0"
26266
26311
  }
26267
26312
  },
26268
- "eslint-plugin-import": {
26269
- "version": "2.25.4",
26270
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz",
26271
- "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==",
26272
- "dev": true,
26273
- "requires": {
26274
- "array-includes": "^3.1.4",
26275
- "array.prototype.flat": "^1.2.5",
26276
- "debug": "^2.6.9",
26277
- "doctrine": "^2.1.0",
26278
- "eslint-import-resolver-node": "^0.3.6",
26279
- "eslint-module-utils": "^2.7.2",
26280
- "has": "^1.0.3",
26281
- "is-core-module": "^2.8.0",
26282
- "is-glob": "^4.0.3",
26283
- "minimatch": "^3.0.4",
26284
- "object.values": "^1.1.5",
26285
- "resolve": "^1.20.0",
26286
- "tsconfig-paths": "^3.12.0"
26287
- }
26288
- },
26289
- "ms": {
26290
- "version": "2.0.0",
26291
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
26292
- "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
26293
- "dev": true
26294
- },
26295
26313
  "nise": {
26296
26314
  "version": "4.1.0",
26297
26315
  "resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
@@ -26656,9 +26674,9 @@
26656
26674
  }
26657
26675
  },
26658
26676
  "@salesforce/templates": {
26659
- "version": "54.6.0",
26660
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-54.6.0.tgz",
26661
- "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==",
26662
26680
  "requires": {
26663
26681
  "@salesforce/core": "^2.33.1",
26664
26682
  "got": "^11.8.2",
@@ -26897,18 +26915,18 @@
26897
26915
  }
26898
26916
  },
26899
26917
  "@sf/functions": {
26900
- "version": "npm:@salesforce/plugin-functions@1.7.1",
26901
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.7.1.tgz",
26902
- "integrity": "sha512-1xvcY9i1v6BtN55zwqf1XLHDlNbHMnlENU1vRFk/n7n0UY07ehRUNQdZnXZS1jRnrpFVD3DiojKg14dhrJNT8A==",
26918
+ "version": "npm:@salesforce/plugin-functions@1.13.4",
26919
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.13.4.tgz",
26920
+ "integrity": "sha512-TEqKhHq1iCbkXJeiSsN4E1+ngjZO0/0Zxf8r23hFdupk6yR4eEWZoKCctVLrZtIcZZq9xjPt9omCnT1LX2LDTw==",
26903
26921
  "requires": {
26904
26922
  "@heroku-cli/color": "^1.1.14",
26905
26923
  "@heroku-cli/schema": "^1.0.25",
26906
26924
  "@heroku/eventsource": "^1.0.7",
26907
26925
  "@heroku/function-toml": "^0.0.3",
26908
- "@heroku/functions-core": "0.2.6",
26909
- "@heroku/project-descriptor": "0.0.5",
26926
+ "@heroku/project-descriptor": "0.0.6",
26927
+ "@hk/functions-core": "npm:@heroku/functions-core@0.3.2",
26910
26928
  "@oclif/core": "^1.6.0",
26911
- "@salesforce/core": "^3.8.0",
26929
+ "@salesforce/core": "^3.19.4",
26912
26930
  "@salesforce/plugin-org": "^1.11.2",
26913
26931
  "@salesforce/sf-plugins-core": "^1.7.2",
26914
26932
  "@salesforce/ts-sinon": "^1.3.21",
@@ -32484,9 +32502,9 @@
32484
32502
  "dev": true
32485
32503
  },
32486
32504
  "jsonc-parser": {
32487
- "version": "3.0.0",
32488
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
32489
- "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==",
32490
32508
  "dev": true
32491
32509
  },
32492
32510
  "jsonfile": {
@@ -33152,9 +33170,9 @@
33152
33170
  "dev": true
33153
33171
  },
33154
33172
  "marked": {
33155
- "version": "4.0.14",
33156
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz",
33157
- "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=="
33158
33176
  },
33159
33177
  "marked-terminal": {
33160
33178
  "version": "4.2.0",
@@ -36769,9 +36787,9 @@
36769
36787
  }
36770
36788
  },
36771
36789
  "oclif": {
36772
- "version": "2.6.3",
36773
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.6.3.tgz",
36774
- "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==",
36775
36793
  "dev": true,
36776
36794
  "requires": {
36777
36795
  "@oclif/core": "^1.6.4",
@@ -39352,15 +39370,15 @@
39352
39370
  }
39353
39371
  },
39354
39372
  "typedoc": {
39355
- "version": "0.22.13",
39356
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
39357
- "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==",
39358
39376
  "dev": true,
39359
39377
  "requires": {
39360
- "glob": "^7.2.0",
39378
+ "glob": "^8.0.3",
39361
39379
  "lunr": "^2.3.9",
39362
- "marked": "^4.0.12",
39363
- "minimatch": "^5.0.1",
39380
+ "marked": "^4.0.16",
39381
+ "minimatch": "^5.1.0",
39364
39382
  "shiki": "^0.10.1"
39365
39383
  },
39366
39384
  "dependencies": {
@@ -39373,10 +39391,23 @@
39373
39391
  "balanced-match": "^1.0.0"
39374
39392
  }
39375
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
+ },
39376
39407
  "minimatch": {
39377
- "version": "5.0.1",
39378
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
39379
- "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==",
39380
39411
  "dev": true,
39381
39412
  "requires": {
39382
39413
  "brace-expansion": "^2.0.1"
@@ -39385,9 +39416,9 @@
39385
39416
  }
39386
39417
  },
39387
39418
  "typedoc-plugin-missing-exports": {
39388
- "version": "0.22.6",
39389
- "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.22.6.tgz",
39390
- "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==",
39391
39422
  "dev": true,
39392
39423
  "requires": {}
39393
39424
  },
@@ -39610,11 +39641,6 @@
39610
39641
  "version": "1.0.2",
39611
39642
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
39612
39643
  "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
39613
- },
39614
- "extsprintf": {
39615
- "version": "1.4.1",
39616
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
39617
- "integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA=="
39618
39644
  }
39619
39645
  }
39620
39646
  },
@@ -40058,9 +40084,9 @@
40058
40084
  },
40059
40085
  "dependencies": {
40060
40086
  "minimatch": {
40061
- "version": "5.0.1",
40062
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
40063
- "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==",
40064
40090
  "requires": {
40065
40091
  "brace-expansion": "^2.0.1"
40066
40092
  }