@salesforce/cli 1.54.0 → 1.55.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,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "1.54.0",
3
+ "version": "1.55.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.54.0",
9
+ "version": "1.55.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^1.20.0",
13
13
  "@oclif/plugin-autocomplete": "1.3.2",
14
- "@oclif/plugin-commands": "2.2.0",
14
+ "@oclif/plugin-commands": "2.2.1",
15
15
  "@oclif/plugin-help": "5.1.16",
16
16
  "@oclif/plugin-not-found": "2.3.8",
17
17
  "@oclif/plugin-plugins": "2.1.7",
@@ -19,17 +19,17 @@
19
19
  "@oclif/plugin-update": "3.0.3",
20
20
  "@oclif/plugin-version": "1.1.3",
21
21
  "@oclif/plugin-which": "^2.2.1",
22
- "@salesforce/core": "3.31.18",
22
+ "@salesforce/core": "3.31.19",
23
23
  "@salesforce/sf-plugins-core": "^1.15.2",
24
- "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.6.11",
24
+ "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.6.12",
25
25
  "@sf/env": "npm:@salesforce/plugin-env@1.5.9",
26
- "@sf/functions": "npm:@salesforce/plugin-functions@1.14.2",
26
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.14.4",
27
27
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.31",
28
- "@sf/info": "npm:@salesforce/plugin-info@2.2.7",
29
- "@sf/login": "npm:@salesforce/plugin-login@1.1.9",
30
- "@sf/settings": "npm:@salesforce/plugin-settings@1.1.6",
31
- "@sf/sobject": "npm:@salesforce/plugin-sobject@0.0.28",
32
- "@sf/telemetry": "npm:@salesforce/plugin-telemetry@2.0.3",
28
+ "@sf/info": "npm:@salesforce/plugin-info@2.2.8",
29
+ "@sf/login": "npm:@salesforce/plugin-login@1.1.10",
30
+ "@sf/settings": "npm:@salesforce/plugin-settings@1.1.8",
31
+ "@sf/sobject": "npm:@salesforce/plugin-sobject@0.0.29",
32
+ "@sf/telemetry": "npm:@salesforce/plugin-telemetry@2.0.4",
33
33
  "@sf/trust": "npm:@salesforce/plugin-trust@2.1.0",
34
34
  "semver": "^7.3.8",
35
35
  "tslib": "^2.4.0"
@@ -41,7 +41,7 @@
41
41
  "@oclif/plugin-command-snapshot": "^3.2.6",
42
42
  "@salesforce/dev-config": "^3.1.0",
43
43
  "@salesforce/dev-scripts": "^3.1.0",
44
- "@salesforce/plugin-release-management": "^3.5.13",
44
+ "@salesforce/plugin-release-management": "^3.5.17",
45
45
  "@salesforce/prettier-config": "^0.0.2",
46
46
  "@typescript-eslint/eslint-plugin": "^5.33.0",
47
47
  "@typescript-eslint/parser": "^5.41.0",
@@ -61,7 +61,7 @@
61
61
  "husky": "^7.0.4",
62
62
  "mocha": "^9.2.2",
63
63
  "nyc": "^15.1.0",
64
- "oclif": "^2.7.0",
64
+ "oclif": "^3.2.25",
65
65
  "prettier": "^2.7.1",
66
66
  "pretty-quick": "^3.1.3",
67
67
  "sinon": "^11.1.2",
@@ -972,6 +972,71 @@
972
972
  "node": ">=v14"
973
973
  }
974
974
  },
975
+ "node_modules/@commitlint/top-level/node_modules/find-up": {
976
+ "version": "5.0.0",
977
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
978
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
979
+ "dev": true,
980
+ "license": "MIT",
981
+ "dependencies": {
982
+ "locate-path": "^6.0.0",
983
+ "path-exists": "^4.0.0"
984
+ },
985
+ "engines": {
986
+ "node": ">=10"
987
+ },
988
+ "funding": {
989
+ "url": "https://github.com/sponsors/sindresorhus"
990
+ }
991
+ },
992
+ "node_modules/@commitlint/top-level/node_modules/locate-path": {
993
+ "version": "6.0.0",
994
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
995
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
996
+ "dev": true,
997
+ "license": "MIT",
998
+ "dependencies": {
999
+ "p-locate": "^5.0.0"
1000
+ },
1001
+ "engines": {
1002
+ "node": ">=10"
1003
+ },
1004
+ "funding": {
1005
+ "url": "https://github.com/sponsors/sindresorhus"
1006
+ }
1007
+ },
1008
+ "node_modules/@commitlint/top-level/node_modules/p-limit": {
1009
+ "version": "3.1.0",
1010
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1011
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1012
+ "dev": true,
1013
+ "license": "MIT",
1014
+ "dependencies": {
1015
+ "yocto-queue": "^0.1.0"
1016
+ },
1017
+ "engines": {
1018
+ "node": ">=10"
1019
+ },
1020
+ "funding": {
1021
+ "url": "https://github.com/sponsors/sindresorhus"
1022
+ }
1023
+ },
1024
+ "node_modules/@commitlint/top-level/node_modules/p-locate": {
1025
+ "version": "5.0.0",
1026
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1027
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1028
+ "dev": true,
1029
+ "license": "MIT",
1030
+ "dependencies": {
1031
+ "p-limit": "^3.0.2"
1032
+ },
1033
+ "engines": {
1034
+ "node": ">=10"
1035
+ },
1036
+ "funding": {
1037
+ "url": "https://github.com/sponsors/sindresorhus"
1038
+ }
1039
+ },
975
1040
  "node_modules/@commitlint/types": {
976
1041
  "version": "17.0.0",
977
1042
  "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz",
@@ -1325,9 +1390,9 @@
1325
1390
  },
1326
1391
  "node_modules/@hk/functions-core": {
1327
1392
  "name": "@heroku/functions-core",
1328
- "version": "0.4.1",
1329
- "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.4.1.tgz",
1330
- "integrity": "sha512-ZJGke5XM1WAVXFty56VMvimpZ+/7xwOLAtLo1m0vecD13UpkyCPJScSFpGQ4d0VwyZtKc7HjNYDb7QhOrb4O+A==",
1393
+ "version": "0.4.3",
1394
+ "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.4.3.tgz",
1395
+ "integrity": "sha512-NCurnYhaabWtPTJNZIQ8aH5lCumznn5kpAjuldj5L+aa9kEq2n/9pr2GH4y8RwOOX05MhbfLvFlQXaWOLOSFkw==",
1331
1396
  "license": "MIT",
1332
1397
  "dependencies": {
1333
1398
  "@heroku-cli/color": "^1.1.14",
@@ -1343,122 +1408,14 @@
1343
1408
  "mem-fs-editor": "^9.5.0",
1344
1409
  "node-fetch": "^2.6.7",
1345
1410
  "openpgp": "^5.5.0",
1346
- "semver": "^7.3.7",
1411
+ "semver": "^7.3.8",
1347
1412
  "sha256-file": "^1.0.0",
1348
- "yeoman-environment": "~3.10.0"
1413
+ "yeoman-environment": "~3.12.1"
1349
1414
  },
1350
1415
  "engines": {
1351
1416
  "node": ">=14.0.0"
1352
1417
  }
1353
1418
  },
1354
- "node_modules/@hk/functions-core/node_modules/@npmcli/arborist": {
1355
- "version": "4.3.1",
1356
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.3.1.tgz",
1357
- "integrity": "sha512-yMRgZVDpwWjplorzt9SFSaakWx6QIK248Nw4ZFgkrAy/GvJaFRaSZzE6nD7JBK5r8g/+PTxFq5Wj/sfciE7x+A==",
1358
- "license": "ISC",
1359
- "dependencies": {
1360
- "@isaacs/string-locale-compare": "^1.1.0",
1361
- "@npmcli/installed-package-contents": "^1.0.7",
1362
- "@npmcli/map-workspaces": "^2.0.0",
1363
- "@npmcli/metavuln-calculator": "^2.0.0",
1364
- "@npmcli/move-file": "^1.1.0",
1365
- "@npmcli/name-from-folder": "^1.0.1",
1366
- "@npmcli/node-gyp": "^1.0.3",
1367
- "@npmcli/package-json": "^1.0.1",
1368
- "@npmcli/run-script": "^2.0.0",
1369
- "bin-links": "^3.0.0",
1370
- "cacache": "^15.0.3",
1371
- "common-ancestor-path": "^1.0.1",
1372
- "json-parse-even-better-errors": "^2.3.1",
1373
- "json-stringify-nice": "^1.1.4",
1374
- "mkdirp": "^1.0.4",
1375
- "mkdirp-infer-owner": "^2.0.0",
1376
- "npm-install-checks": "^4.0.0",
1377
- "npm-package-arg": "^8.1.5",
1378
- "npm-pick-manifest": "^6.1.0",
1379
- "npm-registry-fetch": "^12.0.1",
1380
- "pacote": "^12.0.2",
1381
- "parse-conflict-json": "^2.0.1",
1382
- "proc-log": "^1.0.0",
1383
- "promise-all-reject-late": "^1.0.0",
1384
- "promise-call-limit": "^1.0.1",
1385
- "read-package-json-fast": "^2.0.2",
1386
- "readdir-scoped-modules": "^1.1.0",
1387
- "rimraf": "^3.0.2",
1388
- "semver": "^7.3.5",
1389
- "ssri": "^8.0.1",
1390
- "treeverse": "^1.0.4",
1391
- "walk-up-path": "^1.0.0"
1392
- },
1393
- "bin": {
1394
- "arborist": "bin/index.js"
1395
- },
1396
- "engines": {
1397
- "node": "^12.13.0 || ^14.15.0 || >=16"
1398
- }
1399
- },
1400
- "node_modules/@hk/functions-core/node_modules/@npmcli/fs": {
1401
- "version": "1.1.1",
1402
- "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
1403
- "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
1404
- "license": "ISC",
1405
- "dependencies": {
1406
- "@gar/promisify": "^1.0.1",
1407
- "semver": "^7.3.5"
1408
- }
1409
- },
1410
- "node_modules/@hk/functions-core/node_modules/@npmcli/git": {
1411
- "version": "2.1.0",
1412
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
1413
- "integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
1414
- "license": "ISC",
1415
- "dependencies": {
1416
- "@npmcli/promise-spawn": "^1.3.2",
1417
- "lru-cache": "^6.0.0",
1418
- "mkdirp": "^1.0.4",
1419
- "npm-pick-manifest": "^6.1.1",
1420
- "promise-inflight": "^1.0.1",
1421
- "promise-retry": "^2.0.1",
1422
- "semver": "^7.3.5",
1423
- "which": "^2.0.2"
1424
- }
1425
- },
1426
- "node_modules/@hk/functions-core/node_modules/@npmcli/metavuln-calculator": {
1427
- "version": "2.0.0",
1428
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-2.0.0.tgz",
1429
- "integrity": "sha512-VVW+JhWCKRwCTE+0xvD6p3uV4WpqocNYYtzyvenqL/u1Q3Xx6fGTJ+6UoIoii07fbuEO9U3IIyuGY0CYHDv1sg==",
1430
- "license": "ISC",
1431
- "dependencies": {
1432
- "cacache": "^15.0.5",
1433
- "json-parse-even-better-errors": "^2.3.1",
1434
- "pacote": "^12.0.0",
1435
- "semver": "^7.3.2"
1436
- },
1437
- "engines": {
1438
- "node": "^12.13.0 || ^14.15.0 || >=16"
1439
- }
1440
- },
1441
- "node_modules/@hk/functions-core/node_modules/@npmcli/package-json": {
1442
- "version": "1.0.1",
1443
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
1444
- "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
1445
- "license": "ISC",
1446
- "dependencies": {
1447
- "json-parse-even-better-errors": "^2.3.1"
1448
- }
1449
- },
1450
- "node_modules/@hk/functions-core/node_modules/@npmcli/run-script": {
1451
- "version": "2.0.0",
1452
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-2.0.0.tgz",
1453
- "integrity": "sha512-fSan/Pu11xS/TdaTpTB0MRn9guwGU8dye+x56mEVgBEd/QsybBbYcAL0phPXi8SGWFEChkQd6M9qL4y6VOpFig==",
1454
- "license": "ISC",
1455
- "dependencies": {
1456
- "@npmcli/node-gyp": "^1.0.2",
1457
- "@npmcli/promise-spawn": "^1.3.2",
1458
- "node-gyp": "^8.2.0",
1459
- "read-package-json-fast": "^2.0.1"
1460
- }
1461
- },
1462
1419
  "node_modules/@hk/functions-core/node_modules/@salesforce/core": {
1463
1420
  "version": "2.37.1",
1464
1421
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.37.1.tgz",
@@ -1518,41 +1475,6 @@
1518
1475
  }
1519
1476
  }
1520
1477
  },
1521
- "node_modules/@hk/functions-core/node_modules/builtins": {
1522
- "version": "1.0.3",
1523
- "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
1524
- "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==",
1525
- "license": "MIT"
1526
- },
1527
- "node_modules/@hk/functions-core/node_modules/cacache": {
1528
- "version": "15.3.0",
1529
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
1530
- "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
1531
- "license": "ISC",
1532
- "dependencies": {
1533
- "@npmcli/fs": "^1.0.0",
1534
- "@npmcli/move-file": "^1.0.1",
1535
- "chownr": "^2.0.0",
1536
- "fs-minipass": "^2.0.0",
1537
- "glob": "^7.1.4",
1538
- "infer-owner": "^1.0.4",
1539
- "lru-cache": "^6.0.0",
1540
- "minipass": "^3.1.1",
1541
- "minipass-collect": "^1.0.2",
1542
- "minipass-flush": "^1.0.5",
1543
- "minipass-pipeline": "^1.2.2",
1544
- "mkdirp": "^1.0.3",
1545
- "p-map": "^4.0.0",
1546
- "promise-inflight": "^1.0.1",
1547
- "rimraf": "^3.0.2",
1548
- "ssri": "^8.0.1",
1549
- "tar": "^6.0.2",
1550
- "unique-filename": "^1.1.1"
1551
- },
1552
- "engines": {
1553
- "node": ">= 10"
1554
- }
1555
- },
1556
1478
  "node_modules/@hk/functions-core/node_modules/cloudevents": {
1557
1479
  "version": "6.0.2",
1558
1480
  "resolved": "https://registry.npmjs.org/cloudevents/-/cloudevents-6.0.2.tgz",
@@ -1565,15 +1487,6 @@
1565
1487
  "uuid": "^8.3.2"
1566
1488
  }
1567
1489
  },
1568
- "node_modules/@hk/functions-core/node_modules/dateformat": {
1569
- "version": "4.6.3",
1570
- "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
1571
- "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
1572
- "license": "MIT",
1573
- "engines": {
1574
- "node": "*"
1575
- }
1576
- },
1577
1490
  "node_modules/@hk/functions-core/node_modules/debug": {
1578
1491
  "version": "3.2.7",
1579
1492
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
@@ -1583,12 +1496,6 @@
1583
1496
  "ms": "^2.1.1"
1584
1497
  }
1585
1498
  },
1586
- "node_modules/@hk/functions-core/node_modules/debug/node_modules/ms": {
1587
- "version": "2.1.3",
1588
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1589
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1590
- "license": "MIT"
1591
- },
1592
1499
  "node_modules/@hk/functions-core/node_modules/fs-extra": {
1593
1500
  "version": "10.1.0",
1594
1501
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
@@ -1603,38 +1510,6 @@
1603
1510
  "node": ">=12"
1604
1511
  }
1605
1512
  },
1606
- "node_modules/@hk/functions-core/node_modules/gauge": {
1607
- "version": "3.0.2",
1608
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
1609
- "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
1610
- "license": "ISC",
1611
- "dependencies": {
1612
- "aproba": "^1.0.3 || ^2.0.0",
1613
- "color-support": "^1.1.2",
1614
- "console-control-strings": "^1.0.0",
1615
- "has-unicode": "^2.0.1",
1616
- "object-assign": "^4.1.1",
1617
- "signal-exit": "^3.0.0",
1618
- "string-width": "^4.2.3",
1619
- "strip-ansi": "^6.0.1",
1620
- "wide-align": "^1.1.2"
1621
- },
1622
- "engines": {
1623
- "node": ">=10"
1624
- }
1625
- },
1626
- "node_modules/@hk/functions-core/node_modules/ignore-walk": {
1627
- "version": "4.0.1",
1628
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-4.0.1.tgz",
1629
- "integrity": "sha512-rzDQLaW4jQbh2YrOFlJdCtX8qgJTehFRYiUB2r1osqTeDzV/3+Jh8fz1oAPzUThf3iku8Ds4IDqawI5d8mUiQw==",
1630
- "license": "ISC",
1631
- "dependencies": {
1632
- "minimatch": "^3.0.4"
1633
- },
1634
- "engines": {
1635
- "node": ">=10"
1636
- }
1637
- },
1638
1513
  "node_modules/@hk/functions-core/node_modules/json-schema-traverse": {
1639
1514
  "version": "1.0.0",
1640
1515
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -1675,12 +1550,6 @@
1675
1550
  "npm": ">=1.4.28"
1676
1551
  }
1677
1552
  },
1678
- "node_modules/@hk/functions-core/node_modules/jsonwebtoken/node_modules/ms": {
1679
- "version": "2.1.3",
1680
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1681
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1682
- "license": "MIT"
1683
- },
1684
1553
  "node_modules/@hk/functions-core/node_modules/jsonwebtoken/node_modules/semver": {
1685
1554
  "version": "5.7.1",
1686
1555
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -1690,298 +1559,6 @@
1690
1559
  "semver": "bin/semver"
1691
1560
  }
1692
1561
  },
1693
- "node_modules/@hk/functions-core/node_modules/ms": {
1694
- "version": "2.1.2",
1695
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
1696
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
1697
- "license": "MIT"
1698
- },
1699
- "node_modules/@hk/functions-core/node_modules/node-gyp": {
1700
- "version": "8.4.1",
1701
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
1702
- "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
1703
- "license": "MIT",
1704
- "dependencies": {
1705
- "env-paths": "^2.2.0",
1706
- "glob": "^7.1.4",
1707
- "graceful-fs": "^4.2.6",
1708
- "make-fetch-happen": "^9.1.0",
1709
- "nopt": "^5.0.0",
1710
- "npmlog": "^6.0.0",
1711
- "rimraf": "^3.0.2",
1712
- "semver": "^7.3.5",
1713
- "tar": "^6.1.2",
1714
- "which": "^2.0.2"
1715
- },
1716
- "bin": {
1717
- "node-gyp": "bin/node-gyp.js"
1718
- },
1719
- "engines": {
1720
- "node": ">= 10.12.0"
1721
- }
1722
- },
1723
- "node_modules/@hk/functions-core/node_modules/node-gyp/node_modules/are-we-there-yet": {
1724
- "version": "3.0.1",
1725
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
1726
- "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
1727
- "license": "ISC",
1728
- "dependencies": {
1729
- "delegates": "^1.0.0",
1730
- "readable-stream": "^3.6.0"
1731
- },
1732
- "engines": {
1733
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1734
- }
1735
- },
1736
- "node_modules/@hk/functions-core/node_modules/node-gyp/node_modules/gauge": {
1737
- "version": "4.0.4",
1738
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
1739
- "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
1740
- "license": "ISC",
1741
- "dependencies": {
1742
- "aproba": "^1.0.3 || ^2.0.0",
1743
- "color-support": "^1.1.3",
1744
- "console-control-strings": "^1.1.0",
1745
- "has-unicode": "^2.0.1",
1746
- "signal-exit": "^3.0.7",
1747
- "string-width": "^4.2.3",
1748
- "strip-ansi": "^6.0.1",
1749
- "wide-align": "^1.1.5"
1750
- },
1751
- "engines": {
1752
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1753
- }
1754
- },
1755
- "node_modules/@hk/functions-core/node_modules/node-gyp/node_modules/make-fetch-happen": {
1756
- "version": "9.1.0",
1757
- "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
1758
- "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
1759
- "license": "ISC",
1760
- "dependencies": {
1761
- "agentkeepalive": "^4.1.3",
1762
- "cacache": "^15.2.0",
1763
- "http-cache-semantics": "^4.1.0",
1764
- "http-proxy-agent": "^4.0.1",
1765
- "https-proxy-agent": "^5.0.0",
1766
- "is-lambda": "^1.0.1",
1767
- "lru-cache": "^6.0.0",
1768
- "minipass": "^3.1.3",
1769
- "minipass-collect": "^1.0.2",
1770
- "minipass-fetch": "^1.3.2",
1771
- "minipass-flush": "^1.0.5",
1772
- "minipass-pipeline": "^1.2.4",
1773
- "negotiator": "^0.6.2",
1774
- "promise-retry": "^2.0.1",
1775
- "socks-proxy-agent": "^6.0.0",
1776
- "ssri": "^8.0.0"
1777
- },
1778
- "engines": {
1779
- "node": ">= 10"
1780
- }
1781
- },
1782
- "node_modules/@hk/functions-core/node_modules/node-gyp/node_modules/npmlog": {
1783
- "version": "6.0.2",
1784
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
1785
- "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
1786
- "license": "ISC",
1787
- "dependencies": {
1788
- "are-we-there-yet": "^3.0.0",
1789
- "console-control-strings": "^1.1.0",
1790
- "gauge": "^4.0.3",
1791
- "set-blocking": "^2.0.0"
1792
- },
1793
- "engines": {
1794
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1795
- }
1796
- },
1797
- "node_modules/@hk/functions-core/node_modules/nopt": {
1798
- "version": "5.0.0",
1799
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
1800
- "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
1801
- "license": "ISC",
1802
- "dependencies": {
1803
- "abbrev": "1"
1804
- },
1805
- "bin": {
1806
- "nopt": "bin/nopt.js"
1807
- },
1808
- "engines": {
1809
- "node": ">=6"
1810
- }
1811
- },
1812
- "node_modules/@hk/functions-core/node_modules/npm-install-checks": {
1813
- "version": "4.0.0",
1814
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
1815
- "integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
1816
- "license": "BSD-2-Clause",
1817
- "dependencies": {
1818
- "semver": "^7.1.1"
1819
- },
1820
- "engines": {
1821
- "node": ">=10"
1822
- }
1823
- },
1824
- "node_modules/@hk/functions-core/node_modules/npm-package-arg": {
1825
- "version": "8.1.5",
1826
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz",
1827
- "integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==",
1828
- "license": "ISC",
1829
- "dependencies": {
1830
- "hosted-git-info": "^4.0.1",
1831
- "semver": "^7.3.4",
1832
- "validate-npm-package-name": "^3.0.0"
1833
- },
1834
- "engines": {
1835
- "node": ">=10"
1836
- }
1837
- },
1838
- "node_modules/@hk/functions-core/node_modules/npm-packlist": {
1839
- "version": "3.0.0",
1840
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-3.0.0.tgz",
1841
- "integrity": "sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ==",
1842
- "license": "ISC",
1843
- "dependencies": {
1844
- "glob": "^7.1.6",
1845
- "ignore-walk": "^4.0.1",
1846
- "npm-bundled": "^1.1.1",
1847
- "npm-normalize-package-bin": "^1.0.1"
1848
- },
1849
- "bin": {
1850
- "npm-packlist": "bin/index.js"
1851
- },
1852
- "engines": {
1853
- "node": ">=10"
1854
- }
1855
- },
1856
- "node_modules/@hk/functions-core/node_modules/npm-pick-manifest": {
1857
- "version": "6.1.1",
1858
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
1859
- "integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
1860
- "license": "ISC",
1861
- "dependencies": {
1862
- "npm-install-checks": "^4.0.0",
1863
- "npm-normalize-package-bin": "^1.0.1",
1864
- "npm-package-arg": "^8.1.2",
1865
- "semver": "^7.3.4"
1866
- }
1867
- },
1868
- "node_modules/@hk/functions-core/node_modules/npm-registry-fetch": {
1869
- "version": "12.0.2",
1870
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.2.tgz",
1871
- "integrity": "sha512-Df5QT3RaJnXYuOwtXBXS9BWs+tHH2olvkCLh6jcR/b/u3DvPMlp3J0TvvYwplPKxHMOwfg287PYih9QqaVFoKA==",
1872
- "license": "ISC",
1873
- "dependencies": {
1874
- "make-fetch-happen": "^10.0.1",
1875
- "minipass": "^3.1.6",
1876
- "minipass-fetch": "^1.4.1",
1877
- "minipass-json-stream": "^1.0.1",
1878
- "minizlib": "^2.1.2",
1879
- "npm-package-arg": "^8.1.5"
1880
- },
1881
- "engines": {
1882
- "node": "^12.13.0 || ^14.15.0 || >=16"
1883
- }
1884
- },
1885
- "node_modules/@hk/functions-core/node_modules/npmlog": {
1886
- "version": "5.0.1",
1887
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
1888
- "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
1889
- "license": "ISC",
1890
- "dependencies": {
1891
- "are-we-there-yet": "^2.0.0",
1892
- "console-control-strings": "^1.1.0",
1893
- "gauge": "^3.0.0",
1894
- "set-blocking": "^2.0.0"
1895
- }
1896
- },
1897
- "node_modules/@hk/functions-core/node_modules/pacote": {
1898
- "version": "12.0.3",
1899
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",
1900
- "integrity": "sha512-CdYEl03JDrRO3x18uHjBYA9TyoW8gy+ThVcypcDkxPtKlw76e4ejhYB6i9lJ+/cebbjpqPW/CijjqxwDTts8Ow==",
1901
- "license": "ISC",
1902
- "dependencies": {
1903
- "@npmcli/git": "^2.1.0",
1904
- "@npmcli/installed-package-contents": "^1.0.6",
1905
- "@npmcli/promise-spawn": "^1.2.0",
1906
- "@npmcli/run-script": "^2.0.0",
1907
- "cacache": "^15.0.5",
1908
- "chownr": "^2.0.0",
1909
- "fs-minipass": "^2.1.0",
1910
- "infer-owner": "^1.0.4",
1911
- "minipass": "^3.1.3",
1912
- "mkdirp": "^1.0.3",
1913
- "npm-package-arg": "^8.0.1",
1914
- "npm-packlist": "^3.0.0",
1915
- "npm-pick-manifest": "^6.0.0",
1916
- "npm-registry-fetch": "^12.0.0",
1917
- "promise-retry": "^2.0.1",
1918
- "read-package-json-fast": "^2.0.1",
1919
- "rimraf": "^3.0.2",
1920
- "ssri": "^8.0.1",
1921
- "tar": "^6.1.0"
1922
- },
1923
- "bin": {
1924
- "pacote": "lib/bin.js"
1925
- },
1926
- "engines": {
1927
- "node": "^12.13.0 || ^14.15.0 || >=16"
1928
- }
1929
- },
1930
- "node_modules/@hk/functions-core/node_modules/proc-log": {
1931
- "version": "1.0.0",
1932
- "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
1933
- "integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==",
1934
- "license": "ISC"
1935
- },
1936
- "node_modules/@hk/functions-core/node_modules/socks-proxy-agent": {
1937
- "version": "6.2.1",
1938
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
1939
- "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
1940
- "license": "MIT",
1941
- "dependencies": {
1942
- "agent-base": "^6.0.2",
1943
- "debug": "^4.3.3",
1944
- "socks": "^2.6.2"
1945
- },
1946
- "engines": {
1947
- "node": ">= 10"
1948
- }
1949
- },
1950
- "node_modules/@hk/functions-core/node_modules/socks-proxy-agent/node_modules/debug": {
1951
- "version": "4.3.4",
1952
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1953
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1954
- "license": "MIT",
1955
- "dependencies": {
1956
- "ms": "2.1.2"
1957
- },
1958
- "engines": {
1959
- "node": ">=6.0"
1960
- },
1961
- "peerDependenciesMeta": {
1962
- "supports-color": {
1963
- "optional": true
1964
- }
1965
- }
1966
- },
1967
- "node_modules/@hk/functions-core/node_modules/ssri": {
1968
- "version": "8.0.1",
1969
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
1970
- "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
1971
- "license": "ISC",
1972
- "dependencies": {
1973
- "minipass": "^3.1.1"
1974
- },
1975
- "engines": {
1976
- "node": ">= 8"
1977
- }
1978
- },
1979
- "node_modules/@hk/functions-core/node_modules/treeverse": {
1980
- "version": "1.0.4",
1981
- "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-1.0.4.tgz",
1982
- "integrity": "sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g==",
1983
- "license": "ISC"
1984
- },
1985
1562
  "node_modules/@hk/functions-core/node_modules/ts-retry-promise": {
1986
1563
  "version": "0.6.2",
1987
1564
  "resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.6.2.tgz",
@@ -1991,24 +1568,6 @@
1991
1568
  "node": ">=6"
1992
1569
  }
1993
1570
  },
1994
- "node_modules/@hk/functions-core/node_modules/unique-filename": {
1995
- "version": "1.1.1",
1996
- "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
1997
- "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
1998
- "license": "ISC",
1999
- "dependencies": {
2000
- "unique-slug": "^2.0.0"
2001
- }
2002
- },
2003
- "node_modules/@hk/functions-core/node_modules/unique-slug": {
2004
- "version": "2.0.2",
2005
- "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
2006
- "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
2007
- "license": "ISC",
2008
- "dependencies": {
2009
- "imurmurhash": "^0.1.4"
2010
- }
2011
- },
2012
1571
  "node_modules/@hk/functions-core/node_modules/universalify": {
2013
1572
  "version": "2.0.0",
2014
1573
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
@@ -2018,86 +1577,6 @@
2018
1577
  "node": ">= 10.0.0"
2019
1578
  }
2020
1579
  },
2021
- "node_modules/@hk/functions-core/node_modules/validate-npm-package-name": {
2022
- "version": "3.0.0",
2023
- "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
2024
- "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==",
2025
- "license": "ISC",
2026
- "dependencies": {
2027
- "builtins": "^1.0.3"
2028
- }
2029
- },
2030
- "node_modules/@hk/functions-core/node_modules/yeoman-environment": {
2031
- "version": "3.10.0",
2032
- "resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.10.0.tgz",
2033
- "integrity": "sha512-sYtSxBK9daq21QjoskJTHKLQ1xEsRPURkmFV/aM8HS8ZlQVzwx57Rz1zCs8EGPhK4vqsmTE8H92Gp1jg1fT3EA==",
2034
- "license": "BSD-2-Clause",
2035
- "dependencies": {
2036
- "@npmcli/arborist": "^4.0.4",
2037
- "are-we-there-yet": "^2.0.0",
2038
- "arrify": "^2.0.1",
2039
- "binaryextensions": "^4.15.0",
2040
- "chalk": "^4.1.0",
2041
- "cli-table": "^0.3.1",
2042
- "commander": "7.1.0",
2043
- "dateformat": "^4.5.0",
2044
- "debug": "^4.1.1",
2045
- "diff": "^5.0.0",
2046
- "error": "^10.4.0",
2047
- "escape-string-regexp": "^4.0.0",
2048
- "execa": "^5.0.0",
2049
- "find-up": "^5.0.0",
2050
- "globby": "^11.0.1",
2051
- "grouped-queue": "^2.0.0",
2052
- "inquirer": "^8.0.0",
2053
- "is-scoped": "^2.1.0",
2054
- "isbinaryfile": "^4.0.10",
2055
- "lodash": "^4.17.10",
2056
- "log-symbols": "^4.0.0",
2057
- "mem-fs": "^1.2.0 || ^2.0.0",
2058
- "mem-fs-editor": "^8.1.2 || ^9.0.0",
2059
- "minimatch": "^3.0.4",
2060
- "npmlog": "^5.0.1",
2061
- "p-queue": "^6.6.2",
2062
- "p-transform": "^1.3.0",
2063
- "pacote": "^12.0.2",
2064
- "preferred-pm": "^3.0.3",
2065
- "pretty-bytes": "^5.3.0",
2066
- "semver": "^7.1.3",
2067
- "slash": "^3.0.0",
2068
- "strip-ansi": "^6.0.0",
2069
- "text-table": "^0.2.0",
2070
- "textextensions": "^5.12.0",
2071
- "untildify": "^4.0.0"
2072
- },
2073
- "bin": {
2074
- "yoe": "cli/index.js"
2075
- },
2076
- "engines": {
2077
- "node": ">=12.10.0"
2078
- },
2079
- "peerDependencies": {
2080
- "mem-fs": "^1.2.0 || ^2.0.0",
2081
- "mem-fs-editor": "^8.1.2 || ^9.0.0"
2082
- }
2083
- },
2084
- "node_modules/@hk/functions-core/node_modules/yeoman-environment/node_modules/debug": {
2085
- "version": "4.3.4",
2086
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2087
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2088
- "license": "MIT",
2089
- "dependencies": {
2090
- "ms": "2.1.2"
2091
- },
2092
- "engines": {
2093
- "node": ">=6.0"
2094
- },
2095
- "peerDependenciesMeta": {
2096
- "supports-color": {
2097
- "optional": true
2098
- }
2099
- }
2100
- },
2101
1580
  "node_modules/@humanwhocodes/config-array": {
2102
1581
  "version": "0.11.7",
2103
1582
  "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz",
@@ -2167,46 +1646,6 @@
2167
1646
  "node": ">=8"
2168
1647
  }
2169
1648
  },
2170
- "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
2171
- "version": "4.1.0",
2172
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
2173
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
2174
- "dev": true,
2175
- "license": "MIT",
2176
- "dependencies": {
2177
- "locate-path": "^5.0.0",
2178
- "path-exists": "^4.0.0"
2179
- },
2180
- "engines": {
2181
- "node": ">=8"
2182
- }
2183
- },
2184
- "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
2185
- "version": "5.0.0",
2186
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
2187
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
2188
- "dev": true,
2189
- "license": "MIT",
2190
- "dependencies": {
2191
- "p-locate": "^4.1.0"
2192
- },
2193
- "engines": {
2194
- "node": ">=8"
2195
- }
2196
- },
2197
- "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
2198
- "version": "4.1.0",
2199
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
2200
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
2201
- "dev": true,
2202
- "license": "MIT",
2203
- "dependencies": {
2204
- "p-limit": "^2.2.0"
2205
- },
2206
- "engines": {
2207
- "node": ">=8"
2208
- }
2209
- },
2210
1649
  "node_modules/@istanbuljs/schema": {
2211
1650
  "version": "0.1.3",
2212
1651
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -3121,9 +2560,9 @@
3121
2560
  }
3122
2561
  },
3123
2562
  "node_modules/@oclif/plugin-commands": {
3124
- "version": "2.2.0",
3125
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.0.tgz",
3126
- "integrity": "sha512-l/iQ+LFd02VXUISY7YcIH9NLPlTaqiqtTK640dorTPag0pJHCH9q0HqiK8apBUhLW7ZfF6c/+wkINJQgz5sgdw==",
2563
+ "version": "2.2.1",
2564
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.1.tgz",
2565
+ "integrity": "sha512-mCv5Dlxkxg5sNaatFgbol9rKS9nBqPydRfxW0vusfzwuYZhxpdrvpgqkjcCO3LnQHSqX4qW5UCF6ZU0bBgnMBQ==",
3127
2566
  "license": "MIT",
3128
2567
  "dependencies": {
3129
2568
  "@oclif/core": "^1.2.0",
@@ -3340,19 +2779,19 @@
3340
2779
  }
3341
2780
  },
3342
2781
  "node_modules/@oclif/plugin-warn-if-update-available": {
3343
- "version": "2.0.4",
3344
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.4.tgz",
3345
- "integrity": "sha512-9dprC1CWPjesg0Vf/rDSQH2tzJXhP1ow84cb2My1kj6e6ESulPKpctiCFSZ1WaCQFfq+crKhzlNoP/vRaXNUAg==",
2782
+ "version": "2.0.13",
2783
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.13.tgz",
2784
+ "integrity": "sha512-mynTZhUr0Vcud27SoK6Wph9U4Umuxra0UD0tChn/uwN/+qXq9ckr+UazxvwNOdr14RbJyjKz0luU7cCECdjJxw==",
3346
2785
  "dev": true,
3347
2786
  "license": "MIT",
3348
2787
  "dependencies": {
3349
- "@oclif/core": "^1.0.8",
2788
+ "@oclif/core": "^1.20.3",
3350
2789
  "chalk": "^4.1.0",
3351
2790
  "debug": "^4.1.0",
3352
2791
  "fs-extra": "^9.0.1",
3353
2792
  "http-call": "^5.2.2",
3354
2793
  "lodash": "^4.17.21",
3355
- "semver": "^7.3.2"
2794
+ "semver": "^7.3.8"
3356
2795
  },
3357
2796
  "engines": {
3358
2797
  "node": ">=12.0.0"
@@ -3420,13 +2859,13 @@
3420
2859
  }
3421
2860
  },
3422
2861
  "node_modules/@oclif/test": {
3423
- "version": "2.2.6",
3424
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.6.tgz",
3425
- "integrity": "sha512-rf67rTBkEeulpomdeBYm0D+Q0e1uMqTPUNPhY2/G6guAJhmu3M+78HvSKpLdG7WqpbfQJ68D5Dh5HnauO+MY2g==",
2862
+ "version": "2.2.10",
2863
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.10.tgz",
2864
+ "integrity": "sha512-tz6tH79F0Kw1kWv/8BgTov+WtIeFDdq1PNUkW43U0Rh4HOA1SafPbXCpzhM9A6O7YXS+tq8ayuZdkyOXXJY6Ww==",
3426
2865
  "license": "MIT",
3427
2866
  "dependencies": {
3428
- "@oclif/core": "^1.19.1",
3429
- "fancy-test": "^2.0.5"
2867
+ "@oclif/core": "^1.20.3",
2868
+ "fancy-test": "^2.0.6"
3430
2869
  },
3431
2870
  "engines": {
3432
2871
  "node": ">=12.0.0"
@@ -3586,16 +3025,16 @@
3586
3025
  }
3587
3026
  },
3588
3027
  "node_modules/@salesforce/command": {
3589
- "version": "5.2.20",
3590
- "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.20.tgz",
3591
- "integrity": "sha512-AXusWyYc1IZeQtmOHO2Can7/Up+GxLmDrp13VMq+mQDDm+phZ1CkNMoBCFW9Y81vFb3nyu3xz+LekFIhJ/75AA==",
3028
+ "version": "5.2.24",
3029
+ "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.24.tgz",
3030
+ "integrity": "sha512-jpfETEIrBmg88GoznQw5fSl2Bck+m9kfqhPzrDj64aDwDughc1uUuQ5WX9MsgXW+auyBHpYpb5PIn74nLuDJqg==",
3592
3031
  "license": "BSD-3-Clause",
3593
3032
  "dependencies": {
3594
- "@oclif/core": "^1.20.2",
3595
- "@oclif/test": "^2.2.4",
3033
+ "@oclif/core": "^1.20.4",
3034
+ "@oclif/test": "^2.2.10",
3596
3035
  "@salesforce/core": "^3.31.17",
3597
- "@salesforce/kit": "^1.7.1",
3598
- "@salesforce/ts-types": "^1.5.21",
3036
+ "@salesforce/kit": "^1.8.0",
3037
+ "@salesforce/ts-types": "^1.7.1",
3599
3038
  "chalk": "^2.4.2"
3600
3039
  },
3601
3040
  "engines": {
@@ -3674,9 +3113,9 @@
3674
3113
  }
3675
3114
  },
3676
3115
  "node_modules/@salesforce/core": {
3677
- "version": "3.31.18",
3678
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.31.18.tgz",
3679
- "integrity": "sha512-t2T7BzuNXdLGyAXMBHm9PtGbRvqCZQga+c3ceKKufJXW+ahQ2X8SXrOnXRzoZOt8DgTjWO3hLJmTCzC4AVgl7w==",
3116
+ "version": "3.31.19",
3117
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.31.19.tgz",
3118
+ "integrity": "sha512-Qx4F7n+1eENICD9yvTrSI5+HVbjZ/B3vzNjdjZ4aNHO5MvEgg93vs1KeGujfGU4lzaEj5Wuy7delp5wJC0a1aA==",
3680
3119
  "license": "BSD-3-Clause",
3681
3120
  "dependencies": {
3682
3121
  "@salesforce/bunyan": "^2.0.0",
@@ -4172,12 +3611,12 @@
4172
3611
  }
4173
3612
  },
4174
3613
  "node_modules/@salesforce/kit": {
4175
- "version": "1.7.1",
4176
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.7.1.tgz",
4177
- "integrity": "sha512-XbLtEgMNBGZqtY/OldEru+LzASS3o37MZ6eNlSG19eAroGqFdlr4pzZUD/UaWSt6E0s0arj4IwAP5/hQLbrBZw==",
3614
+ "version": "1.8.0",
3615
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.8.0.tgz",
3616
+ "integrity": "sha512-Pr9CWAIzVYKZRWvM76lyhEtF3CPmVdIfgbqRD7KT/YZdbLstX3KHYBxCyx3TyWZr5qROv96n+jRIBiIFI9LGGw==",
4178
3617
  "license": "BSD-3-Clause",
4179
3618
  "dependencies": {
4180
- "@salesforce/ts-types": "^1.7.0",
3619
+ "@salesforce/ts-types": "^1.7.1",
4181
3620
  "shx": "^0.3.3",
4182
3621
  "tslib": "^2.2.0"
4183
3622
  }
@@ -4827,9 +4266,9 @@
4827
4266
  }
4828
4267
  },
4829
4268
  "node_modules/@salesforce/plugin-release-management": {
4830
- "version": "3.5.13",
4831
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-3.5.13.tgz",
4832
- "integrity": "sha512-FVlKp5vPllCqNTu3Ve7hr6wboVG9oIoXj+o8Ntw9ESftEd9LhMV2zDDQBXN0So9Mu18zwwG2KKcwM9L/Fw8csA==",
4269
+ "version": "3.5.17",
4270
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-3.5.17.tgz",
4271
+ "integrity": "sha512-Jdi53zuvJanDmuCcuXsrrttd7+o9edjBwpvJIV01DT/5RN7k4Myx3ZHpzKInlNkLIP2fh6ksNGAkM5yuCfeAKQ==",
4833
4272
  "dev": true,
4834
4273
  "license": "BSD-3-Clause",
4835
4274
  "dependencies": {
@@ -5069,21 +4508,21 @@
5069
4508
  "license": "BSD-3-Clause"
5070
4509
  },
5071
4510
  "node_modules/@salesforce/schemas": {
5072
- "version": "1.1.3",
5073
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.1.3.tgz",
5074
- "integrity": "sha512-XWohlOT2oQDqAJH00OXS3f2MGjkwZ6pr4emnnkHSQbg7UdGW0rvGpEnRKqBbDUfZ4K5YKSo9Gj216ZtaP3JLXg==",
4511
+ "version": "1.4.0",
4512
+ "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.4.0.tgz",
4513
+ "integrity": "sha512-BJ25uphssN42Zy6kksheFHMTLiR98AAHe/Wxnv0T4dYxtrEbUjSXVAGKZqfewJPFXA4xB5gxC+rQZtfz6xKCFg==",
5075
4514
  "license": "ISC"
5076
4515
  },
5077
4516
  "node_modules/@salesforce/sf-plugins-core": {
5078
- "version": "1.17.4",
5079
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.17.4.tgz",
5080
- "integrity": "sha512-a3ifxjODWmaqqvUyVvDQHO3yNix2jatQBjgNk9SuKni3jlXF3Cc4osCiTZYKxluPSodiyLmolUhUucglYHbkUA==",
4517
+ "version": "1.17.6",
4518
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.17.6.tgz",
4519
+ "integrity": "sha512-6GXoesWWkcvQeNncckax+S/Zi5ibeU03VHS5zEsUGEIGesZE3KGmTBtUgw+c66E/OIsbwkmtwFBXk7YFd8YACA==",
5081
4520
  "license": "BSD-3-Clause",
5082
4521
  "dependencies": {
5083
- "@oclif/core": "^1.20.0",
4522
+ "@oclif/core": "^1.20.4",
5084
4523
  "@salesforce/core": "^3.31.16",
5085
4524
  "@salesforce/kit": "^1.7.1",
5086
- "@salesforce/ts-types": "^1.5.20",
4525
+ "@salesforce/ts-types": "^1.7.1",
5087
4526
  "chalk": "^4",
5088
4527
  "inquirer": "^8.2.5"
5089
4528
  }
@@ -5276,23 +4715,23 @@
5276
4715
  }
5277
4716
  },
5278
4717
  "node_modules/@salesforce/ts-types": {
5279
- "version": "1.7.0",
5280
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.0.tgz",
5281
- "integrity": "sha512-8bLGBZCk7T/tkfXP66r5Pkhn3CjfNQIOy6B0Z1rvam5RgqWtYYcubF7eSLSj7bop/q7tA8+R6bNJmjATX6hTqA==",
4718
+ "version": "1.7.1",
4719
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.1.tgz",
4720
+ "integrity": "sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==",
5282
4721
  "license": "BSD-3-Clause",
5283
4722
  "dependencies": {
5284
- "tslib": "^2.2.0"
4723
+ "tslib": "^2.4.1"
5285
4724
  }
5286
4725
  },
5287
4726
  "node_modules/@sf/deploy-retrieve": {
5288
4727
  "name": "@salesforce/plugin-deploy-retrieve",
5289
- "version": "1.6.11",
5290
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.11.tgz",
5291
- "integrity": "sha512-xcmpmmcIDXd5ZLSIkdj+fzHP/6SMz/kIofg1QARAkXixLgV3OE7NUV8OS/I1oIKMbiUmn0IYw9mLEPMn3P1mdA==",
4728
+ "version": "1.6.12",
4729
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.12.tgz",
4730
+ "integrity": "sha512-RGvSWxDqE6yJrt0ac8V02y2MfQ5bseKHd/l5w8i/E49RLv0WKSbOfhzC40Y1vCy5lc8wQvUzwJGn+JftCm6UWQ==",
5292
4731
  "license": "BSD-3-Clause",
5293
4732
  "dependencies": {
5294
4733
  "@oclif/core": "^1.16.0",
5295
- "@salesforce/core": "^3.31.17",
4734
+ "@salesforce/core": "^3.31.18",
5296
4735
  "@salesforce/kit": "^1.7.0",
5297
4736
  "@salesforce/sf-plugins-core": "1.17.0",
5298
4737
  "@salesforce/source-deploy-retrieve": "^7.0.1",
@@ -5363,9 +4802,9 @@
5363
4802
  },
5364
4803
  "node_modules/@sf/functions": {
5365
4804
  "name": "@salesforce/plugin-functions",
5366
- "version": "1.14.2",
5367
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.2.tgz",
5368
- "integrity": "sha512-3heSc1BdosNwcbj4f/Ug7+oud4T/wgU98UKkPkDVDQE+6+6Mwt3sKe1xkCA4EEDw3bs6wYvzvJ/n6dVDFlqzug==",
4805
+ "version": "1.14.4",
4806
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.4.tgz",
4807
+ "integrity": "sha512-0WPAXTd3bfIE8EhlnwM3eZYzakyTtjgWenhz8tAgUguYCF1hMHXVewzXrjEHQqLC1ow769kvEi2LeI1uI1Wk3g==",
5369
4808
  "license": "BSD-3-Clause",
5370
4809
  "dependencies": {
5371
4810
  "@heroku-cli/color": "^1.1.14",
@@ -5373,9 +4812,9 @@
5373
4812
  "@heroku/eventsource": "^1.0.7",
5374
4813
  "@heroku/function-toml": "^0.0.3",
5375
4814
  "@heroku/project-descriptor": "0.0.6",
5376
- "@hk/functions-core": "npm:@heroku/functions-core@0.4.1",
4815
+ "@hk/functions-core": "npm:@heroku/functions-core@0.4.3",
5377
4816
  "@oclif/core": "^1.6.0",
5378
- "@salesforce/core": "^3.19.4",
4817
+ "@salesforce/core": "^3.31.16",
5379
4818
  "@salesforce/plugin-org": "^1.11.2",
5380
4819
  "@salesforce/sf-plugins-core": "^1.7.2",
5381
4820
  "@salesforce/ts-sinon": "^1.3.21",
@@ -5479,13 +4918,13 @@
5479
4918
  },
5480
4919
  "node_modules/@sf/info": {
5481
4920
  "name": "@salesforce/plugin-info",
5482
- "version": "2.2.7",
5483
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.7.tgz",
5484
- "integrity": "sha512-XOWfUMzp7cXN9aWrojjbm+SdBTIV6/ycuUFMbQrQiuKGqoz2nm/u7ufCaFsN5tV3sGl9L3JDwc0aduPHkWxCKQ==",
4921
+ "version": "2.2.8",
4922
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.8.tgz",
4923
+ "integrity": "sha512-jsLRUZePbjTWo5y7YmDoDzTCTP3hr6jK5+93/IA3ZjoCJgeNJXgMQf2zdX7E+YTQBXbTRCXqaaN0VdqNbtpOMg==",
5485
4924
  "license": "BSD-3-Clause",
5486
4925
  "dependencies": {
5487
4926
  "@oclif/core": "^1.20.0",
5488
- "@salesforce/command": "^5.2.20",
4927
+ "@salesforce/command": "^5.2.23",
5489
4928
  "@salesforce/core": "^3.30.12",
5490
4929
  "@salesforce/kit": "^1.6.1",
5491
4930
  "got": "^11.8.2",
@@ -5503,13 +4942,13 @@
5503
4942
  },
5504
4943
  "node_modules/@sf/login": {
5505
4944
  "name": "@salesforce/plugin-login",
5506
- "version": "1.1.9",
5507
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.9.tgz",
5508
- "integrity": "sha512-ITkmYqv2Z7gThG6WalFLqEiG5yvasDlerYxy84UduFk4Im4rl6xiyqxNv5JdK0MuPGebDAIDFqlktX12mahaGw==",
4945
+ "version": "1.1.10",
4946
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.10.tgz",
4947
+ "integrity": "sha512-Z3geqyy1zbovFJkqfUUGDMM8D3eO1XgF/GEGVRn4X30tVUULttuvzDgb7Uu0c/WDCoTF1C9BscZD0iOn+BTk5g==",
5509
4948
  "license": "BSD-3-Clause",
5510
4949
  "dependencies": {
5511
4950
  "@oclif/core": "^1.20.4",
5512
- "@salesforce/core": "^3.30.12",
4951
+ "@salesforce/core": "^3.31.19",
5513
4952
  "@salesforce/sf-plugins-core": "^1.17.1",
5514
4953
  "chalk": "^4.1.2",
5515
4954
  "inquirer": "^8.2.5",
@@ -5522,13 +4961,13 @@
5522
4961
  },
5523
4962
  "node_modules/@sf/settings": {
5524
4963
  "name": "@salesforce/plugin-settings",
5525
- "version": "1.1.6",
5526
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.6.tgz",
5527
- "integrity": "sha512-H844B7wAhV45DvhSx6v7qZckODoqX+sSLSVFt6N78TP3JE28zI4IVw0q/DSNf1Y5Lw4aANJc9/LXO1KO5yX4IA==",
4964
+ "version": "1.1.8",
4965
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.8.tgz",
4966
+ "integrity": "sha512-WiNHkfkzX6Xj3tmGYAnUbBW1PMvmERqA4XNd9/qnWf10HFH38wokf9vNCT1m0yEi339arXmePExhYbm1JGDKdA==",
5528
4967
  "license": "BSD-3-Clause",
5529
4968
  "dependencies": {
5530
4969
  "@oclif/core": "^1.20.2",
5531
- "@salesforce/core": "^3.31.16",
4970
+ "@salesforce/core": "^3.31.19",
5532
4971
  "@salesforce/sf-plugins-core": "^1.17.0",
5533
4972
  "tslib": "^2"
5534
4973
  },
@@ -5538,13 +4977,13 @@
5538
4977
  },
5539
4978
  "node_modules/@sf/sobject": {
5540
4979
  "name": "@salesforce/plugin-sobject",
5541
- "version": "0.0.28",
5542
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.28.tgz",
5543
- "integrity": "sha512-mL5GY8XaIajG+ZeF9CenkS1FZv2m+wfHFIqTfOp4be3Q+DABHtgGVXAqmlXlz0VuKpBu1W21QZyQPEdG9aHxZg==",
4980
+ "version": "0.0.29",
4981
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.29.tgz",
4982
+ "integrity": "sha512-5vivzF3gHEyBYa/VxJsDGYvgedrBJNWxazZXy4BBWzfvnc17zk6kCd+bWAMrbASWehKIq4/fXHcOgxEHAsyALg==",
5544
4983
  "license": "BSD-3-Clause",
5545
4984
  "dependencies": {
5546
4985
  "@oclif/core": "^1.16.4",
5547
- "@salesforce/core": "^3.31.17",
4986
+ "@salesforce/core": "^3.31.19",
5548
4987
  "@salesforce/kit": "^1.7.1",
5549
4988
  "@salesforce/sf-plugins-core": "^1.17.4",
5550
4989
  "change-case": "^4.1.2",
@@ -5560,13 +4999,13 @@
5560
4999
  },
5561
5000
  "node_modules/@sf/telemetry": {
5562
5001
  "name": "@salesforce/plugin-telemetry",
5563
- "version": "2.0.3",
5564
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.3.tgz",
5565
- "integrity": "sha512-e1rDrdNqH01cm+t6uCzshWmtFpcCeRbo6T3Eg6/ssQkhpCqRUijVkM37cNmws+PAA85P4S2iBWgxg2bituvhNw==",
5002
+ "version": "2.0.4",
5003
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.4.tgz",
5004
+ "integrity": "sha512-e7u9HI5sx8BArv7hOIIgqe5J3ceTWEaK/P5/Mx0okfBrSMHdmg19ocKdHRWQmdFvCLhqKh6Bq5wwQBJC8/LX7Q==",
5566
5005
  "license": "BSD-3-Clause",
5567
5006
  "dependencies": {
5568
5007
  "@oclif/core": "^1.8.0",
5569
- "@salesforce/core": "^3.30.8",
5008
+ "@salesforce/core": "^3.31.19",
5570
5009
  "@salesforce/telemetry": "^3.2.5",
5571
5010
  "debug": "^4.3.4",
5572
5011
  "tslib": "^2"
@@ -7984,9 +7423,9 @@
7984
7423
  }
7985
7424
  },
7986
7425
  "node_modules/clone": {
7987
- "version": "2.1.2",
7988
- "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
7989
- "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
7426
+ "version": "1.0.4",
7427
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
7428
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
7990
7429
  "license": "MIT",
7991
7430
  "engines": {
7992
7431
  "node": ">=0.8"
@@ -8215,13 +7654,10 @@
8215
7654
  }
8216
7655
  },
8217
7656
  "node_modules/commander": {
8218
- "version": "7.1.0",
8219
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
8220
- "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
8221
- "license": "MIT",
8222
- "engines": {
8223
- "node": ">= 10"
8224
- }
7657
+ "version": "2.20.3",
7658
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
7659
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
7660
+ "license": "MIT"
8225
7661
  },
8226
7662
  "node_modules/comment-parser": {
8227
7663
  "version": "1.1.6-beta.0",
@@ -8294,9 +7730,9 @@
8294
7730
  }
8295
7731
  },
8296
7732
  "node_modules/concurrently": {
8297
- "version": "7.4.0",
8298
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz",
8299
- "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==",
7733
+ "version": "7.5.0",
7734
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz",
7735
+ "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==",
8300
7736
  "dev": true,
8301
7737
  "license": "MIT",
8302
7738
  "dependencies": {
@@ -9164,15 +8600,6 @@
9164
8600
  "clone": "^1.0.2"
9165
8601
  }
9166
8602
  },
9167
- "node_modules/defaults/node_modules/clone": {
9168
- "version": "1.0.4",
9169
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
9170
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
9171
- "license": "MIT",
9172
- "engines": {
9173
- "node": ">=0.8"
9174
- }
9175
- },
9176
8603
  "node_modules/defer-to-connect": {
9177
8604
  "version": "2.0.1",
9178
8605
  "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
@@ -10666,6 +10093,23 @@
10666
10093
  "url": "https://opencollective.com/eslint"
10667
10094
  }
10668
10095
  },
10096
+ "node_modules/eslint/node_modules/find-up": {
10097
+ "version": "5.0.0",
10098
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
10099
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
10100
+ "dev": true,
10101
+ "license": "MIT",
10102
+ "dependencies": {
10103
+ "locate-path": "^6.0.0",
10104
+ "path-exists": "^4.0.0"
10105
+ },
10106
+ "engines": {
10107
+ "node": ">=10"
10108
+ },
10109
+ "funding": {
10110
+ "url": "https://github.com/sponsors/sindresorhus"
10111
+ }
10112
+ },
10669
10113
  "node_modules/eslint/node_modules/glob-parent": {
10670
10114
  "version": "6.0.2",
10671
10115
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -10692,6 +10136,54 @@
10692
10136
  "js-yaml": "bin/js-yaml.js"
10693
10137
  }
10694
10138
  },
10139
+ "node_modules/eslint/node_modules/locate-path": {
10140
+ "version": "6.0.0",
10141
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
10142
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
10143
+ "dev": true,
10144
+ "license": "MIT",
10145
+ "dependencies": {
10146
+ "p-locate": "^5.0.0"
10147
+ },
10148
+ "engines": {
10149
+ "node": ">=10"
10150
+ },
10151
+ "funding": {
10152
+ "url": "https://github.com/sponsors/sindresorhus"
10153
+ }
10154
+ },
10155
+ "node_modules/eslint/node_modules/p-limit": {
10156
+ "version": "3.1.0",
10157
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
10158
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
10159
+ "dev": true,
10160
+ "license": "MIT",
10161
+ "dependencies": {
10162
+ "yocto-queue": "^0.1.0"
10163
+ },
10164
+ "engines": {
10165
+ "node": ">=10"
10166
+ },
10167
+ "funding": {
10168
+ "url": "https://github.com/sponsors/sindresorhus"
10169
+ }
10170
+ },
10171
+ "node_modules/eslint/node_modules/p-locate": {
10172
+ "version": "5.0.0",
10173
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
10174
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
10175
+ "dev": true,
10176
+ "license": "MIT",
10177
+ "dependencies": {
10178
+ "p-limit": "^3.0.2"
10179
+ },
10180
+ "engines": {
10181
+ "node": ">=10"
10182
+ },
10183
+ "funding": {
10184
+ "url": "https://github.com/sponsors/sindresorhus"
10185
+ }
10186
+ },
10695
10187
  "node_modules/espree": {
10696
10188
  "version": "7.3.1",
10697
10189
  "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
@@ -10899,9 +10391,9 @@
10899
10391
  "license": "MIT"
10900
10392
  },
10901
10393
  "node_modules/fancy-test": {
10902
- "version": "2.0.5",
10903
- "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.5.tgz",
10904
- "integrity": "sha512-ASPLNVkHSSIdRI/uLlK+XGhf1ul/MpRN9VE84ehXL+FOprQjXrDXX3wW1wqKvtcTTC+AW0E0RxdpJ5IEopjhQA==",
10394
+ "version": "2.0.7",
10395
+ "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.7.tgz",
10396
+ "integrity": "sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw==",
10905
10397
  "license": "MIT",
10906
10398
  "dependencies": {
10907
10399
  "@types/chai": "*",
@@ -11153,19 +10645,16 @@
11153
10645
  }
11154
10646
  },
11155
10647
  "node_modules/find-up": {
11156
- "version": "5.0.0",
11157
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
11158
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
10648
+ "version": "4.1.0",
10649
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
10650
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
11159
10651
  "license": "MIT",
11160
10652
  "dependencies": {
11161
- "locate-path": "^6.0.0",
10653
+ "locate-path": "^5.0.0",
11162
10654
  "path-exists": "^4.0.0"
11163
10655
  },
11164
10656
  "engines": {
11165
- "node": ">=10"
11166
- },
11167
- "funding": {
11168
- "url": "https://github.com/sponsors/sindresorhus"
10657
+ "node": ">=8"
11169
10658
  }
11170
10659
  },
11171
10660
  "node_modules/find-yarn-workspace-root": {
@@ -13410,12 +12899,6 @@
13410
12899
  "node": ">=4.0"
13411
12900
  }
13412
12901
  },
13413
- "node_modules/jsforce/node_modules/commander": {
13414
- "version": "2.20.3",
13415
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
13416
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
13417
- "license": "MIT"
13418
- },
13419
12902
  "node_modules/jsforce/node_modules/isarray": {
13420
12903
  "version": "1.0.0",
13421
12904
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
@@ -14089,18 +13572,15 @@
14089
13572
  }
14090
13573
  },
14091
13574
  "node_modules/locate-path": {
14092
- "version": "6.0.0",
14093
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
14094
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
13575
+ "version": "5.0.0",
13576
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
13577
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
14095
13578
  "license": "MIT",
14096
13579
  "dependencies": {
14097
- "p-locate": "^5.0.0"
13580
+ "p-locate": "^4.1.0"
14098
13581
  },
14099
13582
  "engines": {
14100
- "node": ">=10"
14101
- },
14102
- "funding": {
14103
- "url": "https://github.com/sponsors/sindresorhus"
13583
+ "node": ">=8"
14104
13584
  }
14105
13585
  },
14106
13586
  "node_modules/lodash": {
@@ -15023,6 +14503,23 @@
15023
14503
  "node": ">=0.3.1"
15024
14504
  }
15025
14505
  },
14506
+ "node_modules/mocha/node_modules/find-up": {
14507
+ "version": "5.0.0",
14508
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
14509
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
14510
+ "dev": true,
14511
+ "license": "MIT",
14512
+ "dependencies": {
14513
+ "locate-path": "^6.0.0",
14514
+ "path-exists": "^4.0.0"
14515
+ },
14516
+ "engines": {
14517
+ "node": ">=10"
14518
+ },
14519
+ "funding": {
14520
+ "url": "https://github.com/sponsors/sindresorhus"
14521
+ }
14522
+ },
15026
14523
  "node_modules/mocha/node_modules/glob": {
15027
14524
  "version": "7.2.0",
15028
14525
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -15070,6 +14567,22 @@
15070
14567
  "js-yaml": "bin/js-yaml.js"
15071
14568
  }
15072
14569
  },
14570
+ "node_modules/mocha/node_modules/locate-path": {
14571
+ "version": "6.0.0",
14572
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
14573
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
14574
+ "dev": true,
14575
+ "license": "MIT",
14576
+ "dependencies": {
14577
+ "p-locate": "^5.0.0"
14578
+ },
14579
+ "engines": {
14580
+ "node": ">=10"
14581
+ },
14582
+ "funding": {
14583
+ "url": "https://github.com/sponsors/sindresorhus"
14584
+ }
14585
+ },
15073
14586
  "node_modules/mocha/node_modules/minimatch": {
15074
14587
  "version": "4.2.1",
15075
14588
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
@@ -15083,6 +14596,38 @@
15083
14596
  "node": ">=10"
15084
14597
  }
15085
14598
  },
14599
+ "node_modules/mocha/node_modules/p-limit": {
14600
+ "version": "3.1.0",
14601
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
14602
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
14603
+ "dev": true,
14604
+ "license": "MIT",
14605
+ "dependencies": {
14606
+ "yocto-queue": "^0.1.0"
14607
+ },
14608
+ "engines": {
14609
+ "node": ">=10"
14610
+ },
14611
+ "funding": {
14612
+ "url": "https://github.com/sponsors/sindresorhus"
14613
+ }
14614
+ },
14615
+ "node_modules/mocha/node_modules/p-locate": {
14616
+ "version": "5.0.0",
14617
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
14618
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
14619
+ "dev": true,
14620
+ "license": "MIT",
14621
+ "dependencies": {
14622
+ "p-limit": "^3.0.2"
14623
+ },
14624
+ "engines": {
14625
+ "node": ">=10"
14626
+ },
14627
+ "funding": {
14628
+ "url": "https://github.com/sponsors/sindresorhus"
14629
+ }
14630
+ },
15086
14631
  "node_modules/mocha/node_modules/supports-color": {
15087
14632
  "version": "8.1.1",
15088
14633
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -18829,46 +18374,6 @@
18829
18374
  "wrap-ansi": "^6.2.0"
18830
18375
  }
18831
18376
  },
18832
- "node_modules/nyc/node_modules/find-up": {
18833
- "version": "4.1.0",
18834
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
18835
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
18836
- "dev": true,
18837
- "license": "MIT",
18838
- "dependencies": {
18839
- "locate-path": "^5.0.0",
18840
- "path-exists": "^4.0.0"
18841
- },
18842
- "engines": {
18843
- "node": ">=8"
18844
- }
18845
- },
18846
- "node_modules/nyc/node_modules/locate-path": {
18847
- "version": "5.0.0",
18848
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
18849
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
18850
- "dev": true,
18851
- "license": "MIT",
18852
- "dependencies": {
18853
- "p-locate": "^4.1.0"
18854
- },
18855
- "engines": {
18856
- "node": ">=8"
18857
- }
18858
- },
18859
- "node_modules/nyc/node_modules/p-locate": {
18860
- "version": "4.1.0",
18861
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
18862
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
18863
- "dev": true,
18864
- "license": "MIT",
18865
- "dependencies": {
18866
- "p-limit": "^2.2.0"
18867
- },
18868
- "engines": {
18869
- "node": ">=8"
18870
- }
18871
- },
18872
18377
  "node_modules/nyc/node_modules/p-map": {
18873
18378
  "version": "3.0.0",
18874
18379
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
@@ -19039,18 +18544,18 @@
19039
18544
  }
19040
18545
  },
19041
18546
  "node_modules/oclif": {
19042
- "version": "2.7.0",
19043
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.7.0.tgz",
19044
- "integrity": "sha512-nmgk/emtEth/0RYTMeovj22zpiT4P7KvIDc3OOT8VeAEDvdbnZfg3tV3YRnHK0zrSKETKqpHWFyNx2PLMl0eKQ==",
18547
+ "version": "3.2.25",
18548
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.25.tgz",
18549
+ "integrity": "sha512-1nwdWHOBW5DkMBBu3HNrwM+WIAL7kDLBeoM8BNJLbnE4hlxBmeubwQTF0oGzmv+0vUomWMiNSbQF7AfzFbwUwA==",
19045
18550
  "dev": true,
19046
18551
  "license": "MIT",
19047
18552
  "dependencies": {
19048
- "@oclif/core": "^1.6.4",
19049
- "@oclif/plugin-help": "^5.1.11",
19050
- "@oclif/plugin-not-found": "^2.3.1",
19051
- "@oclif/plugin-warn-if-update-available": "^2.0.4",
19052
- "aws-sdk": "^2.1069.0",
19053
- "concurrently": "^7.0.0",
18553
+ "@oclif/core": "^1.20.0",
18554
+ "@oclif/plugin-help": "^5.1.16",
18555
+ "@oclif/plugin-not-found": "^2.3.7",
18556
+ "@oclif/plugin-warn-if-update-available": "^2.0.6",
18557
+ "aws-sdk": "^2.1231.0",
18558
+ "concurrently": "^7.5.0",
19054
18559
  "debug": "^4.3.3",
19055
18560
  "find-yarn-workspace-root": "^2.0.0",
19056
18561
  "fs-extra": "^8.1",
@@ -19058,9 +18563,9 @@
19058
18563
  "lodash": "^4.17.21",
19059
18564
  "normalize-package-data": "^3.0.3",
19060
18565
  "qqjs": "^0.3.11",
19061
- "semver": "^7.3.5",
18566
+ "semver": "^7.3.8",
19062
18567
  "tslib": "^2.3.1",
19063
- "yeoman-environment": "^3.9.1",
18568
+ "yeoman-environment": "^3.11.1",
19064
18569
  "yeoman-generator": "^5.6.1",
19065
18570
  "yosay": "^2.0.2"
19066
18571
  },
@@ -19071,6 +18576,19 @@
19071
18576
  "node": ">=12.0.0"
19072
18577
  }
19073
18578
  },
18579
+ "node_modules/oclif/node_modules/@oclif/plugin-help": {
18580
+ "version": "5.1.18",
18581
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.18.tgz",
18582
+ "integrity": "sha512-EICYITNwc155RHBiRnhUmvuc5oEuRE+9B+8rErw4OKKpPfZ5edvth38e4QOONfDRjb3MHfNu0sds1aB3i/BikA==",
18583
+ "dev": true,
18584
+ "license": "MIT",
18585
+ "dependencies": {
18586
+ "@oclif/core": "^1.20.2"
18587
+ },
18588
+ "engines": {
18589
+ "node": ">=12.0.0"
18590
+ }
18591
+ },
19074
18592
  "node_modules/once": {
19075
18593
  "version": "1.4.0",
19076
18594
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -19271,33 +18789,15 @@
19271
18789
  }
19272
18790
  },
19273
18791
  "node_modules/p-locate": {
19274
- "version": "5.0.0",
19275
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
19276
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
19277
- "license": "MIT",
19278
- "dependencies": {
19279
- "p-limit": "^3.0.2"
19280
- },
19281
- "engines": {
19282
- "node": ">=10"
19283
- },
19284
- "funding": {
19285
- "url": "https://github.com/sponsors/sindresorhus"
19286
- }
19287
- },
19288
- "node_modules/p-locate/node_modules/p-limit": {
19289
- "version": "3.1.0",
19290
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
19291
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
18792
+ "version": "4.1.0",
18793
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
18794
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19292
18795
  "license": "MIT",
19293
18796
  "dependencies": {
19294
- "yocto-queue": "^0.1.0"
18797
+ "p-limit": "^2.2.0"
19295
18798
  },
19296
18799
  "engines": {
19297
- "node": ">=10"
19298
- },
19299
- "funding": {
19300
- "url": "https://github.com/sponsors/sindresorhus"
18800
+ "node": ">=8"
19301
18801
  }
19302
18802
  },
19303
18803
  "node_modules/p-map": {
@@ -19745,43 +19245,6 @@
19745
19245
  "node": ">=8"
19746
19246
  }
19747
19247
  },
19748
- "node_modules/pkg-dir/node_modules/find-up": {
19749
- "version": "4.1.0",
19750
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
19751
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
19752
- "license": "MIT",
19753
- "dependencies": {
19754
- "locate-path": "^5.0.0",
19755
- "path-exists": "^4.0.0"
19756
- },
19757
- "engines": {
19758
- "node": ">=8"
19759
- }
19760
- },
19761
- "node_modules/pkg-dir/node_modules/locate-path": {
19762
- "version": "5.0.0",
19763
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
19764
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
19765
- "license": "MIT",
19766
- "dependencies": {
19767
- "p-locate": "^4.1.0"
19768
- },
19769
- "engines": {
19770
- "node": ">=8"
19771
- }
19772
- },
19773
- "node_modules/pkg-dir/node_modules/p-locate": {
19774
- "version": "4.1.0",
19775
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
19776
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19777
- "license": "MIT",
19778
- "dependencies": {
19779
- "p-limit": "^2.2.0"
19780
- },
19781
- "engines": {
19782
- "node": ">=8"
19783
- }
19784
- },
19785
19248
  "node_modules/pluralize": {
19786
19249
  "version": "8.0.0",
19787
19250
  "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
@@ -19821,6 +19284,67 @@
19821
19284
  "node": ">=10"
19822
19285
  }
19823
19286
  },
19287
+ "node_modules/preferred-pm/node_modules/find-up": {
19288
+ "version": "5.0.0",
19289
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
19290
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
19291
+ "license": "MIT",
19292
+ "dependencies": {
19293
+ "locate-path": "^6.0.0",
19294
+ "path-exists": "^4.0.0"
19295
+ },
19296
+ "engines": {
19297
+ "node": ">=10"
19298
+ },
19299
+ "funding": {
19300
+ "url": "https://github.com/sponsors/sindresorhus"
19301
+ }
19302
+ },
19303
+ "node_modules/preferred-pm/node_modules/locate-path": {
19304
+ "version": "6.0.0",
19305
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
19306
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
19307
+ "license": "MIT",
19308
+ "dependencies": {
19309
+ "p-locate": "^5.0.0"
19310
+ },
19311
+ "engines": {
19312
+ "node": ">=10"
19313
+ },
19314
+ "funding": {
19315
+ "url": "https://github.com/sponsors/sindresorhus"
19316
+ }
19317
+ },
19318
+ "node_modules/preferred-pm/node_modules/p-limit": {
19319
+ "version": "3.1.0",
19320
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
19321
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
19322
+ "license": "MIT",
19323
+ "dependencies": {
19324
+ "yocto-queue": "^0.1.0"
19325
+ },
19326
+ "engines": {
19327
+ "node": ">=10"
19328
+ },
19329
+ "funding": {
19330
+ "url": "https://github.com/sponsors/sindresorhus"
19331
+ }
19332
+ },
19333
+ "node_modules/preferred-pm/node_modules/p-locate": {
19334
+ "version": "5.0.0",
19335
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
19336
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
19337
+ "license": "MIT",
19338
+ "dependencies": {
19339
+ "p-limit": "^3.0.2"
19340
+ },
19341
+ "engines": {
19342
+ "node": ">=10"
19343
+ },
19344
+ "funding": {
19345
+ "url": "https://github.com/sponsors/sindresorhus"
19346
+ }
19347
+ },
19824
19348
  "node_modules/prelude-ls": {
19825
19349
  "version": "1.1.2",
19826
19350
  "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
@@ -19919,20 +19443,6 @@
19919
19443
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
19920
19444
  }
19921
19445
  },
19922
- "node_modules/pretty-quick/node_modules/find-up": {
19923
- "version": "4.1.0",
19924
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
19925
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
19926
- "dev": true,
19927
- "license": "MIT",
19928
- "dependencies": {
19929
- "locate-path": "^5.0.0",
19930
- "path-exists": "^4.0.0"
19931
- },
19932
- "engines": {
19933
- "node": ">=8"
19934
- }
19935
- },
19936
19446
  "node_modules/pretty-quick/node_modules/human-signals": {
19937
19447
  "version": "1.1.1",
19938
19448
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
@@ -19943,32 +19453,6 @@
19943
19453
  "node": ">=8.12.0"
19944
19454
  }
19945
19455
  },
19946
- "node_modules/pretty-quick/node_modules/locate-path": {
19947
- "version": "5.0.0",
19948
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
19949
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
19950
- "dev": true,
19951
- "license": "MIT",
19952
- "dependencies": {
19953
- "p-locate": "^4.1.0"
19954
- },
19955
- "engines": {
19956
- "node": ">=8"
19957
- }
19958
- },
19959
- "node_modules/pretty-quick/node_modules/p-locate": {
19960
- "version": "4.1.0",
19961
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
19962
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19963
- "dev": true,
19964
- "license": "MIT",
19965
- "dependencies": {
19966
- "p-limit": "^2.2.0"
19967
- },
19968
- "engines": {
19969
- "node": ">=8"
19970
- }
19971
- },
19972
19456
  "node_modules/proc-log": {
19973
19457
  "version": "2.0.1",
19974
19458
  "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
@@ -20750,37 +20234,12 @@
20750
20234
  "url": "https://github.com/sponsors/sindresorhus"
20751
20235
  }
20752
20236
  },
20753
- "node_modules/read-pkg-up/node_modules/find-up": {
20754
- "version": "4.1.0",
20755
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
20756
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
20757
- "license": "MIT",
20758
- "dependencies": {
20759
- "locate-path": "^5.0.0",
20760
- "path-exists": "^4.0.0"
20761
- },
20762
- "engines": {
20763
- "node": ">=8"
20764
- }
20765
- },
20766
20237
  "node_modules/read-pkg-up/node_modules/hosted-git-info": {
20767
20238
  "version": "2.8.9",
20768
20239
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
20769
20240
  "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
20770
20241
  "license": "ISC"
20771
20242
  },
20772
- "node_modules/read-pkg-up/node_modules/locate-path": {
20773
- "version": "5.0.0",
20774
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
20775
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
20776
- "license": "MIT",
20777
- "dependencies": {
20778
- "p-locate": "^4.1.0"
20779
- },
20780
- "engines": {
20781
- "node": ">=8"
20782
- }
20783
- },
20784
20243
  "node_modules/read-pkg-up/node_modules/normalize-package-data": {
20785
20244
  "version": "2.5.0",
20786
20245
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -20793,18 +20252,6 @@
20793
20252
  "validate-npm-package-license": "^3.0.1"
20794
20253
  }
20795
20254
  },
20796
- "node_modules/read-pkg-up/node_modules/p-locate": {
20797
- "version": "4.1.0",
20798
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
20799
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
20800
- "license": "MIT",
20801
- "dependencies": {
20802
- "p-limit": "^2.2.0"
20803
- },
20804
- "engines": {
20805
- "node": ">=8"
20806
- }
20807
- },
20808
20255
  "node_modules/read-pkg-up/node_modules/parse-json": {
20809
20256
  "version": "5.2.0",
20810
20257
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@@ -22084,6 +21531,23 @@
22084
21531
  "node": ">=0.8.0"
22085
21532
  }
22086
21533
  },
21534
+ "node_modules/standard-version/node_modules/find-up": {
21535
+ "version": "5.0.0",
21536
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
21537
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
21538
+ "dev": true,
21539
+ "license": "MIT",
21540
+ "dependencies": {
21541
+ "locate-path": "^6.0.0",
21542
+ "path-exists": "^4.0.0"
21543
+ },
21544
+ "engines": {
21545
+ "node": ">=10"
21546
+ },
21547
+ "funding": {
21548
+ "url": "https://github.com/sponsors/sindresorhus"
21549
+ }
21550
+ },
22087
21551
  "node_modules/standard-version/node_modules/has-flag": {
22088
21552
  "version": "3.0.0",
22089
21553
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -22094,6 +21558,54 @@
22094
21558
  "node": ">=4"
22095
21559
  }
22096
21560
  },
21561
+ "node_modules/standard-version/node_modules/locate-path": {
21562
+ "version": "6.0.0",
21563
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
21564
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
21565
+ "dev": true,
21566
+ "license": "MIT",
21567
+ "dependencies": {
21568
+ "p-locate": "^5.0.0"
21569
+ },
21570
+ "engines": {
21571
+ "node": ">=10"
21572
+ },
21573
+ "funding": {
21574
+ "url": "https://github.com/sponsors/sindresorhus"
21575
+ }
21576
+ },
21577
+ "node_modules/standard-version/node_modules/p-limit": {
21578
+ "version": "3.1.0",
21579
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
21580
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
21581
+ "dev": true,
21582
+ "license": "MIT",
21583
+ "dependencies": {
21584
+ "yocto-queue": "^0.1.0"
21585
+ },
21586
+ "engines": {
21587
+ "node": ">=10"
21588
+ },
21589
+ "funding": {
21590
+ "url": "https://github.com/sponsors/sindresorhus"
21591
+ }
21592
+ },
21593
+ "node_modules/standard-version/node_modules/p-locate": {
21594
+ "version": "5.0.0",
21595
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
21596
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
21597
+ "dev": true,
21598
+ "license": "MIT",
21599
+ "dependencies": {
21600
+ "p-limit": "^3.0.2"
21601
+ },
21602
+ "engines": {
21603
+ "node": ">=10"
21604
+ },
21605
+ "funding": {
21606
+ "url": "https://github.com/sponsors/sindresorhus"
21607
+ }
21608
+ },
22097
21609
  "node_modules/standard-version/node_modules/supports-color": {
22098
21610
  "version": "5.5.0",
22099
21611
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -23376,6 +22888,15 @@
23376
22888
  "node": ">=0.10.0"
23377
22889
  }
23378
22890
  },
22891
+ "node_modules/vinyl/node_modules/clone": {
22892
+ "version": "2.1.2",
22893
+ "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
22894
+ "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
22895
+ "license": "MIT",
22896
+ "engines": {
22897
+ "node": ">=0.8"
22898
+ }
22899
+ },
23379
22900
  "node_modules/vm2": {
23380
22901
  "version": "3.9.11",
23381
22902
  "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.11.tgz",
@@ -24021,6 +23542,15 @@
24021
23542
  "node": ">= 10"
24022
23543
  }
24023
23544
  },
23545
+ "node_modules/yeoman-environment/node_modules/commander": {
23546
+ "version": "7.1.0",
23547
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
23548
+ "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
23549
+ "license": "MIT",
23550
+ "engines": {
23551
+ "node": ">= 10"
23552
+ }
23553
+ },
24024
23554
  "node_modules/yeoman-environment/node_modules/dateformat": {
24025
23555
  "version": "4.6.3",
24026
23556
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
@@ -24030,6 +23560,22 @@
24030
23560
  "node": "*"
24031
23561
  }
24032
23562
  },
23563
+ "node_modules/yeoman-environment/node_modules/find-up": {
23564
+ "version": "5.0.0",
23565
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
23566
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
23567
+ "license": "MIT",
23568
+ "dependencies": {
23569
+ "locate-path": "^6.0.0",
23570
+ "path-exists": "^4.0.0"
23571
+ },
23572
+ "engines": {
23573
+ "node": ">=10"
23574
+ },
23575
+ "funding": {
23576
+ "url": "https://github.com/sponsors/sindresorhus"
23577
+ }
23578
+ },
24033
23579
  "node_modules/yeoman-environment/node_modules/gauge": {
24034
23580
  "version": "3.0.2",
24035
23581
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
@@ -24062,6 +23608,21 @@
24062
23608
  "node": ">=10"
24063
23609
  }
24064
23610
  },
23611
+ "node_modules/yeoman-environment/node_modules/locate-path": {
23612
+ "version": "6.0.0",
23613
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
23614
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
23615
+ "license": "MIT",
23616
+ "dependencies": {
23617
+ "p-locate": "^5.0.0"
23618
+ },
23619
+ "engines": {
23620
+ "node": ">=10"
23621
+ },
23622
+ "funding": {
23623
+ "url": "https://github.com/sponsors/sindresorhus"
23624
+ }
23625
+ },
24065
23626
  "node_modules/yeoman-environment/node_modules/node-gyp": {
24066
23627
  "version": "8.4.1",
24067
23628
  "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
@@ -24260,6 +23821,36 @@
24260
23821
  "set-blocking": "^2.0.0"
24261
23822
  }
24262
23823
  },
23824
+ "node_modules/yeoman-environment/node_modules/p-limit": {
23825
+ "version": "3.1.0",
23826
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
23827
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
23828
+ "license": "MIT",
23829
+ "dependencies": {
23830
+ "yocto-queue": "^0.1.0"
23831
+ },
23832
+ "engines": {
23833
+ "node": ">=10"
23834
+ },
23835
+ "funding": {
23836
+ "url": "https://github.com/sponsors/sindresorhus"
23837
+ }
23838
+ },
23839
+ "node_modules/yeoman-environment/node_modules/p-locate": {
23840
+ "version": "5.0.0",
23841
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
23842
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
23843
+ "license": "MIT",
23844
+ "dependencies": {
23845
+ "p-limit": "^3.0.2"
23846
+ },
23847
+ "engines": {
23848
+ "node": ">=10"
23849
+ },
23850
+ "funding": {
23851
+ "url": "https://github.com/sponsors/sindresorhus"
23852
+ }
23853
+ },
24263
23854
  "node_modules/yeoman-environment/node_modules/pacote": {
24264
23855
  "version": "12.0.3",
24265
23856
  "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",
@@ -25265,6 +24856,45 @@
25265
24856
  "dev": true,
25266
24857
  "requires": {
25267
24858
  "find-up": "^5.0.0"
24859
+ },
24860
+ "dependencies": {
24861
+ "find-up": {
24862
+ "version": "5.0.0",
24863
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
24864
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
24865
+ "dev": true,
24866
+ "requires": {
24867
+ "locate-path": "^6.0.0",
24868
+ "path-exists": "^4.0.0"
24869
+ }
24870
+ },
24871
+ "locate-path": {
24872
+ "version": "6.0.0",
24873
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
24874
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
24875
+ "dev": true,
24876
+ "requires": {
24877
+ "p-locate": "^5.0.0"
24878
+ }
24879
+ },
24880
+ "p-limit": {
24881
+ "version": "3.1.0",
24882
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
24883
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
24884
+ "dev": true,
24885
+ "requires": {
24886
+ "yocto-queue": "^0.1.0"
24887
+ }
24888
+ },
24889
+ "p-locate": {
24890
+ "version": "5.0.0",
24891
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
24892
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
24893
+ "dev": true,
24894
+ "requires": {
24895
+ "p-limit": "^3.0.2"
24896
+ }
24897
+ }
25268
24898
  }
25269
24899
  },
25270
24900
  "@commitlint/types": {
@@ -25518,9 +25148,9 @@
25518
25148
  }
25519
25149
  },
25520
25150
  "@hk/functions-core": {
25521
- "version": "npm:@heroku/functions-core@0.4.1",
25522
- "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.4.1.tgz",
25523
- "integrity": "sha512-ZJGke5XM1WAVXFty56VMvimpZ+/7xwOLAtLo1m0vecD13UpkyCPJScSFpGQ4d0VwyZtKc7HjNYDb7QhOrb4O+A==",
25151
+ "version": "npm:@heroku/functions-core@0.4.3",
25152
+ "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.4.3.tgz",
25153
+ "integrity": "sha512-NCurnYhaabWtPTJNZIQ8aH5lCumznn5kpAjuldj5L+aa9kEq2n/9pr2GH4y8RwOOX05MhbfLvFlQXaWOLOSFkw==",
25524
25154
  "requires": {
25525
25155
  "@heroku-cli/color": "^1.1.14",
25526
25156
  "@heroku/project-descriptor": "0.0.6",
@@ -25535,104 +25165,11 @@
25535
25165
  "mem-fs-editor": "^9.5.0",
25536
25166
  "node-fetch": "^2.6.7",
25537
25167
  "openpgp": "^5.5.0",
25538
- "semver": "^7.3.7",
25168
+ "semver": "^7.3.8",
25539
25169
  "sha256-file": "^1.0.0",
25540
- "yeoman-environment": "~3.10.0"
25170
+ "yeoman-environment": "~3.12.1"
25541
25171
  },
25542
25172
  "dependencies": {
25543
- "@npmcli/arborist": {
25544
- "version": "4.3.1",
25545
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.3.1.tgz",
25546
- "integrity": "sha512-yMRgZVDpwWjplorzt9SFSaakWx6QIK248Nw4ZFgkrAy/GvJaFRaSZzE6nD7JBK5r8g/+PTxFq5Wj/sfciE7x+A==",
25547
- "requires": {
25548
- "@isaacs/string-locale-compare": "^1.1.0",
25549
- "@npmcli/installed-package-contents": "^1.0.7",
25550
- "@npmcli/map-workspaces": "^2.0.0",
25551
- "@npmcli/metavuln-calculator": "^2.0.0",
25552
- "@npmcli/move-file": "^1.1.0",
25553
- "@npmcli/name-from-folder": "^1.0.1",
25554
- "@npmcli/node-gyp": "^1.0.3",
25555
- "@npmcli/package-json": "^1.0.1",
25556
- "@npmcli/run-script": "^2.0.0",
25557
- "bin-links": "^3.0.0",
25558
- "cacache": "^15.0.3",
25559
- "common-ancestor-path": "^1.0.1",
25560
- "json-parse-even-better-errors": "^2.3.1",
25561
- "json-stringify-nice": "^1.1.4",
25562
- "mkdirp": "^1.0.4",
25563
- "mkdirp-infer-owner": "^2.0.0",
25564
- "npm-install-checks": "^4.0.0",
25565
- "npm-package-arg": "^8.1.5",
25566
- "npm-pick-manifest": "^6.1.0",
25567
- "npm-registry-fetch": "^12.0.1",
25568
- "pacote": "^12.0.2",
25569
- "parse-conflict-json": "^2.0.1",
25570
- "proc-log": "^1.0.0",
25571
- "promise-all-reject-late": "^1.0.0",
25572
- "promise-call-limit": "^1.0.1",
25573
- "read-package-json-fast": "^2.0.2",
25574
- "readdir-scoped-modules": "^1.1.0",
25575
- "rimraf": "^3.0.2",
25576
- "semver": "^7.3.5",
25577
- "ssri": "^8.0.1",
25578
- "treeverse": "^1.0.4",
25579
- "walk-up-path": "^1.0.0"
25580
- }
25581
- },
25582
- "@npmcli/fs": {
25583
- "version": "1.1.1",
25584
- "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
25585
- "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
25586
- "requires": {
25587
- "@gar/promisify": "^1.0.1",
25588
- "semver": "^7.3.5"
25589
- }
25590
- },
25591
- "@npmcli/git": {
25592
- "version": "2.1.0",
25593
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
25594
- "integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
25595
- "requires": {
25596
- "@npmcli/promise-spawn": "^1.3.2",
25597
- "lru-cache": "^6.0.0",
25598
- "mkdirp": "^1.0.4",
25599
- "npm-pick-manifest": "^6.1.1",
25600
- "promise-inflight": "^1.0.1",
25601
- "promise-retry": "^2.0.1",
25602
- "semver": "^7.3.5",
25603
- "which": "^2.0.2"
25604
- }
25605
- },
25606
- "@npmcli/metavuln-calculator": {
25607
- "version": "2.0.0",
25608
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-2.0.0.tgz",
25609
- "integrity": "sha512-VVW+JhWCKRwCTE+0xvD6p3uV4WpqocNYYtzyvenqL/u1Q3Xx6fGTJ+6UoIoii07fbuEO9U3IIyuGY0CYHDv1sg==",
25610
- "requires": {
25611
- "cacache": "^15.0.5",
25612
- "json-parse-even-better-errors": "^2.3.1",
25613
- "pacote": "^12.0.0",
25614
- "semver": "^7.3.2"
25615
- }
25616
- },
25617
- "@npmcli/package-json": {
25618
- "version": "1.0.1",
25619
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
25620
- "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
25621
- "requires": {
25622
- "json-parse-even-better-errors": "^2.3.1"
25623
- }
25624
- },
25625
- "@npmcli/run-script": {
25626
- "version": "2.0.0",
25627
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-2.0.0.tgz",
25628
- "integrity": "sha512-fSan/Pu11xS/TdaTpTB0MRn9guwGU8dye+x56mEVgBEd/QsybBbYcAL0phPXi8SGWFEChkQd6M9qL4y6VOpFig==",
25629
- "requires": {
25630
- "@npmcli/node-gyp": "^1.0.2",
25631
- "@npmcli/promise-spawn": "^1.3.2",
25632
- "node-gyp": "^8.2.0",
25633
- "read-package-json-fast": "^2.0.1"
25634
- }
25635
- },
25636
25173
  "@salesforce/core": {
25637
25174
  "version": "2.37.1",
25638
25175
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.37.1.tgz",
@@ -25677,36 +25214,6 @@
25677
25214
  "ajv": "^8.0.0"
25678
25215
  }
25679
25216
  },
25680
- "builtins": {
25681
- "version": "1.0.3",
25682
- "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
25683
- "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ=="
25684
- },
25685
- "cacache": {
25686
- "version": "15.3.0",
25687
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
25688
- "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
25689
- "requires": {
25690
- "@npmcli/fs": "^1.0.0",
25691
- "@npmcli/move-file": "^1.0.1",
25692
- "chownr": "^2.0.0",
25693
- "fs-minipass": "^2.0.0",
25694
- "glob": "^7.1.4",
25695
- "infer-owner": "^1.0.4",
25696
- "lru-cache": "^6.0.0",
25697
- "minipass": "^3.1.1",
25698
- "minipass-collect": "^1.0.2",
25699
- "minipass-flush": "^1.0.5",
25700
- "minipass-pipeline": "^1.2.2",
25701
- "mkdirp": "^1.0.3",
25702
- "p-map": "^4.0.0",
25703
- "promise-inflight": "^1.0.1",
25704
- "rimraf": "^3.0.2",
25705
- "ssri": "^8.0.1",
25706
- "tar": "^6.0.2",
25707
- "unique-filename": "^1.1.1"
25708
- }
25709
- },
25710
25217
  "cloudevents": {
25711
25218
  "version": "6.0.2",
25712
25219
  "resolved": "https://registry.npmjs.org/cloudevents/-/cloudevents-6.0.2.tgz",
@@ -25718,24 +25225,12 @@
25718
25225
  "uuid": "^8.3.2"
25719
25226
  }
25720
25227
  },
25721
- "dateformat": {
25722
- "version": "4.6.3",
25723
- "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
25724
- "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
25725
- },
25726
25228
  "debug": {
25727
25229
  "version": "3.2.7",
25728
25230
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
25729
25231
  "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
25730
25232
  "requires": {
25731
25233
  "ms": "^2.1.1"
25732
- },
25733
- "dependencies": {
25734
- "ms": {
25735
- "version": "2.1.3",
25736
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
25737
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
25738
- }
25739
25234
  }
25740
25235
  },
25741
25236
  "fs-extra": {
@@ -25748,30 +25243,6 @@
25748
25243
  "universalify": "^2.0.0"
25749
25244
  }
25750
25245
  },
25751
- "gauge": {
25752
- "version": "3.0.2",
25753
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
25754
- "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
25755
- "requires": {
25756
- "aproba": "^1.0.3 || ^2.0.0",
25757
- "color-support": "^1.1.2",
25758
- "console-control-strings": "^1.0.0",
25759
- "has-unicode": "^2.0.1",
25760
- "object-assign": "^4.1.1",
25761
- "signal-exit": "^3.0.0",
25762
- "string-width": "^4.2.3",
25763
- "strip-ansi": "^6.0.1",
25764
- "wide-align": "^1.1.2"
25765
- }
25766
- },
25767
- "ignore-walk": {
25768
- "version": "4.0.1",
25769
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-4.0.1.tgz",
25770
- "integrity": "sha512-rzDQLaW4jQbh2YrOFlJdCtX8qgJTehFRYiUB2r1osqTeDzV/3+Jh8fz1oAPzUThf3iku8Ds4IDqawI5d8mUiQw==",
25771
- "requires": {
25772
- "minimatch": "^3.0.4"
25773
- }
25774
- },
25775
25246
  "json-schema-traverse": {
25776
25247
  "version": "1.0.0",
25777
25248
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -25803,11 +25274,6 @@
25803
25274
  "semver": "^5.6.0"
25804
25275
  },
25805
25276
  "dependencies": {
25806
- "ms": {
25807
- "version": "2.1.3",
25808
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
25809
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
25810
- },
25811
25277
  "semver": {
25812
25278
  "version": "5.7.1",
25813
25279
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -25815,310 +25281,15 @@
25815
25281
  }
25816
25282
  }
25817
25283
  },
25818
- "ms": {
25819
- "version": "2.1.2",
25820
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
25821
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
25822
- },
25823
- "node-gyp": {
25824
- "version": "8.4.1",
25825
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
25826
- "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
25827
- "requires": {
25828
- "env-paths": "^2.2.0",
25829
- "glob": "^7.1.4",
25830
- "graceful-fs": "^4.2.6",
25831
- "make-fetch-happen": "^9.1.0",
25832
- "nopt": "^5.0.0",
25833
- "npmlog": "^6.0.0",
25834
- "rimraf": "^3.0.2",
25835
- "semver": "^7.3.5",
25836
- "tar": "^6.1.2",
25837
- "which": "^2.0.2"
25838
- },
25839
- "dependencies": {
25840
- "are-we-there-yet": {
25841
- "version": "3.0.1",
25842
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
25843
- "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
25844
- "requires": {
25845
- "delegates": "^1.0.0",
25846
- "readable-stream": "^3.6.0"
25847
- }
25848
- },
25849
- "gauge": {
25850
- "version": "4.0.4",
25851
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
25852
- "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
25853
- "requires": {
25854
- "aproba": "^1.0.3 || ^2.0.0",
25855
- "color-support": "^1.1.3",
25856
- "console-control-strings": "^1.1.0",
25857
- "has-unicode": "^2.0.1",
25858
- "signal-exit": "^3.0.7",
25859
- "string-width": "^4.2.3",
25860
- "strip-ansi": "^6.0.1",
25861
- "wide-align": "^1.1.5"
25862
- }
25863
- },
25864
- "make-fetch-happen": {
25865
- "version": "9.1.0",
25866
- "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
25867
- "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
25868
- "requires": {
25869
- "agentkeepalive": "^4.1.3",
25870
- "cacache": "^15.2.0",
25871
- "http-cache-semantics": "^4.1.0",
25872
- "http-proxy-agent": "^4.0.1",
25873
- "https-proxy-agent": "^5.0.0",
25874
- "is-lambda": "^1.0.1",
25875
- "lru-cache": "^6.0.0",
25876
- "minipass": "^3.1.3",
25877
- "minipass-collect": "^1.0.2",
25878
- "minipass-fetch": "^1.3.2",
25879
- "minipass-flush": "^1.0.5",
25880
- "minipass-pipeline": "^1.2.4",
25881
- "negotiator": "^0.6.2",
25882
- "promise-retry": "^2.0.1",
25883
- "socks-proxy-agent": "^6.0.0",
25884
- "ssri": "^8.0.0"
25885
- }
25886
- },
25887
- "npmlog": {
25888
- "version": "6.0.2",
25889
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
25890
- "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
25891
- "requires": {
25892
- "are-we-there-yet": "^3.0.0",
25893
- "console-control-strings": "^1.1.0",
25894
- "gauge": "^4.0.3",
25895
- "set-blocking": "^2.0.0"
25896
- }
25897
- }
25898
- }
25899
- },
25900
- "nopt": {
25901
- "version": "5.0.0",
25902
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
25903
- "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
25904
- "requires": {
25905
- "abbrev": "1"
25906
- }
25907
- },
25908
- "npm-install-checks": {
25909
- "version": "4.0.0",
25910
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
25911
- "integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
25912
- "requires": {
25913
- "semver": "^7.1.1"
25914
- }
25915
- },
25916
- "npm-package-arg": {
25917
- "version": "8.1.5",
25918
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz",
25919
- "integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==",
25920
- "requires": {
25921
- "hosted-git-info": "^4.0.1",
25922
- "semver": "^7.3.4",
25923
- "validate-npm-package-name": "^3.0.0"
25924
- }
25925
- },
25926
- "npm-packlist": {
25927
- "version": "3.0.0",
25928
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-3.0.0.tgz",
25929
- "integrity": "sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ==",
25930
- "requires": {
25931
- "glob": "^7.1.6",
25932
- "ignore-walk": "^4.0.1",
25933
- "npm-bundled": "^1.1.1",
25934
- "npm-normalize-package-bin": "^1.0.1"
25935
- }
25936
- },
25937
- "npm-pick-manifest": {
25938
- "version": "6.1.1",
25939
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
25940
- "integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
25941
- "requires": {
25942
- "npm-install-checks": "^4.0.0",
25943
- "npm-normalize-package-bin": "^1.0.1",
25944
- "npm-package-arg": "^8.1.2",
25945
- "semver": "^7.3.4"
25946
- }
25947
- },
25948
- "npm-registry-fetch": {
25949
- "version": "12.0.2",
25950
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.2.tgz",
25951
- "integrity": "sha512-Df5QT3RaJnXYuOwtXBXS9BWs+tHH2olvkCLh6jcR/b/u3DvPMlp3J0TvvYwplPKxHMOwfg287PYih9QqaVFoKA==",
25952
- "requires": {
25953
- "make-fetch-happen": "^10.0.1",
25954
- "minipass": "^3.1.6",
25955
- "minipass-fetch": "^1.4.1",
25956
- "minipass-json-stream": "^1.0.1",
25957
- "minizlib": "^2.1.2",
25958
- "npm-package-arg": "^8.1.5"
25959
- }
25960
- },
25961
- "npmlog": {
25962
- "version": "5.0.1",
25963
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
25964
- "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
25965
- "requires": {
25966
- "are-we-there-yet": "^2.0.0",
25967
- "console-control-strings": "^1.1.0",
25968
- "gauge": "^3.0.0",
25969
- "set-blocking": "^2.0.0"
25970
- }
25971
- },
25972
- "pacote": {
25973
- "version": "12.0.3",
25974
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",
25975
- "integrity": "sha512-CdYEl03JDrRO3x18uHjBYA9TyoW8gy+ThVcypcDkxPtKlw76e4ejhYB6i9lJ+/cebbjpqPW/CijjqxwDTts8Ow==",
25976
- "requires": {
25977
- "@npmcli/git": "^2.1.0",
25978
- "@npmcli/installed-package-contents": "^1.0.6",
25979
- "@npmcli/promise-spawn": "^1.2.0",
25980
- "@npmcli/run-script": "^2.0.0",
25981
- "cacache": "^15.0.5",
25982
- "chownr": "^2.0.0",
25983
- "fs-minipass": "^2.1.0",
25984
- "infer-owner": "^1.0.4",
25985
- "minipass": "^3.1.3",
25986
- "mkdirp": "^1.0.3",
25987
- "npm-package-arg": "^8.0.1",
25988
- "npm-packlist": "^3.0.0",
25989
- "npm-pick-manifest": "^6.0.0",
25990
- "npm-registry-fetch": "^12.0.0",
25991
- "promise-retry": "^2.0.1",
25992
- "read-package-json-fast": "^2.0.1",
25993
- "rimraf": "^3.0.2",
25994
- "ssri": "^8.0.1",
25995
- "tar": "^6.1.0"
25996
- }
25997
- },
25998
- "proc-log": {
25999
- "version": "1.0.0",
26000
- "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
26001
- "integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg=="
26002
- },
26003
- "socks-proxy-agent": {
26004
- "version": "6.2.1",
26005
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
26006
- "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
26007
- "requires": {
26008
- "agent-base": "^6.0.2",
26009
- "debug": "^4.3.3",
26010
- "socks": "^2.6.2"
26011
- },
26012
- "dependencies": {
26013
- "debug": {
26014
- "version": "4.3.4",
26015
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
26016
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
26017
- "requires": {
26018
- "ms": "2.1.2"
26019
- }
26020
- }
26021
- }
26022
- },
26023
- "ssri": {
26024
- "version": "8.0.1",
26025
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
26026
- "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
26027
- "requires": {
26028
- "minipass": "^3.1.1"
26029
- }
26030
- },
26031
- "treeverse": {
26032
- "version": "1.0.4",
26033
- "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-1.0.4.tgz",
26034
- "integrity": "sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g=="
26035
- },
26036
25284
  "ts-retry-promise": {
26037
25285
  "version": "0.6.2",
26038
25286
  "resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.6.2.tgz",
26039
25287
  "integrity": "sha512-QFnm3RuFivgkQGKm8XX7F7sAMQEI7pzVkfSlcWMYH+MoIRy7BI3sE8135YPapP8Fra5KgAuOq2QFT969N14cAw=="
26040
25288
  },
26041
- "unique-filename": {
26042
- "version": "1.1.1",
26043
- "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
26044
- "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
26045
- "requires": {
26046
- "unique-slug": "^2.0.0"
26047
- }
26048
- },
26049
- "unique-slug": {
26050
- "version": "2.0.2",
26051
- "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
26052
- "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
26053
- "requires": {
26054
- "imurmurhash": "^0.1.4"
26055
- }
26056
- },
26057
25289
  "universalify": {
26058
25290
  "version": "2.0.0",
26059
25291
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
26060
25292
  "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
26061
- },
26062
- "validate-npm-package-name": {
26063
- "version": "3.0.0",
26064
- "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
26065
- "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==",
26066
- "requires": {
26067
- "builtins": "^1.0.3"
26068
- }
26069
- },
26070
- "yeoman-environment": {
26071
- "version": "3.10.0",
26072
- "resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.10.0.tgz",
26073
- "integrity": "sha512-sYtSxBK9daq21QjoskJTHKLQ1xEsRPURkmFV/aM8HS8ZlQVzwx57Rz1zCs8EGPhK4vqsmTE8H92Gp1jg1fT3EA==",
26074
- "requires": {
26075
- "@npmcli/arborist": "^4.0.4",
26076
- "are-we-there-yet": "^2.0.0",
26077
- "arrify": "^2.0.1",
26078
- "binaryextensions": "^4.15.0",
26079
- "chalk": "^4.1.0",
26080
- "cli-table": "^0.3.1",
26081
- "commander": "7.1.0",
26082
- "dateformat": "^4.5.0",
26083
- "debug": "^4.1.1",
26084
- "diff": "^5.0.0",
26085
- "error": "^10.4.0",
26086
- "escape-string-regexp": "^4.0.0",
26087
- "execa": "^5.0.0",
26088
- "find-up": "^5.0.0",
26089
- "globby": "^11.0.1",
26090
- "grouped-queue": "^2.0.0",
26091
- "inquirer": "^8.0.0",
26092
- "is-scoped": "^2.1.0",
26093
- "isbinaryfile": "^4.0.10",
26094
- "lodash": "^4.17.10",
26095
- "log-symbols": "^4.0.0",
26096
- "mem-fs": "^1.2.0 || ^2.0.0",
26097
- "mem-fs-editor": "^8.1.2 || ^9.0.0",
26098
- "minimatch": "^3.0.4",
26099
- "npmlog": "^5.0.1",
26100
- "p-queue": "^6.6.2",
26101
- "p-transform": "^1.3.0",
26102
- "pacote": "^12.0.2",
26103
- "preferred-pm": "^3.0.3",
26104
- "pretty-bytes": "^5.3.0",
26105
- "semver": "^7.1.3",
26106
- "slash": "^3.0.0",
26107
- "strip-ansi": "^6.0.0",
26108
- "text-table": "^0.2.0",
26109
- "textextensions": "^5.12.0",
26110
- "untildify": "^4.0.0"
26111
- },
26112
- "dependencies": {
26113
- "debug": {
26114
- "version": "4.3.4",
26115
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
26116
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
26117
- "requires": {
26118
- "ms": "2.1.2"
26119
- }
26120
- }
26121
- }
26122
25293
  }
26123
25294
  }
26124
25295
  },
@@ -26167,36 +25338,6 @@
26167
25338
  "get-package-type": "^0.1.0",
26168
25339
  "js-yaml": "^3.13.1",
26169
25340
  "resolve-from": "^5.0.0"
26170
- },
26171
- "dependencies": {
26172
- "find-up": {
26173
- "version": "4.1.0",
26174
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
26175
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
26176
- "dev": true,
26177
- "requires": {
26178
- "locate-path": "^5.0.0",
26179
- "path-exists": "^4.0.0"
26180
- }
26181
- },
26182
- "locate-path": {
26183
- "version": "5.0.0",
26184
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
26185
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
26186
- "dev": true,
26187
- "requires": {
26188
- "p-locate": "^4.1.0"
26189
- }
26190
- },
26191
- "p-locate": {
26192
- "version": "4.1.0",
26193
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
26194
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
26195
- "dev": true,
26196
- "requires": {
26197
- "p-limit": "^2.2.0"
26198
- }
26199
- }
26200
25341
  }
26201
25342
  },
26202
25343
  "@istanbuljs/schema": {
@@ -26890,9 +26031,9 @@
26890
26031
  }
26891
26032
  },
26892
26033
  "@oclif/plugin-commands": {
26893
- "version": "2.2.0",
26894
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.0.tgz",
26895
- "integrity": "sha512-l/iQ+LFd02VXUISY7YcIH9NLPlTaqiqtTK640dorTPag0pJHCH9q0HqiK8apBUhLW7ZfF6c/+wkINJQgz5sgdw==",
26034
+ "version": "2.2.1",
26035
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.1.tgz",
26036
+ "integrity": "sha512-mCv5Dlxkxg5sNaatFgbol9rKS9nBqPydRfxW0vusfzwuYZhxpdrvpgqkjcCO3LnQHSqX4qW5UCF6ZU0bBgnMBQ==",
26896
26037
  "requires": {
26897
26038
  "@oclif/core": "^1.2.0",
26898
26039
  "lodash": "^4.17.11"
@@ -27056,18 +26197,18 @@
27056
26197
  }
27057
26198
  },
27058
26199
  "@oclif/plugin-warn-if-update-available": {
27059
- "version": "2.0.4",
27060
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.4.tgz",
27061
- "integrity": "sha512-9dprC1CWPjesg0Vf/rDSQH2tzJXhP1ow84cb2My1kj6e6ESulPKpctiCFSZ1WaCQFfq+crKhzlNoP/vRaXNUAg==",
26200
+ "version": "2.0.13",
26201
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.13.tgz",
26202
+ "integrity": "sha512-mynTZhUr0Vcud27SoK6Wph9U4Umuxra0UD0tChn/uwN/+qXq9ckr+UazxvwNOdr14RbJyjKz0luU7cCECdjJxw==",
27062
26203
  "dev": true,
27063
26204
  "requires": {
27064
- "@oclif/core": "^1.0.8",
26205
+ "@oclif/core": "^1.20.3",
27065
26206
  "chalk": "^4.1.0",
27066
26207
  "debug": "^4.1.0",
27067
26208
  "fs-extra": "^9.0.1",
27068
26209
  "http-call": "^5.2.2",
27069
26210
  "lodash": "^4.17.21",
27070
- "semver": "^7.3.2"
26211
+ "semver": "^7.3.8"
27071
26212
  },
27072
26213
  "dependencies": {
27073
26214
  "fs-extra": {
@@ -27115,12 +26256,12 @@
27115
26256
  "integrity": "sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw=="
27116
26257
  },
27117
26258
  "@oclif/test": {
27118
- "version": "2.2.6",
27119
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.6.tgz",
27120
- "integrity": "sha512-rf67rTBkEeulpomdeBYm0D+Q0e1uMqTPUNPhY2/G6guAJhmu3M+78HvSKpLdG7WqpbfQJ68D5Dh5HnauO+MY2g==",
26259
+ "version": "2.2.10",
26260
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.10.tgz",
26261
+ "integrity": "sha512-tz6tH79F0Kw1kWv/8BgTov+WtIeFDdq1PNUkW43U0Rh4HOA1SafPbXCpzhM9A6O7YXS+tq8ayuZdkyOXXJY6Ww==",
27121
26262
  "requires": {
27122
- "@oclif/core": "^1.19.1",
27123
- "fancy-test": "^2.0.5"
26263
+ "@oclif/core": "^1.20.3",
26264
+ "fancy-test": "^2.0.6"
27124
26265
  }
27125
26266
  },
27126
26267
  "@octokit/auth-token": {
@@ -27248,15 +26389,15 @@
27248
26389
  }
27249
26390
  },
27250
26391
  "@salesforce/command": {
27251
- "version": "5.2.20",
27252
- "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.20.tgz",
27253
- "integrity": "sha512-AXusWyYc1IZeQtmOHO2Can7/Up+GxLmDrp13VMq+mQDDm+phZ1CkNMoBCFW9Y81vFb3nyu3xz+LekFIhJ/75AA==",
26392
+ "version": "5.2.24",
26393
+ "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.24.tgz",
26394
+ "integrity": "sha512-jpfETEIrBmg88GoznQw5fSl2Bck+m9kfqhPzrDj64aDwDughc1uUuQ5WX9MsgXW+auyBHpYpb5PIn74nLuDJqg==",
27254
26395
  "requires": {
27255
- "@oclif/core": "^1.20.2",
27256
- "@oclif/test": "^2.2.4",
26396
+ "@oclif/core": "^1.20.4",
26397
+ "@oclif/test": "^2.2.10",
27257
26398
  "@salesforce/core": "^3.31.17",
27258
- "@salesforce/kit": "^1.7.1",
27259
- "@salesforce/ts-types": "^1.5.21",
26399
+ "@salesforce/kit": "^1.8.0",
26400
+ "@salesforce/ts-types": "^1.7.1",
27260
26401
  "chalk": "^2.4.2"
27261
26402
  },
27262
26403
  "dependencies": {
@@ -27312,9 +26453,9 @@
27312
26453
  }
27313
26454
  },
27314
26455
  "@salesforce/core": {
27315
- "version": "3.31.18",
27316
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.31.18.tgz",
27317
- "integrity": "sha512-t2T7BzuNXdLGyAXMBHm9PtGbRvqCZQga+c3ceKKufJXW+ahQ2X8SXrOnXRzoZOt8DgTjWO3hLJmTCzC4AVgl7w==",
26456
+ "version": "3.31.19",
26457
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.31.19.tgz",
26458
+ "integrity": "sha512-Qx4F7n+1eENICD9yvTrSI5+HVbjZ/B3vzNjdjZ4aNHO5MvEgg93vs1KeGujfGU4lzaEj5Wuy7delp5wJC0a1aA==",
27318
26459
  "requires": {
27319
26460
  "@salesforce/bunyan": "^2.0.0",
27320
26461
  "@salesforce/kit": "^1.7.0",
@@ -27703,11 +26844,11 @@
27703
26844
  }
27704
26845
  },
27705
26846
  "@salesforce/kit": {
27706
- "version": "1.7.1",
27707
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.7.1.tgz",
27708
- "integrity": "sha512-XbLtEgMNBGZqtY/OldEru+LzASS3o37MZ6eNlSG19eAroGqFdlr4pzZUD/UaWSt6E0s0arj4IwAP5/hQLbrBZw==",
26847
+ "version": "1.8.0",
26848
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.8.0.tgz",
26849
+ "integrity": "sha512-Pr9CWAIzVYKZRWvM76lyhEtF3CPmVdIfgbqRD7KT/YZdbLstX3KHYBxCyx3TyWZr5qROv96n+jRIBiIFI9LGGw==",
27709
26850
  "requires": {
27710
- "@salesforce/ts-types": "^1.7.0",
26851
+ "@salesforce/ts-types": "^1.7.1",
27711
26852
  "shx": "^0.3.3",
27712
26853
  "tslib": "^2.2.0"
27713
26854
  }
@@ -28186,9 +27327,9 @@
28186
27327
  }
28187
27328
  },
28188
27329
  "@salesforce/plugin-release-management": {
28189
- "version": "3.5.13",
28190
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-3.5.13.tgz",
28191
- "integrity": "sha512-FVlKp5vPllCqNTu3Ve7hr6wboVG9oIoXj+o8Ntw9ESftEd9LhMV2zDDQBXN0So9Mu18zwwG2KKcwM9L/Fw8csA==",
27330
+ "version": "3.5.17",
27331
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-3.5.17.tgz",
27332
+ "integrity": "sha512-Jdi53zuvJanDmuCcuXsrrttd7+o9edjBwpvJIV01DT/5RN7k4Myx3ZHpzKInlNkLIP2fh6ksNGAkM5yuCfeAKQ==",
28192
27333
  "dev": true,
28193
27334
  "requires": {
28194
27335
  "@oclif/core": "^1.19.1",
@@ -28396,19 +27537,19 @@
28396
27537
  "dev": true
28397
27538
  },
28398
27539
  "@salesforce/schemas": {
28399
- "version": "1.1.3",
28400
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.1.3.tgz",
28401
- "integrity": "sha512-XWohlOT2oQDqAJH00OXS3f2MGjkwZ6pr4emnnkHSQbg7UdGW0rvGpEnRKqBbDUfZ4K5YKSo9Gj216ZtaP3JLXg=="
27540
+ "version": "1.4.0",
27541
+ "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.4.0.tgz",
27542
+ "integrity": "sha512-BJ25uphssN42Zy6kksheFHMTLiR98AAHe/Wxnv0T4dYxtrEbUjSXVAGKZqfewJPFXA4xB5gxC+rQZtfz6xKCFg=="
28402
27543
  },
28403
27544
  "@salesforce/sf-plugins-core": {
28404
- "version": "1.17.4",
28405
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.17.4.tgz",
28406
- "integrity": "sha512-a3ifxjODWmaqqvUyVvDQHO3yNix2jatQBjgNk9SuKni3jlXF3Cc4osCiTZYKxluPSodiyLmolUhUucglYHbkUA==",
27545
+ "version": "1.17.6",
27546
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.17.6.tgz",
27547
+ "integrity": "sha512-6GXoesWWkcvQeNncckax+S/Zi5ibeU03VHS5zEsUGEIGesZE3KGmTBtUgw+c66E/OIsbwkmtwFBXk7YFd8YACA==",
28407
27548
  "requires": {
28408
- "@oclif/core": "^1.20.0",
27549
+ "@oclif/core": "^1.20.4",
28409
27550
  "@salesforce/core": "^3.31.16",
28410
27551
  "@salesforce/kit": "^1.7.1",
28411
- "@salesforce/ts-types": "^1.5.20",
27552
+ "@salesforce/ts-types": "^1.7.1",
28412
27553
  "chalk": "^4",
28413
27554
  "inquirer": "^8.2.5"
28414
27555
  }
@@ -28575,20 +27716,20 @@
28575
27716
  }
28576
27717
  },
28577
27718
  "@salesforce/ts-types": {
28578
- "version": "1.7.0",
28579
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.0.tgz",
28580
- "integrity": "sha512-8bLGBZCk7T/tkfXP66r5Pkhn3CjfNQIOy6B0Z1rvam5RgqWtYYcubF7eSLSj7bop/q7tA8+R6bNJmjATX6hTqA==",
27719
+ "version": "1.7.1",
27720
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.1.tgz",
27721
+ "integrity": "sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==",
28581
27722
  "requires": {
28582
- "tslib": "^2.2.0"
27723
+ "tslib": "^2.4.1"
28583
27724
  }
28584
27725
  },
28585
27726
  "@sf/deploy-retrieve": {
28586
- "version": "npm:@salesforce/plugin-deploy-retrieve@1.6.11",
28587
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.11.tgz",
28588
- "integrity": "sha512-xcmpmmcIDXd5ZLSIkdj+fzHP/6SMz/kIofg1QARAkXixLgV3OE7NUV8OS/I1oIKMbiUmn0IYw9mLEPMn3P1mdA==",
27727
+ "version": "npm:@salesforce/plugin-deploy-retrieve@1.6.12",
27728
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.12.tgz",
27729
+ "integrity": "sha512-RGvSWxDqE6yJrt0ac8V02y2MfQ5bseKHd/l5w8i/E49RLv0WKSbOfhzC40Y1vCy5lc8wQvUzwJGn+JftCm6UWQ==",
28589
27730
  "requires": {
28590
27731
  "@oclif/core": "^1.16.0",
28591
- "@salesforce/core": "^3.31.17",
27732
+ "@salesforce/core": "^3.31.18",
28592
27733
  "@salesforce/kit": "^1.7.0",
28593
27734
  "@salesforce/sf-plugins-core": "1.17.0",
28594
27735
  "@salesforce/source-deploy-retrieve": "^7.0.1",
@@ -28641,18 +27782,18 @@
28641
27782
  }
28642
27783
  },
28643
27784
  "@sf/functions": {
28644
- "version": "npm:@salesforce/plugin-functions@1.14.2",
28645
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.2.tgz",
28646
- "integrity": "sha512-3heSc1BdosNwcbj4f/Ug7+oud4T/wgU98UKkPkDVDQE+6+6Mwt3sKe1xkCA4EEDw3bs6wYvzvJ/n6dVDFlqzug==",
27785
+ "version": "npm:@salesforce/plugin-functions@1.14.4",
27786
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.4.tgz",
27787
+ "integrity": "sha512-0WPAXTd3bfIE8EhlnwM3eZYzakyTtjgWenhz8tAgUguYCF1hMHXVewzXrjEHQqLC1ow769kvEi2LeI1uI1Wk3g==",
28647
27788
  "requires": {
28648
27789
  "@heroku-cli/color": "^1.1.14",
28649
27790
  "@heroku-cli/schema": "^1.0.25",
28650
27791
  "@heroku/eventsource": "^1.0.7",
28651
27792
  "@heroku/function-toml": "^0.0.3",
28652
27793
  "@heroku/project-descriptor": "0.0.6",
28653
- "@hk/functions-core": "npm:@heroku/functions-core@0.4.1",
27794
+ "@hk/functions-core": "npm:@heroku/functions-core@0.4.3",
28654
27795
  "@oclif/core": "^1.6.0",
28655
- "@salesforce/core": "^3.19.4",
27796
+ "@salesforce/core": "^3.31.16",
28656
27797
  "@salesforce/plugin-org": "^1.11.2",
28657
27798
  "@salesforce/sf-plugins-core": "^1.7.2",
28658
27799
  "@salesforce/ts-sinon": "^1.3.21",
@@ -28727,12 +27868,12 @@
28727
27868
  }
28728
27869
  },
28729
27870
  "@sf/info": {
28730
- "version": "npm:@salesforce/plugin-info@2.2.7",
28731
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.7.tgz",
28732
- "integrity": "sha512-XOWfUMzp7cXN9aWrojjbm+SdBTIV6/ycuUFMbQrQiuKGqoz2nm/u7ufCaFsN5tV3sGl9L3JDwc0aduPHkWxCKQ==",
27871
+ "version": "npm:@salesforce/plugin-info@2.2.8",
27872
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.8.tgz",
27873
+ "integrity": "sha512-jsLRUZePbjTWo5y7YmDoDzTCTP3hr6jK5+93/IA3ZjoCJgeNJXgMQf2zdX7E+YTQBXbTRCXqaaN0VdqNbtpOMg==",
28733
27874
  "requires": {
28734
27875
  "@oclif/core": "^1.20.0",
28735
- "@salesforce/command": "^5.2.20",
27876
+ "@salesforce/command": "^5.2.23",
28736
27877
  "@salesforce/core": "^3.30.12",
28737
27878
  "@salesforce/kit": "^1.6.1",
28738
27879
  "got": "^11.8.2",
@@ -28746,12 +27887,12 @@
28746
27887
  }
28747
27888
  },
28748
27889
  "@sf/login": {
28749
- "version": "npm:@salesforce/plugin-login@1.1.9",
28750
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.9.tgz",
28751
- "integrity": "sha512-ITkmYqv2Z7gThG6WalFLqEiG5yvasDlerYxy84UduFk4Im4rl6xiyqxNv5JdK0MuPGebDAIDFqlktX12mahaGw==",
27890
+ "version": "npm:@salesforce/plugin-login@1.1.10",
27891
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.10.tgz",
27892
+ "integrity": "sha512-Z3geqyy1zbovFJkqfUUGDMM8D3eO1XgF/GEGVRn4X30tVUULttuvzDgb7Uu0c/WDCoTF1C9BscZD0iOn+BTk5g==",
28752
27893
  "requires": {
28753
27894
  "@oclif/core": "^1.20.4",
28754
- "@salesforce/core": "^3.30.12",
27895
+ "@salesforce/core": "^3.31.19",
28755
27896
  "@salesforce/sf-plugins-core": "^1.17.1",
28756
27897
  "chalk": "^4.1.2",
28757
27898
  "inquirer": "^8.2.5",
@@ -28760,23 +27901,23 @@
28760
27901
  }
28761
27902
  },
28762
27903
  "@sf/settings": {
28763
- "version": "npm:@salesforce/plugin-settings@1.1.6",
28764
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.6.tgz",
28765
- "integrity": "sha512-H844B7wAhV45DvhSx6v7qZckODoqX+sSLSVFt6N78TP3JE28zI4IVw0q/DSNf1Y5Lw4aANJc9/LXO1KO5yX4IA==",
27904
+ "version": "npm:@salesforce/plugin-settings@1.1.8",
27905
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.8.tgz",
27906
+ "integrity": "sha512-WiNHkfkzX6Xj3tmGYAnUbBW1PMvmERqA4XNd9/qnWf10HFH38wokf9vNCT1m0yEi339arXmePExhYbm1JGDKdA==",
28766
27907
  "requires": {
28767
27908
  "@oclif/core": "^1.20.2",
28768
- "@salesforce/core": "^3.31.16",
27909
+ "@salesforce/core": "^3.31.19",
28769
27910
  "@salesforce/sf-plugins-core": "^1.17.0",
28770
27911
  "tslib": "^2"
28771
27912
  }
28772
27913
  },
28773
27914
  "@sf/sobject": {
28774
- "version": "npm:@salesforce/plugin-sobject@0.0.28",
28775
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.28.tgz",
28776
- "integrity": "sha512-mL5GY8XaIajG+ZeF9CenkS1FZv2m+wfHFIqTfOp4be3Q+DABHtgGVXAqmlXlz0VuKpBu1W21QZyQPEdG9aHxZg==",
27915
+ "version": "npm:@salesforce/plugin-sobject@0.0.29",
27916
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.29.tgz",
27917
+ "integrity": "sha512-5vivzF3gHEyBYa/VxJsDGYvgedrBJNWxazZXy4BBWzfvnc17zk6kCd+bWAMrbASWehKIq4/fXHcOgxEHAsyALg==",
28777
27918
  "requires": {
28778
27919
  "@oclif/core": "^1.16.4",
28779
- "@salesforce/core": "^3.31.17",
27920
+ "@salesforce/core": "^3.31.19",
28780
27921
  "@salesforce/kit": "^1.7.1",
28781
27922
  "@salesforce/sf-plugins-core": "^1.17.4",
28782
27923
  "change-case": "^4.1.2",
@@ -28788,12 +27929,12 @@
28788
27929
  }
28789
27930
  },
28790
27931
  "@sf/telemetry": {
28791
- "version": "npm:@salesforce/plugin-telemetry@2.0.3",
28792
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.3.tgz",
28793
- "integrity": "sha512-e1rDrdNqH01cm+t6uCzshWmtFpcCeRbo6T3Eg6/ssQkhpCqRUijVkM37cNmws+PAA85P4S2iBWgxg2bituvhNw==",
27932
+ "version": "npm:@salesforce/plugin-telemetry@2.0.4",
27933
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.4.tgz",
27934
+ "integrity": "sha512-e7u9HI5sx8BArv7hOIIgqe5J3ceTWEaK/P5/Mx0okfBrSMHdmg19ocKdHRWQmdFvCLhqKh6Bq5wwQBJC8/LX7Q==",
28794
27935
  "requires": {
28795
27936
  "@oclif/core": "^1.8.0",
28796
- "@salesforce/core": "^3.30.8",
27937
+ "@salesforce/core": "^3.31.19",
28797
27938
  "@salesforce/telemetry": "^3.2.5",
28798
27939
  "debug": "^4.3.4",
28799
27940
  "tslib": "^2"
@@ -30474,9 +29615,9 @@
30474
29615
  }
30475
29616
  },
30476
29617
  "clone": {
30477
- "version": "2.1.2",
30478
- "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
30479
- "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w=="
29618
+ "version": "1.0.4",
29619
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
29620
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
30480
29621
  },
30481
29622
  "clone-buffer": {
30482
29623
  "version": "1.0.0",
@@ -30641,9 +29782,9 @@
30641
29782
  }
30642
29783
  },
30643
29784
  "commander": {
30644
- "version": "7.1.0",
30645
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
30646
- "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg=="
29785
+ "version": "2.20.3",
29786
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
29787
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
30647
29788
  },
30648
29789
  "comment-parser": {
30649
29790
  "version": "1.1.6-beta.0",
@@ -30700,9 +29841,9 @@
30700
29841
  }
30701
29842
  },
30702
29843
  "concurrently": {
30703
- "version": "7.4.0",
30704
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz",
30705
- "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==",
29844
+ "version": "7.5.0",
29845
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz",
29846
+ "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==",
30706
29847
  "dev": true,
30707
29848
  "requires": {
30708
29849
  "chalk": "^4.1.0",
@@ -31308,13 +30449,6 @@
31308
30449
  "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==",
31309
30450
  "requires": {
31310
30451
  "clone": "^1.0.2"
31311
- },
31312
- "dependencies": {
31313
- "clone": {
31314
- "version": "1.0.4",
31315
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
31316
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
31317
- }
31318
30452
  }
31319
30453
  },
31320
30454
  "defer-to-connect": {
@@ -31871,6 +31005,16 @@
31871
31005
  "eslint-visitor-keys": "^3.3.0"
31872
31006
  }
31873
31007
  },
31008
+ "find-up": {
31009
+ "version": "5.0.0",
31010
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
31011
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
31012
+ "dev": true,
31013
+ "requires": {
31014
+ "locate-path": "^6.0.0",
31015
+ "path-exists": "^4.0.0"
31016
+ }
31017
+ },
31874
31018
  "glob-parent": {
31875
31019
  "version": "6.0.2",
31876
31020
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -31888,6 +31032,33 @@
31888
31032
  "requires": {
31889
31033
  "argparse": "^2.0.1"
31890
31034
  }
31035
+ },
31036
+ "locate-path": {
31037
+ "version": "6.0.0",
31038
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
31039
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
31040
+ "dev": true,
31041
+ "requires": {
31042
+ "p-locate": "^5.0.0"
31043
+ }
31044
+ },
31045
+ "p-limit": {
31046
+ "version": "3.1.0",
31047
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
31048
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
31049
+ "dev": true,
31050
+ "requires": {
31051
+ "yocto-queue": "^0.1.0"
31052
+ }
31053
+ },
31054
+ "p-locate": {
31055
+ "version": "5.0.0",
31056
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
31057
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
31058
+ "dev": true,
31059
+ "requires": {
31060
+ "p-limit": "^3.0.2"
31061
+ }
31891
31062
  }
31892
31063
  }
31893
31064
  },
@@ -32514,9 +31685,9 @@
32514
31685
  "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g=="
32515
31686
  },
32516
31687
  "fancy-test": {
32517
- "version": "2.0.5",
32518
- "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.5.tgz",
32519
- "integrity": "sha512-ASPLNVkHSSIdRI/uLlK+XGhf1ul/MpRN9VE84ehXL+FOprQjXrDXX3wW1wqKvtcTTC+AW0E0RxdpJ5IEopjhQA==",
31688
+ "version": "2.0.7",
31689
+ "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.7.tgz",
31690
+ "integrity": "sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw==",
32520
31691
  "requires": {
32521
31692
  "@types/chai": "*",
32522
31693
  "@types/lodash": "*",
@@ -32686,11 +31857,11 @@
32686
31857
  }
32687
31858
  },
32688
31859
  "find-up": {
32689
- "version": "5.0.0",
32690
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
32691
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
31860
+ "version": "4.1.0",
31861
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
31862
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
32692
31863
  "requires": {
32693
- "locate-path": "^6.0.0",
31864
+ "locate-path": "^5.0.0",
32694
31865
  "path-exists": "^4.0.0"
32695
31866
  }
32696
31867
  },
@@ -34201,11 +33372,6 @@
34201
33372
  "xml2js": "^0.4.16"
34202
33373
  },
34203
33374
  "dependencies": {
34204
- "commander": {
34205
- "version": "2.20.3",
34206
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
34207
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
34208
- },
34209
33375
  "isarray": {
34210
33376
  "version": "1.0.0",
34211
33377
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
@@ -34726,11 +33892,11 @@
34726
33892
  }
34727
33893
  },
34728
33894
  "locate-path": {
34729
- "version": "6.0.0",
34730
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
34731
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
33895
+ "version": "5.0.0",
33896
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
33897
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
34732
33898
  "requires": {
34733
- "p-locate": "^5.0.0"
33899
+ "p-locate": "^4.1.0"
34734
33900
  }
34735
33901
  },
34736
33902
  "lodash": {
@@ -35394,6 +34560,16 @@
35394
34560
  "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
35395
34561
  "dev": true
35396
34562
  },
34563
+ "find-up": {
34564
+ "version": "5.0.0",
34565
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
34566
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
34567
+ "dev": true,
34568
+ "requires": {
34569
+ "locate-path": "^6.0.0",
34570
+ "path-exists": "^4.0.0"
34571
+ }
34572
+ },
35397
34573
  "glob": {
35398
34574
  "version": "7.2.0",
35399
34575
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -35428,6 +34604,15 @@
35428
34604
  "argparse": "^2.0.1"
35429
34605
  }
35430
34606
  },
34607
+ "locate-path": {
34608
+ "version": "6.0.0",
34609
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
34610
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
34611
+ "dev": true,
34612
+ "requires": {
34613
+ "p-locate": "^5.0.0"
34614
+ }
34615
+ },
35431
34616
  "minimatch": {
35432
34617
  "version": "4.2.1",
35433
34618
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
@@ -35437,6 +34622,24 @@
35437
34622
  "brace-expansion": "^1.1.7"
35438
34623
  }
35439
34624
  },
34625
+ "p-limit": {
34626
+ "version": "3.1.0",
34627
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
34628
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
34629
+ "dev": true,
34630
+ "requires": {
34631
+ "yocto-queue": "^0.1.0"
34632
+ }
34633
+ },
34634
+ "p-locate": {
34635
+ "version": "5.0.0",
34636
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
34637
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
34638
+ "dev": true,
34639
+ "requires": {
34640
+ "p-limit": "^3.0.2"
34641
+ }
34642
+ },
35440
34643
  "supports-color": {
35441
34644
  "version": "8.1.1",
35442
34645
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -38129,34 +37332,6 @@
38129
37332
  "wrap-ansi": "^6.2.0"
38130
37333
  }
38131
37334
  },
38132
- "find-up": {
38133
- "version": "4.1.0",
38134
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
38135
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
38136
- "dev": true,
38137
- "requires": {
38138
- "locate-path": "^5.0.0",
38139
- "path-exists": "^4.0.0"
38140
- }
38141
- },
38142
- "locate-path": {
38143
- "version": "5.0.0",
38144
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
38145
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
38146
- "dev": true,
38147
- "requires": {
38148
- "p-locate": "^4.1.0"
38149
- }
38150
- },
38151
- "p-locate": {
38152
- "version": "4.1.0",
38153
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
38154
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38155
- "dev": true,
38156
- "requires": {
38157
- "p-limit": "^2.2.0"
38158
- }
38159
- },
38160
37335
  "p-map": {
38161
37336
  "version": "3.0.0",
38162
37337
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
@@ -38271,17 +37446,17 @@
38271
37446
  }
38272
37447
  },
38273
37448
  "oclif": {
38274
- "version": "2.7.0",
38275
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-2.7.0.tgz",
38276
- "integrity": "sha512-nmgk/emtEth/0RYTMeovj22zpiT4P7KvIDc3OOT8VeAEDvdbnZfg3tV3YRnHK0zrSKETKqpHWFyNx2PLMl0eKQ==",
37449
+ "version": "3.2.25",
37450
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.25.tgz",
37451
+ "integrity": "sha512-1nwdWHOBW5DkMBBu3HNrwM+WIAL7kDLBeoM8BNJLbnE4hlxBmeubwQTF0oGzmv+0vUomWMiNSbQF7AfzFbwUwA==",
38277
37452
  "dev": true,
38278
37453
  "requires": {
38279
- "@oclif/core": "^1.6.4",
38280
- "@oclif/plugin-help": "^5.1.11",
38281
- "@oclif/plugin-not-found": "^2.3.1",
38282
- "@oclif/plugin-warn-if-update-available": "^2.0.4",
38283
- "aws-sdk": "^2.1069.0",
38284
- "concurrently": "^7.0.0",
37454
+ "@oclif/core": "^1.20.0",
37455
+ "@oclif/plugin-help": "^5.1.16",
37456
+ "@oclif/plugin-not-found": "^2.3.7",
37457
+ "@oclif/plugin-warn-if-update-available": "^2.0.6",
37458
+ "aws-sdk": "^2.1231.0",
37459
+ "concurrently": "^7.5.0",
38285
37460
  "debug": "^4.3.3",
38286
37461
  "find-yarn-workspace-root": "^2.0.0",
38287
37462
  "fs-extra": "^8.1",
@@ -38289,11 +37464,22 @@
38289
37464
  "lodash": "^4.17.21",
38290
37465
  "normalize-package-data": "^3.0.3",
38291
37466
  "qqjs": "^0.3.11",
38292
- "semver": "^7.3.5",
37467
+ "semver": "^7.3.8",
38293
37468
  "tslib": "^2.3.1",
38294
- "yeoman-environment": "^3.9.1",
37469
+ "yeoman-environment": "^3.11.1",
38295
37470
  "yeoman-generator": "^5.6.1",
38296
37471
  "yosay": "^2.0.2"
37472
+ },
37473
+ "dependencies": {
37474
+ "@oclif/plugin-help": {
37475
+ "version": "5.1.18",
37476
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.18.tgz",
37477
+ "integrity": "sha512-EICYITNwc155RHBiRnhUmvuc5oEuRE+9B+8rErw4OKKpPfZ5edvth38e4QOONfDRjb3MHfNu0sds1aB3i/BikA==",
37478
+ "dev": true,
37479
+ "requires": {
37480
+ "@oclif/core": "^1.20.2"
37481
+ }
37482
+ }
38297
37483
  }
38298
37484
  },
38299
37485
  "once": {
@@ -38429,21 +37615,11 @@
38429
37615
  }
38430
37616
  },
38431
37617
  "p-locate": {
38432
- "version": "5.0.0",
38433
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
38434
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
37618
+ "version": "4.1.0",
37619
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
37620
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38435
37621
  "requires": {
38436
- "p-limit": "^3.0.2"
38437
- },
38438
- "dependencies": {
38439
- "p-limit": {
38440
- "version": "3.1.0",
38441
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
38442
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
38443
- "requires": {
38444
- "yocto-queue": "^0.1.0"
38445
- }
38446
- }
37622
+ "p-limit": "^2.2.0"
38447
37623
  }
38448
37624
  },
38449
37625
  "p-map": {
@@ -38765,33 +37941,6 @@
38765
37941
  "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
38766
37942
  "requires": {
38767
37943
  "find-up": "^4.0.0"
38768
- },
38769
- "dependencies": {
38770
- "find-up": {
38771
- "version": "4.1.0",
38772
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
38773
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
38774
- "requires": {
38775
- "locate-path": "^5.0.0",
38776
- "path-exists": "^4.0.0"
38777
- }
38778
- },
38779
- "locate-path": {
38780
- "version": "5.0.0",
38781
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
38782
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
38783
- "requires": {
38784
- "p-locate": "^4.1.0"
38785
- }
38786
- },
38787
- "p-locate": {
38788
- "version": "4.1.0",
38789
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
38790
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38791
- "requires": {
38792
- "p-limit": "^2.2.0"
38793
- }
38794
- }
38795
37944
  }
38796
37945
  },
38797
37946
  "pluralize": {
@@ -38819,6 +37968,41 @@
38819
37968
  "find-yarn-workspace-root2": "1.2.16",
38820
37969
  "path-exists": "^4.0.0",
38821
37970
  "which-pm": "2.0.0"
37971
+ },
37972
+ "dependencies": {
37973
+ "find-up": {
37974
+ "version": "5.0.0",
37975
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
37976
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
37977
+ "requires": {
37978
+ "locate-path": "^6.0.0",
37979
+ "path-exists": "^4.0.0"
37980
+ }
37981
+ },
37982
+ "locate-path": {
37983
+ "version": "6.0.0",
37984
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
37985
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
37986
+ "requires": {
37987
+ "p-locate": "^5.0.0"
37988
+ }
37989
+ },
37990
+ "p-limit": {
37991
+ "version": "3.1.0",
37992
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
37993
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
37994
+ "requires": {
37995
+ "yocto-queue": "^0.1.0"
37996
+ }
37997
+ },
37998
+ "p-locate": {
37999
+ "version": "5.0.0",
38000
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
38001
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
38002
+ "requires": {
38003
+ "p-limit": "^3.0.2"
38004
+ }
38005
+ }
38822
38006
  }
38823
38007
  },
38824
38008
  "prelude-ls": {
@@ -38878,39 +38062,11 @@
38878
38062
  "strip-final-newline": "^2.0.0"
38879
38063
  }
38880
38064
  },
38881
- "find-up": {
38882
- "version": "4.1.0",
38883
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
38884
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
38885
- "dev": true,
38886
- "requires": {
38887
- "locate-path": "^5.0.0",
38888
- "path-exists": "^4.0.0"
38889
- }
38890
- },
38891
38065
  "human-signals": {
38892
38066
  "version": "1.1.1",
38893
38067
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
38894
38068
  "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
38895
38069
  "dev": true
38896
- },
38897
- "locate-path": {
38898
- "version": "5.0.0",
38899
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
38900
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
38901
- "dev": true,
38902
- "requires": {
38903
- "p-locate": "^4.1.0"
38904
- }
38905
- },
38906
- "p-locate": {
38907
- "version": "4.1.0",
38908
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
38909
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38910
- "dev": true,
38911
- "requires": {
38912
- "p-limit": "^2.2.0"
38913
- }
38914
38070
  }
38915
38071
  }
38916
38072
  },
@@ -39506,28 +38662,11 @@
39506
38662
  "type-fest": "^0.8.1"
39507
38663
  },
39508
38664
  "dependencies": {
39509
- "find-up": {
39510
- "version": "4.1.0",
39511
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
39512
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
39513
- "requires": {
39514
- "locate-path": "^5.0.0",
39515
- "path-exists": "^4.0.0"
39516
- }
39517
- },
39518
38665
  "hosted-git-info": {
39519
38666
  "version": "2.8.9",
39520
38667
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
39521
38668
  "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
39522
38669
  },
39523
- "locate-path": {
39524
- "version": "5.0.0",
39525
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
39526
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
39527
- "requires": {
39528
- "p-locate": "^4.1.0"
39529
- }
39530
- },
39531
38670
  "normalize-package-data": {
39532
38671
  "version": "2.5.0",
39533
38672
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -39539,14 +38678,6 @@
39539
38678
  "validate-npm-package-license": "^3.0.1"
39540
38679
  }
39541
38680
  },
39542
- "p-locate": {
39543
- "version": "4.1.0",
39544
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
39545
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
39546
- "requires": {
39547
- "p-limit": "^2.2.0"
39548
- }
39549
- },
39550
38681
  "parse-json": {
39551
38682
  "version": "5.2.0",
39552
38683
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@@ -40395,12 +39526,49 @@
40395
39526
  "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
40396
39527
  "dev": true
40397
39528
  },
39529
+ "find-up": {
39530
+ "version": "5.0.0",
39531
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
39532
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
39533
+ "dev": true,
39534
+ "requires": {
39535
+ "locate-path": "^6.0.0",
39536
+ "path-exists": "^4.0.0"
39537
+ }
39538
+ },
40398
39539
  "has-flag": {
40399
39540
  "version": "3.0.0",
40400
39541
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
40401
39542
  "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
40402
39543
  "dev": true
40403
39544
  },
39545
+ "locate-path": {
39546
+ "version": "6.0.0",
39547
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
39548
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
39549
+ "dev": true,
39550
+ "requires": {
39551
+ "p-locate": "^5.0.0"
39552
+ }
39553
+ },
39554
+ "p-limit": {
39555
+ "version": "3.1.0",
39556
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
39557
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
39558
+ "dev": true,
39559
+ "requires": {
39560
+ "yocto-queue": "^0.1.0"
39561
+ }
39562
+ },
39563
+ "p-locate": {
39564
+ "version": "5.0.0",
39565
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
39566
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
39567
+ "dev": true,
39568
+ "requires": {
39569
+ "p-limit": "^3.0.2"
39570
+ }
39571
+ },
40404
39572
  "supports-color": {
40405
39573
  "version": "5.5.0",
40406
39574
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -41305,6 +40473,13 @@
41305
40473
  "cloneable-readable": "^1.0.0",
41306
40474
  "remove-trailing-separator": "^1.0.1",
41307
40475
  "replace-ext": "^1.0.0"
40476
+ },
40477
+ "dependencies": {
40478
+ "clone": {
40479
+ "version": "2.1.2",
40480
+ "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
40481
+ "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w=="
40482
+ }
41308
40483
  }
41309
40484
  },
41310
40485
  "vinyl-file": {
@@ -41799,11 +40974,25 @@
41799
40974
  "unique-filename": "^1.1.1"
41800
40975
  }
41801
40976
  },
40977
+ "commander": {
40978
+ "version": "7.1.0",
40979
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
40980
+ "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg=="
40981
+ },
41802
40982
  "dateformat": {
41803
40983
  "version": "4.6.3",
41804
40984
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
41805
40985
  "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
41806
40986
  },
40987
+ "find-up": {
40988
+ "version": "5.0.0",
40989
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
40990
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
40991
+ "requires": {
40992
+ "locate-path": "^6.0.0",
40993
+ "path-exists": "^4.0.0"
40994
+ }
40995
+ },
41807
40996
  "gauge": {
41808
40997
  "version": "3.0.2",
41809
40998
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
@@ -41828,6 +41017,14 @@
41828
41017
  "minimatch": "^3.0.4"
41829
41018
  }
41830
41019
  },
41020
+ "locate-path": {
41021
+ "version": "6.0.0",
41022
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
41023
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
41024
+ "requires": {
41025
+ "p-locate": "^5.0.0"
41026
+ }
41027
+ },
41831
41028
  "node-gyp": {
41832
41029
  "version": "8.4.1",
41833
41030
  "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
@@ -41977,6 +41174,22 @@
41977
41174
  "set-blocking": "^2.0.0"
41978
41175
  }
41979
41176
  },
41177
+ "p-limit": {
41178
+ "version": "3.1.0",
41179
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
41180
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
41181
+ "requires": {
41182
+ "yocto-queue": "^0.1.0"
41183
+ }
41184
+ },
41185
+ "p-locate": {
41186
+ "version": "5.0.0",
41187
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
41188
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
41189
+ "requires": {
41190
+ "p-limit": "^3.0.2"
41191
+ }
41192
+ },
41980
41193
  "pacote": {
41981
41194
  "version": "12.0.3",
41982
41195
  "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",