@salesforce/cli 1.54.1 → 1.56.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,35 +1,35 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "1.54.1",
3
+ "version": "1.56.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.54.1",
9
+ "version": "1.56.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^1.20.0",
13
- "@oclif/plugin-autocomplete": "1.3.2",
14
- "@oclif/plugin-commands": "2.2.0",
15
- "@oclif/plugin-help": "5.1.16",
13
+ "@oclif/plugin-autocomplete": "1.3.6",
14
+ "@oclif/plugin-commands": "2.2.1",
15
+ "@oclif/plugin-help": "5.1.19",
16
16
  "@oclif/plugin-not-found": "2.3.8",
17
17
  "@oclif/plugin-plugins": "2.1.7",
18
18
  "@oclif/plugin-search": "0.0.2",
19
- "@oclif/plugin-update": "3.0.3",
19
+ "@oclif/plugin-update": "3.0.7",
20
20
  "@oclif/plugin-version": "1.1.3",
21
- "@oclif/plugin-which": "^2.2.1",
22
- "@salesforce/core": "3.31.18",
23
- "@salesforce/sf-plugins-core": "^1.15.2",
24
- "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.6.11",
25
- "@sf/env": "npm:@salesforce/plugin-env@1.5.9",
26
- "@sf/functions": "npm:@salesforce/plugin-functions@1.14.2",
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",
21
+ "@oclif/plugin-which": "^2.2.2",
22
+ "@salesforce/core": "3.32.2",
23
+ "@salesforce/sf-plugins-core": "^1.18.1",
24
+ "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.6.15",
25
+ "@sf/env": "npm:@salesforce/plugin-env@1.5.11",
26
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.14.4",
27
+ "@sf/gen": "npm:@salesforce/plugin-generate@1.0.32",
28
+ "@sf/info": "npm:@salesforce/plugin-info@2.2.9",
29
+ "@sf/login": "npm:@salesforce/plugin-login@1.1.11",
30
+ "@sf/settings": "npm:@salesforce/plugin-settings@1.1.10",
31
+ "@sf/sobject": "npm:@salesforce/plugin-sobject@0.0.31",
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"
@@ -43,10 +43,10 @@
43
43
  "@salesforce/dev-scripts": "^3.1.0",
44
44
  "@salesforce/plugin-release-management": "^3.5.17",
45
45
  "@salesforce/prettier-config": "^0.0.2",
46
- "@typescript-eslint/eslint-plugin": "^5.33.0",
46
+ "@typescript-eslint/eslint-plugin": "^5.43.0",
47
47
  "@typescript-eslint/parser": "^5.41.0",
48
48
  "aws-sdk": "^2.1249.0",
49
- "chai": "^4.3.6",
49
+ "chai": "^4.3.7",
50
50
  "eslint": "^8.26.0",
51
51
  "eslint-config-oclif": "^3.1",
52
52
  "eslint-config-oclif-typescript": "^0.2.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": "^3.2.25",
64
+ "oclif": "^3.2.28",
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",
@@ -2712,9 +2151,9 @@
2712
2151
  }
2713
2152
  },
2714
2153
  "node_modules/@oclif/color": {
2715
- "version": "1.0.1",
2716
- "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.1.tgz",
2717
- "integrity": "sha512-qjYr+izgWdIVOroiBKqTzQgc1r5Wd9QB1J7yGM2EeelqhBARiiVLRZL45vhV4zdyTRdDkZS0EBzFwQap+nliLA==",
2154
+ "version": "1.0.2",
2155
+ "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.2.tgz",
2156
+ "integrity": "sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ==",
2718
2157
  "license": "MIT",
2719
2158
  "dependencies": {
2720
2159
  "ansi-styles": "^4.2.1",
@@ -3051,12 +2490,12 @@
3051
2490
  }
3052
2491
  },
3053
2492
  "node_modules/@oclif/plugin-autocomplete": {
3054
- "version": "1.3.2",
3055
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.2.tgz",
3056
- "integrity": "sha512-HNVpRi0b7skFEcs4jWbHJSfh0HSwdFownaLgkGFjgDdHiVJFwjLvcHGa9zUPs1SSeXPidq1rASefcsO5HUAcWQ==",
2493
+ "version": "1.3.6",
2494
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.6.tgz",
2495
+ "integrity": "sha512-XmSuuVohfGPAi2ouoCbWbVUjaaxprK+4KsNOkUafK2rqCMmmoK/VuAQvv539yMpM9IhSvARwS7NnGvFY9HmZVw==",
3057
2496
  "license": "MIT",
3058
2497
  "dependencies": {
3059
- "@oclif/core": "^1.16.5",
2498
+ "@oclif/core": "^1.20.4",
3060
2499
  "chalk": "^4.1.0",
3061
2500
  "debug": "^4.3.4",
3062
2501
  "fs-extra": "^9.0.1"
@@ -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",
@@ -3134,12 +2573,12 @@
3134
2573
  }
3135
2574
  },
3136
2575
  "node_modules/@oclif/plugin-help": {
3137
- "version": "5.1.16",
3138
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.16.tgz",
3139
- "integrity": "sha512-30uy/bRUzptI4mFf6re1imTBxJJB2r9pQyZ7sbr8zn0oymLZX4dMArlMDi/LwpPqEtIN3fivXgDkjcoKO8ezGQ==",
2576
+ "version": "5.1.19",
2577
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.19.tgz",
2578
+ "integrity": "sha512-eQVRCFJOwRj8Tbqz8Lzd9GN38egwLCg+ohJ0xfg12CoXml03WqkfcFiAWkVwSWmLVrZUlUVrxfXKKkmpUaXZHg==",
3140
2579
  "license": "MIT",
3141
2580
  "dependencies": {
3142
- "@oclif/core": "^1.19.1"
2581
+ "@oclif/core": "^1.20.4"
3143
2582
  },
3144
2583
  "engines": {
3145
2584
  "node": ">=12.0.0"
@@ -3269,19 +2708,19 @@
3269
2708
  }
3270
2709
  },
3271
2710
  "node_modules/@oclif/plugin-update": {
3272
- "version": "3.0.3",
3273
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.0.3.tgz",
3274
- "integrity": "sha512-OTNRvcZiXi6MR6KKmJL77kAbn7/CcQN33b8yNyrZbkUbZJUHw2DvZl5111IZ/z8NMQibvxMI1iCtKbIdCWO6pQ==",
2711
+ "version": "3.0.7",
2712
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.0.7.tgz",
2713
+ "integrity": "sha512-ANYyOhvl3OrFSYE6HJGI34Cjcqy775Zw9q/V70vFnK8oymjD5D7sahRPsyoU6t+m3lhK9Mh5kMAxplJXeMM/Rw==",
3275
2714
  "license": "MIT",
3276
2715
  "dependencies": {
3277
- "@oclif/color": "^1.0.0",
3278
- "@oclif/core": "^1.16.4",
2716
+ "@oclif/color": "^1.0.2",
2717
+ "@oclif/core": "^1.18.0",
3279
2718
  "cross-spawn": "^7.0.3",
3280
2719
  "debug": "^4.3.1",
3281
2720
  "filesize": "^6.1.0",
3282
2721
  "fs-extra": "^9.0.1",
3283
2722
  "http-call": "^5.3.0",
3284
- "inquirer": "^8.2.0",
2723
+ "inquirer": "^8.2.5",
3285
2724
  "lodash.throttle": "^4.1.1",
3286
2725
  "log-chopper": "^1.0.2",
3287
2726
  "semver": "^7.3.8",
@@ -3340,13 +2779,13 @@
3340
2779
  }
3341
2780
  },
3342
2781
  "node_modules/@oclif/plugin-warn-if-update-available": {
3343
- "version": "2.0.13",
3344
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.13.tgz",
3345
- "integrity": "sha512-mynTZhUr0Vcud27SoK6Wph9U4Umuxra0UD0tChn/uwN/+qXq9ckr+UazxvwNOdr14RbJyjKz0luU7cCECdjJxw==",
2782
+ "version": "2.0.14",
2783
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.14.tgz",
2784
+ "integrity": "sha512-gEgFZuNtFx3yPfSuxhAm9F8nLZ4+UnBJhbjTywY0Cvrqvd+OvKvo6PfwRm0lWmH4EgWwQEq39pfaks1fg+y1gw==",
3346
2785
  "dev": true,
3347
2786
  "license": "MIT",
3348
2787
  "dependencies": {
3349
- "@oclif/core": "^1.20.3",
2788
+ "@oclif/core": "^1.20.4",
3350
2789
  "chalk": "^4.1.0",
3351
2790
  "debug": "^4.1.0",
3352
2791
  "fs-extra": "^9.0.1",
@@ -3398,12 +2837,12 @@
3398
2837
  }
3399
2838
  },
3400
2839
  "node_modules/@oclif/plugin-which": {
3401
- "version": "2.2.1",
3402
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.1.tgz",
3403
- "integrity": "sha512-ly7gqYOtlewWW61A1/r/+cWND+ALQ+EvE8+/JO8Zq62W3BUo37WxQzwq1N+odv9YiHM3akxsvmoZgiUHVZ2Cfg==",
2840
+ "version": "2.2.2",
2841
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.2.tgz",
2842
+ "integrity": "sha512-aFCeRd4XEa26kQjYsegDKKOMWDXQK4ciX3+ZYiUA2z6khhxTNoIOH/4Y+v/QG/YLgOvduMWdEevkY/fek5BMgA==",
3404
2843
  "license": "MIT",
3405
2844
  "dependencies": {
3406
- "@oclif/core": "^1.18.0",
2845
+ "@oclif/core": "^1.20.4",
3407
2846
  "tslib": "^2.4.1"
3408
2847
  },
3409
2848
  "engines": {
@@ -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.26",
3029
+ "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.26.tgz",
3030
+ "integrity": "sha512-2WJgcRUn6ltmgIBqKMuuMXOMXhCzhiIPefXsXZBWWc3+z1rupWbXSaFNMKZsDrR8moTVIQV9MnTxPHllhkQrSg==",
3592
3031
  "license": "BSD-3-Clause",
3593
3032
  "dependencies": {
3594
- "@oclif/core": "^1.20.2",
3595
- "@oclif/test": "^2.2.4",
3596
- "@salesforce/core": "^3.31.17",
3597
- "@salesforce/kit": "^1.7.1",
3598
- "@salesforce/ts-types": "^1.5.21",
3033
+ "@oclif/core": "^1.20.4",
3034
+ "@oclif/test": "^2.2.10",
3035
+ "@salesforce/core": "^3.32.1",
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,13 +3113,13 @@
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.32.2",
3117
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.32.2.tgz",
3118
+ "integrity": "sha512-KQCserM6EWx4NQUzNMh34XXPUR5wV0IEItMg1kCrEhUq9FyXtW2KQWYgrTHeyAIYl9a0bUgcj6VDba1ADSsVYA==",
3680
3119
  "license": "BSD-3-Clause",
3681
3120
  "dependencies": {
3682
3121
  "@salesforce/bunyan": "^2.0.0",
3683
- "@salesforce/kit": "^1.7.0",
3122
+ "@salesforce/kit": "^1.8.0",
3684
3123
  "@salesforce/schemas": "^1.1.0",
3685
3124
  "@salesforce/ts-types": "^1.5.21",
3686
3125
  "@types/graceful-fs": "^4.1.5",
@@ -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
  }
@@ -5069,40 +4508,41 @@
5069
4508
  "license": "BSD-3-Clause"
5070
4509
  },
5071
4510
  "node_modules/@salesforce/schemas": {
5072
- "version": "1.3.0",
5073
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.3.0.tgz",
5074
- "integrity": "sha512-RkXq5iyC1gSp7h2TKc2Wo4p2q9wIjn1Sjk1AU//5vS9EKafu8hsol9icoagebZsc18dG507aXzupkXDXydt94Q==",
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.19.0",
4518
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.19.0.tgz",
4519
+ "integrity": "sha512-gZuXkJ7Akh/FKOPun/BP5cbUDTJ+5zwNrHUaNytrYvAa+TCQJmtuxh/qjVskjSOzaT162JwJTKRL80PgRIMBWw==",
5081
4520
  "license": "BSD-3-Clause",
5082
4521
  "dependencies": {
5083
- "@oclif/core": "^1.20.0",
5084
- "@salesforce/core": "^3.31.16",
4522
+ "@oclif/core": "^1.20.4",
4523
+ "@salesforce/core": "^3.32.1",
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
  }
5090
4529
  },
5091
4530
  "node_modules/@salesforce/source-deploy-retrieve": {
5092
- "version": "7.0.1",
5093
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-7.0.1.tgz",
5094
- "integrity": "sha512-gvgq/ymdfz+CnHWVcs6p9h+GT9MKUI12Kdis8MxZ500mcuKzoCysIrWeZhaHAobroXNO9uxYf3hPOxBaXKQ6UQ==",
4531
+ "version": "7.5.13",
4532
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-7.5.13.tgz",
4533
+ "integrity": "sha512-Ug1XQGUewYCDgrNeiI6g/wYdmCs+kB2UDC6ocMqim2zoZ2dYXmZEI9tDqb+if/2WwAhM+PHedGOnUh+ks85LEw==",
5095
4534
  "license": "BSD-3-Clause",
5096
4535
  "dependencies": {
5097
- "@salesforce/core": "^3.31.9",
5098
- "@salesforce/kit": "^1.7.0",
5099
- "@salesforce/ts-types": "^1.5.20",
4536
+ "@salesforce/core": "^3.32.1",
4537
+ "@salesforce/kit": "^1.8.0",
4538
+ "@salesforce/ts-types": "^1.7.1",
5100
4539
  "archiver": "^5.3.1",
5101
4540
  "fast-xml-parser": "^3.21.1",
5102
4541
  "got": "^11.8.5",
5103
4542
  "graceful-fs": "^4.2.10",
5104
4543
  "ignore": "^5.2.0",
5105
4544
  "mime": "2.6.0",
4545
+ "minimatch": "^5.1.0",
5106
4546
  "proxy-agent": "^5.0.0",
5107
4547
  "proxy-from-env": "^1.1.0",
5108
4548
  "unzipper": "0.10.11"
@@ -5111,6 +4551,15 @@
5111
4551
  "node": ">=14.0.0"
5112
4552
  }
5113
4553
  },
4554
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/brace-expansion": {
4555
+ "version": "2.0.1",
4556
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
4557
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
4558
+ "license": "MIT",
4559
+ "dependencies": {
4560
+ "balanced-match": "^1.0.0"
4561
+ }
4562
+ },
5114
4563
  "node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
5115
4564
  "version": "3.21.1",
5116
4565
  "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
@@ -5127,16 +4576,28 @@
5127
4576
  "url": "https://paypal.me/naturalintelligence"
5128
4577
  }
5129
4578
  },
4579
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
4580
+ "version": "5.1.0",
4581
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
4582
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
4583
+ "license": "ISC",
4584
+ "dependencies": {
4585
+ "brace-expansion": "^2.0.1"
4586
+ },
4587
+ "engines": {
4588
+ "node": ">=10"
4589
+ }
4590
+ },
5130
4591
  "node_modules/@salesforce/source-tracking": {
5131
- "version": "2.2.11",
5132
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-2.2.11.tgz",
5133
- "integrity": "sha512-jwE++n17EjeczZfAy429udMuJYf+DOizaI+NUWTrGkzZwvZHFw9kuYprXSuUNsWswi42oDlqeLiZUhnGL4KCuw==",
4592
+ "version": "2.2.14",
4593
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-2.2.14.tgz",
4594
+ "integrity": "sha512-2EtQA2k4H1myTjWfm+PVtGqbfXgssAIdNiJdnqqsL2ViGACcG+Nv988qx2MevpQGeiy/MoMxowPkdkp6bmqBcw==",
5134
4595
  "license": "BSD-3-Clause",
5135
4596
  "dependencies": {
5136
- "@salesforce/core": "^3.31.16",
5137
- "@salesforce/kit": "^1.6.1",
5138
- "@salesforce/source-deploy-retrieve": "^7.0.1",
5139
- "graceful-fs": "^4.2.9",
4597
+ "@salesforce/core": "^3.31.19",
4598
+ "@salesforce/kit": "^1.8.0",
4599
+ "@salesforce/source-deploy-retrieve": "^7.5.12",
4600
+ "graceful-fs": "^4.2.10",
5140
4601
  "isomorphic-git": "1.17.0",
5141
4602
  "ts-retry-promise": "^0.7.0"
5142
4603
  }
@@ -5276,27 +4737,27 @@
5276
4737
  }
5277
4738
  },
5278
4739
  "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==",
4740
+ "version": "1.7.1",
4741
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.1.tgz",
4742
+ "integrity": "sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==",
5282
4743
  "license": "BSD-3-Clause",
5283
4744
  "dependencies": {
5284
- "tslib": "^2.2.0"
4745
+ "tslib": "^2.4.1"
5285
4746
  }
5286
4747
  },
5287
4748
  "node_modules/@sf/deploy-retrieve": {
5288
4749
  "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==",
4750
+ "version": "1.6.15",
4751
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.15.tgz",
4752
+ "integrity": "sha512-fBsieOUHx+15I/FK2n/LYEn0RN27Ye9eTG5CPKwYy1eNVNNidsmnbNhh4+stu82g0Jb3R6UDDVZY/HbHT8i1+A==",
5292
4753
  "license": "BSD-3-Clause",
5293
4754
  "dependencies": {
5294
4755
  "@oclif/core": "^1.16.0",
5295
- "@salesforce/core": "^3.31.17",
4756
+ "@salesforce/core": "^3.31.18",
5296
4757
  "@salesforce/kit": "^1.7.0",
5297
- "@salesforce/sf-plugins-core": "1.17.0",
5298
- "@salesforce/source-deploy-retrieve": "^7.0.1",
5299
- "@salesforce/source-tracking": "^2.2.11",
4758
+ "@salesforce/sf-plugins-core": "1.18.1",
4759
+ "@salesforce/source-deploy-retrieve": "^7.5.9",
4760
+ "@salesforce/source-tracking": "^2.2.12",
5300
4761
  "chalk": "^4.1.2",
5301
4762
  "fs-extra": "^10.0.1",
5302
4763
  "shelljs": "^0.8.5",
@@ -5343,15 +4804,15 @@
5343
4804
  },
5344
4805
  "node_modules/@sf/env": {
5345
4806
  "name": "@salesforce/plugin-env",
5346
- "version": "1.5.9",
5347
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-env/-/plugin-env-1.5.9.tgz",
5348
- "integrity": "sha512-LTsQ7XS83Nf2fkXmIPTMnFjb8TNN0pVoeIjU4Pj0Ld2pQywoFDg941B5XCsARwhi7AuRA5h19Ft0Jyg5i35xdA==",
4807
+ "version": "1.5.11",
4808
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-env/-/plugin-env-1.5.11.tgz",
4809
+ "integrity": "sha512-DJ18VoiZDtpGlCOGkAqe5mv4R/OgskZ5QAA3vZ5tuI5uYOAcGwRM9jyLbvMJY2HjoAqOqkb1L/tl71FoZtba0A==",
5349
4810
  "license": "BSD-3-Clause",
5350
4811
  "dependencies": {
5351
4812
  "@oclif/core": "^1.18.0",
5352
4813
  "@salesforce/core": "^3.31.16",
5353
4814
  "@salesforce/kit": "^1.6.0",
5354
- "@salesforce/sf-plugins-core": "^1.17.2",
4815
+ "@salesforce/sf-plugins-core": "^1.18.1",
5355
4816
  "chalk": "^4",
5356
4817
  "change-case": "^4.1.2",
5357
4818
  "open": "^8.4.0",
@@ -5363,9 +4824,9 @@
5363
4824
  },
5364
4825
  "node_modules/@sf/functions": {
5365
4826
  "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==",
4827
+ "version": "1.14.4",
4828
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.4.tgz",
4829
+ "integrity": "sha512-0WPAXTd3bfIE8EhlnwM3eZYzakyTtjgWenhz8tAgUguYCF1hMHXVewzXrjEHQqLC1ow769kvEi2LeI1uI1Wk3g==",
5369
4830
  "license": "BSD-3-Clause",
5370
4831
  "dependencies": {
5371
4832
  "@heroku-cli/color": "^1.1.14",
@@ -5373,9 +4834,9 @@
5373
4834
  "@heroku/eventsource": "^1.0.7",
5374
4835
  "@heroku/function-toml": "^0.0.3",
5375
4836
  "@heroku/project-descriptor": "0.0.6",
5376
- "@hk/functions-core": "npm:@heroku/functions-core@0.4.1",
4837
+ "@hk/functions-core": "npm:@heroku/functions-core@0.4.3",
5377
4838
  "@oclif/core": "^1.6.0",
5378
- "@salesforce/core": "^3.19.4",
4839
+ "@salesforce/core": "^3.31.16",
5379
4840
  "@salesforce/plugin-org": "^1.11.2",
5380
4841
  "@salesforce/sf-plugins-core": "^1.7.2",
5381
4842
  "@salesforce/ts-sinon": "^1.3.21",
@@ -5460,13 +4921,13 @@
5460
4921
  },
5461
4922
  "node_modules/@sf/gen": {
5462
4923
  "name": "@salesforce/plugin-generate",
5463
- "version": "1.0.31",
5464
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-generate/-/plugin-generate-1.0.31.tgz",
5465
- "integrity": "sha512-GZvCdD3rn8U241lKb7GatX9M4+zyab1jDxSUWacipD0j1kusS7Mmq022zoB4rZmuB+pbGFEL/ao3tSqY2LPx0w==",
4924
+ "version": "1.0.32",
4925
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-generate/-/plugin-generate-1.0.32.tgz",
4926
+ "integrity": "sha512-AD3Ku4XnJiF0le6a0kSKKZvNjEA7kLd0QUAKAdWyuJovKU4ezSiNXG5kzqvK28RwACyB4FTAY4ysmyOdhDNsdg==",
5466
4927
  "license": "BSD-3-Clause",
5467
4928
  "dependencies": {
5468
4929
  "@oclif/core": "^1.18.0",
5469
- "@salesforce/core": "^3.31.17",
4930
+ "@salesforce/core": "^3.32.1",
5470
4931
  "@salesforce/sf-plugins-core": "^1.17.4",
5471
4932
  "@salesforce/templates": "^55.1.0",
5472
4933
  "tslib": "^2",
@@ -5479,13 +4940,13 @@
5479
4940
  },
5480
4941
  "node_modules/@sf/info": {
5481
4942
  "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==",
4943
+ "version": "2.2.9",
4944
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.9.tgz",
4945
+ "integrity": "sha512-UPGHC4Jb/zx9SJDUKSihMzXzlHtYKEYWEnbDtNXUZ0ipoeHFzjyA41+qaEk8+Jnri04LHbvzhEJIxMSny0QWMw==",
5485
4946
  "license": "BSD-3-Clause",
5486
4947
  "dependencies": {
5487
4948
  "@oclif/core": "^1.20.0",
5488
- "@salesforce/command": "^5.2.20",
4949
+ "@salesforce/command": "^5.2.25",
5489
4950
  "@salesforce/core": "^3.30.12",
5490
4951
  "@salesforce/kit": "^1.6.1",
5491
4952
  "got": "^11.8.2",
@@ -5503,14 +4964,14 @@
5503
4964
  },
5504
4965
  "node_modules/@sf/login": {
5505
4966
  "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==",
4967
+ "version": "1.1.11",
4968
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.11.tgz",
4969
+ "integrity": "sha512-bXxFBaTOUflruFu4Y19KXuKnItOsQavBC4qkfYqgnVSfiPKoge7n3MMXI10ynX3L1pk8jBlM4hhRZHNwqoT6wQ==",
5509
4970
  "license": "BSD-3-Clause",
5510
4971
  "dependencies": {
5511
4972
  "@oclif/core": "^1.20.4",
5512
- "@salesforce/core": "^3.30.12",
5513
- "@salesforce/sf-plugins-core": "^1.17.1",
4973
+ "@salesforce/core": "^3.31.19",
4974
+ "@salesforce/sf-plugins-core": "^1.18.1",
5514
4975
  "chalk": "^4.1.2",
5515
4976
  "inquirer": "^8.2.5",
5516
4977
  "open": "^8.4.0",
@@ -5522,13 +4983,13 @@
5522
4983
  },
5523
4984
  "node_modules/@sf/settings": {
5524
4985
  "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==",
4986
+ "version": "1.1.10",
4987
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.10.tgz",
4988
+ "integrity": "sha512-O5UKKFoO+e7qqMFw/+jfu3412UNfDmRqi/DvB6+nzcOa9bcY6ox5WbWe6aMi78u3lqDuO97WFx9vHVshMqZLmg==",
5528
4989
  "license": "BSD-3-Clause",
5529
4990
  "dependencies": {
5530
- "@oclif/core": "^1.20.2",
5531
- "@salesforce/core": "^3.31.16",
4991
+ "@oclif/core": "^1.20.4",
4992
+ "@salesforce/core": "^3.32.1",
5532
4993
  "@salesforce/sf-plugins-core": "^1.17.0",
5533
4994
  "tslib": "^2"
5534
4995
  },
@@ -5538,18 +4999,18 @@
5538
4999
  },
5539
5000
  "node_modules/@sf/sobject": {
5540
5001
  "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==",
5002
+ "version": "0.0.31",
5003
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.31.tgz",
5004
+ "integrity": "sha512-iU7pgiD2B0a0ZItHucTb9ld+xYw9RzT1vl86ZPp4yGh88dovx+faIo1bCuYXYSCi4yunhBmXEDVs+y78LoCKyg==",
5544
5005
  "license": "BSD-3-Clause",
5545
5006
  "dependencies": {
5546
5007
  "@oclif/core": "^1.16.4",
5547
- "@salesforce/core": "^3.31.17",
5008
+ "@salesforce/core": "^3.32.1",
5548
5009
  "@salesforce/kit": "^1.7.1",
5549
5010
  "@salesforce/sf-plugins-core": "^1.17.4",
5550
5011
  "change-case": "^4.1.2",
5551
5012
  "fast-glob": "^3.2.12",
5552
- "fast-xml-parser": "^4.0.11",
5013
+ "fast-xml-parser": "^4.0.12",
5553
5014
  "inquirer": "^8.2.5",
5554
5015
  "js2xmlparser": "^4.0.2",
5555
5016
  "tslib": "^2"
@@ -5560,13 +5021,13 @@
5560
5021
  },
5561
5022
  "node_modules/@sf/telemetry": {
5562
5023
  "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==",
5024
+ "version": "2.0.4",
5025
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.4.tgz",
5026
+ "integrity": "sha512-e7u9HI5sx8BArv7hOIIgqe5J3ceTWEaK/P5/Mx0okfBrSMHdmg19ocKdHRWQmdFvCLhqKh6Bq5wwQBJC8/LX7Q==",
5566
5027
  "license": "BSD-3-Clause",
5567
5028
  "dependencies": {
5568
5029
  "@oclif/core": "^1.8.0",
5569
- "@salesforce/core": "^3.30.8",
5030
+ "@salesforce/core": "^3.31.19",
5570
5031
  "@salesforce/telemetry": "^3.2.5",
5571
5032
  "debug": "^4.3.4",
5572
5033
  "tslib": "^2"
@@ -5893,9 +5354,9 @@
5893
5354
  }
5894
5355
  },
5895
5356
  "node_modules/@types/semver": {
5896
- "version": "7.3.12",
5897
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz",
5898
- "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==",
5357
+ "version": "7.3.13",
5358
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz",
5359
+ "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==",
5899
5360
  "license": "MIT"
5900
5361
  },
5901
5362
  "node_modules/@types/sinon": {
@@ -5924,17 +5385,18 @@
5924
5385
  }
5925
5386
  },
5926
5387
  "node_modules/@typescript-eslint/eslint-plugin": {
5927
- "version": "5.38.1",
5928
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz",
5929
- "integrity": "sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==",
5388
+ "version": "5.43.0",
5389
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz",
5390
+ "integrity": "sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==",
5930
5391
  "dev": true,
5931
5392
  "license": "MIT",
5932
5393
  "dependencies": {
5933
- "@typescript-eslint/scope-manager": "5.38.1",
5934
- "@typescript-eslint/type-utils": "5.38.1",
5935
- "@typescript-eslint/utils": "5.38.1",
5394
+ "@typescript-eslint/scope-manager": "5.43.0",
5395
+ "@typescript-eslint/type-utils": "5.43.0",
5396
+ "@typescript-eslint/utils": "5.43.0",
5936
5397
  "debug": "^4.3.4",
5937
5398
  "ignore": "^5.2.0",
5399
+ "natural-compare-lite": "^1.4.0",
5938
5400
  "regexpp": "^3.2.0",
5939
5401
  "semver": "^7.3.7",
5940
5402
  "tsutils": "^3.21.0"
@@ -6025,20 +5487,6 @@
6025
5487
  "url": "https://opencollective.com/typescript-eslint"
6026
5488
  }
6027
5489
  },
6028
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
6029
- "version": "5.41.0",
6030
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.41.0.tgz",
6031
- "integrity": "sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==",
6032
- "dev": true,
6033
- "license": "MIT",
6034
- "engines": {
6035
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6036
- },
6037
- "funding": {
6038
- "type": "opencollective",
6039
- "url": "https://opencollective.com/typescript-eslint"
6040
- }
6041
- },
6042
5490
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
6043
5491
  "version": "5.41.0",
6044
5492
  "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz",
@@ -6067,15 +5515,15 @@
6067
5515
  }
6068
5516
  }
6069
5517
  },
6070
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
6071
- "version": "5.41.0",
6072
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz",
6073
- "integrity": "sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==",
5518
+ "node_modules/@typescript-eslint/scope-manager": {
5519
+ "version": "5.43.0",
5520
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz",
5521
+ "integrity": "sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==",
6074
5522
  "dev": true,
6075
5523
  "license": "MIT",
6076
5524
  "dependencies": {
6077
- "@typescript-eslint/types": "5.41.0",
6078
- "eslint-visitor-keys": "^3.3.0"
5525
+ "@typescript-eslint/types": "5.43.0",
5526
+ "@typescript-eslint/visitor-keys": "5.43.0"
6079
5527
  },
6080
5528
  "engines": {
6081
5529
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -6085,25 +5533,29 @@
6085
5533
  "url": "https://opencollective.com/typescript-eslint"
6086
5534
  }
6087
5535
  },
6088
- "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
6089
- "version": "3.3.0",
6090
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
6091
- "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
5536
+ "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
5537
+ "version": "5.43.0",
5538
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.43.0.tgz",
5539
+ "integrity": "sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==",
6092
5540
  "dev": true,
6093
- "license": "Apache-2.0",
5541
+ "license": "MIT",
6094
5542
  "engines": {
6095
5543
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5544
+ },
5545
+ "funding": {
5546
+ "type": "opencollective",
5547
+ "url": "https://opencollective.com/typescript-eslint"
6096
5548
  }
6097
5549
  },
6098
- "node_modules/@typescript-eslint/scope-manager": {
6099
- "version": "5.38.1",
6100
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz",
6101
- "integrity": "sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==",
5550
+ "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/visitor-keys": {
5551
+ "version": "5.43.0",
5552
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz",
5553
+ "integrity": "sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==",
6102
5554
  "dev": true,
6103
5555
  "license": "MIT",
6104
5556
  "dependencies": {
6105
- "@typescript-eslint/types": "5.38.1",
6106
- "@typescript-eslint/visitor-keys": "5.38.1"
5557
+ "@typescript-eslint/types": "5.43.0",
5558
+ "eslint-visitor-keys": "^3.3.0"
6107
5559
  },
6108
5560
  "engines": {
6109
5561
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -6113,15 +5565,25 @@
6113
5565
  "url": "https://opencollective.com/typescript-eslint"
6114
5566
  }
6115
5567
  },
5568
+ "node_modules/@typescript-eslint/scope-manager/node_modules/eslint-visitor-keys": {
5569
+ "version": "3.3.0",
5570
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
5571
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
5572
+ "dev": true,
5573
+ "license": "Apache-2.0",
5574
+ "engines": {
5575
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5576
+ }
5577
+ },
6116
5578
  "node_modules/@typescript-eslint/type-utils": {
6117
- "version": "5.38.1",
6118
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz",
6119
- "integrity": "sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==",
5579
+ "version": "5.43.0",
5580
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz",
5581
+ "integrity": "sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==",
6120
5582
  "dev": true,
6121
5583
  "license": "MIT",
6122
5584
  "dependencies": {
6123
- "@typescript-eslint/typescript-estree": "5.38.1",
6124
- "@typescript-eslint/utils": "5.38.1",
5585
+ "@typescript-eslint/typescript-estree": "5.43.0",
5586
+ "@typescript-eslint/utils": "5.43.0",
6125
5587
  "debug": "^4.3.4",
6126
5588
  "tsutils": "^3.21.0"
6127
5589
  },
@@ -6141,15 +5603,29 @@
6141
5603
  }
6142
5604
  }
6143
5605
  },
5606
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
5607
+ "version": "5.43.0",
5608
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.43.0.tgz",
5609
+ "integrity": "sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==",
5610
+ "dev": true,
5611
+ "license": "MIT",
5612
+ "engines": {
5613
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5614
+ },
5615
+ "funding": {
5616
+ "type": "opencollective",
5617
+ "url": "https://opencollective.com/typescript-eslint"
5618
+ }
5619
+ },
6144
5620
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
6145
- "version": "5.38.1",
6146
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz",
6147
- "integrity": "sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==",
5621
+ "version": "5.43.0",
5622
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz",
5623
+ "integrity": "sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==",
6148
5624
  "dev": true,
6149
5625
  "license": "BSD-2-Clause",
6150
5626
  "dependencies": {
6151
- "@typescript-eslint/types": "5.38.1",
6152
- "@typescript-eslint/visitor-keys": "5.38.1",
5627
+ "@typescript-eslint/types": "5.43.0",
5628
+ "@typescript-eslint/visitor-keys": "5.43.0",
6153
5629
  "debug": "^4.3.4",
6154
5630
  "globby": "^11.1.0",
6155
5631
  "is-glob": "^4.0.3",
@@ -6169,10 +5645,38 @@
6169
5645
  }
6170
5646
  }
6171
5647
  },
5648
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
5649
+ "version": "5.43.0",
5650
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz",
5651
+ "integrity": "sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==",
5652
+ "dev": true,
5653
+ "license": "MIT",
5654
+ "dependencies": {
5655
+ "@typescript-eslint/types": "5.43.0",
5656
+ "eslint-visitor-keys": "^3.3.0"
5657
+ },
5658
+ "engines": {
5659
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5660
+ },
5661
+ "funding": {
5662
+ "type": "opencollective",
5663
+ "url": "https://opencollective.com/typescript-eslint"
5664
+ }
5665
+ },
5666
+ "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
5667
+ "version": "3.3.0",
5668
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
5669
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
5670
+ "dev": true,
5671
+ "license": "Apache-2.0",
5672
+ "engines": {
5673
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5674
+ }
5675
+ },
6172
5676
  "node_modules/@typescript-eslint/types": {
6173
- "version": "5.38.1",
6174
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.1.tgz",
6175
- "integrity": "sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==",
5677
+ "version": "5.41.0",
5678
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.41.0.tgz",
5679
+ "integrity": "sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==",
6176
5680
  "dev": true,
6177
5681
  "license": "MIT",
6178
5682
  "engines": {
@@ -6212,18 +5716,20 @@
6212
5716
  }
6213
5717
  },
6214
5718
  "node_modules/@typescript-eslint/utils": {
6215
- "version": "5.38.1",
6216
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.1.tgz",
6217
- "integrity": "sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==",
5719
+ "version": "5.43.0",
5720
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.43.0.tgz",
5721
+ "integrity": "sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==",
6218
5722
  "dev": true,
6219
5723
  "license": "MIT",
6220
5724
  "dependencies": {
6221
5725
  "@types/json-schema": "^7.0.9",
6222
- "@typescript-eslint/scope-manager": "5.38.1",
6223
- "@typescript-eslint/types": "5.38.1",
6224
- "@typescript-eslint/typescript-estree": "5.38.1",
5726
+ "@types/semver": "^7.3.12",
5727
+ "@typescript-eslint/scope-manager": "5.43.0",
5728
+ "@typescript-eslint/types": "5.43.0",
5729
+ "@typescript-eslint/typescript-estree": "5.43.0",
6225
5730
  "eslint-scope": "^5.1.1",
6226
- "eslint-utils": "^3.0.0"
5731
+ "eslint-utils": "^3.0.0",
5732
+ "semver": "^7.3.7"
6227
5733
  },
6228
5734
  "engines": {
6229
5735
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -6236,15 +5742,29 @@
6236
5742
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
6237
5743
  }
6238
5744
  },
5745
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
5746
+ "version": "5.43.0",
5747
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.43.0.tgz",
5748
+ "integrity": "sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==",
5749
+ "dev": true,
5750
+ "license": "MIT",
5751
+ "engines": {
5752
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5753
+ },
5754
+ "funding": {
5755
+ "type": "opencollective",
5756
+ "url": "https://opencollective.com/typescript-eslint"
5757
+ }
5758
+ },
6239
5759
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
6240
- "version": "5.38.1",
6241
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz",
6242
- "integrity": "sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==",
5760
+ "version": "5.43.0",
5761
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz",
5762
+ "integrity": "sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==",
6243
5763
  "dev": true,
6244
5764
  "license": "BSD-2-Clause",
6245
5765
  "dependencies": {
6246
- "@typescript-eslint/types": "5.38.1",
6247
- "@typescript-eslint/visitor-keys": "5.38.1",
5766
+ "@typescript-eslint/types": "5.43.0",
5767
+ "@typescript-eslint/visitor-keys": "5.43.0",
6248
5768
  "debug": "^4.3.4",
6249
5769
  "globby": "^11.1.0",
6250
5770
  "is-glob": "^4.0.3",
@@ -6264,6 +5784,34 @@
6264
5784
  }
6265
5785
  }
6266
5786
  },
5787
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
5788
+ "version": "5.43.0",
5789
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz",
5790
+ "integrity": "sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==",
5791
+ "dev": true,
5792
+ "license": "MIT",
5793
+ "dependencies": {
5794
+ "@typescript-eslint/types": "5.43.0",
5795
+ "eslint-visitor-keys": "^3.3.0"
5796
+ },
5797
+ "engines": {
5798
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5799
+ },
5800
+ "funding": {
5801
+ "type": "opencollective",
5802
+ "url": "https://opencollective.com/typescript-eslint"
5803
+ }
5804
+ },
5805
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
5806
+ "version": "3.3.0",
5807
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
5808
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
5809
+ "dev": true,
5810
+ "license": "Apache-2.0",
5811
+ "engines": {
5812
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5813
+ }
5814
+ },
6267
5815
  "node_modules/@typescript-eslint/utils/node_modules/eslint-utils": {
6268
5816
  "version": "3.0.0",
6269
5817
  "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
@@ -6294,13 +5842,13 @@
6294
5842
  }
6295
5843
  },
6296
5844
  "node_modules/@typescript-eslint/visitor-keys": {
6297
- "version": "5.38.1",
6298
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz",
6299
- "integrity": "sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==",
5845
+ "version": "5.41.0",
5846
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz",
5847
+ "integrity": "sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==",
6300
5848
  "dev": true,
6301
5849
  "license": "MIT",
6302
5850
  "dependencies": {
6303
- "@typescript-eslint/types": "5.38.1",
5851
+ "@typescript-eslint/types": "5.41.0",
6304
5852
  "eslint-visitor-keys": "^3.3.0"
6305
5853
  },
6306
5854
  "engines": {
@@ -7644,15 +7192,15 @@
7644
7192
  "license": "Apache-2.0"
7645
7193
  },
7646
7194
  "node_modules/chai": {
7647
- "version": "4.3.6",
7648
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz",
7649
- "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==",
7195
+ "version": "4.3.7",
7196
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz",
7197
+ "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==",
7650
7198
  "dev": true,
7651
7199
  "license": "MIT",
7652
7200
  "dependencies": {
7653
7201
  "assertion-error": "^1.1.0",
7654
7202
  "check-error": "^1.0.2",
7655
- "deep-eql": "^3.0.1",
7203
+ "deep-eql": "^4.1.2",
7656
7204
  "get-func-name": "^2.0.0",
7657
7205
  "loupe": "^2.3.1",
7658
7206
  "pathval": "^1.1.1",
@@ -7984,9 +7532,9 @@
7984
7532
  }
7985
7533
  },
7986
7534
  "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==",
7535
+ "version": "1.0.4",
7536
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
7537
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
7990
7538
  "license": "MIT",
7991
7539
  "engines": {
7992
7540
  "node": ">=0.8"
@@ -8215,13 +7763,10 @@
8215
7763
  }
8216
7764
  },
8217
7765
  "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
- }
7766
+ "version": "2.20.3",
7767
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
7768
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
7769
+ "license": "MIT"
8225
7770
  },
8226
7771
  "node_modules/comment-parser": {
8227
7772
  "version": "1.1.6-beta.0",
@@ -9088,16 +8633,16 @@
9088
8633
  }
9089
8634
  },
9090
8635
  "node_modules/deep-eql": {
9091
- "version": "3.0.1",
9092
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz",
9093
- "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==",
8636
+ "version": "4.1.2",
8637
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz",
8638
+ "integrity": "sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==",
9094
8639
  "dev": true,
9095
8640
  "license": "MIT",
9096
8641
  "dependencies": {
9097
8642
  "type-detect": "^4.0.0"
9098
8643
  },
9099
8644
  "engines": {
9100
- "node": ">=0.12"
8645
+ "node": ">=6"
9101
8646
  }
9102
8647
  },
9103
8648
  "node_modules/deep-equal": {
@@ -9164,15 +8709,6 @@
9164
8709
  "clone": "^1.0.2"
9165
8710
  }
9166
8711
  },
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
8712
  "node_modules/defer-to-connect": {
9177
8713
  "version": "2.0.1",
9178
8714
  "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
@@ -10666,6 +10202,23 @@
10666
10202
  "url": "https://opencollective.com/eslint"
10667
10203
  }
10668
10204
  },
10205
+ "node_modules/eslint/node_modules/find-up": {
10206
+ "version": "5.0.0",
10207
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
10208
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
10209
+ "dev": true,
10210
+ "license": "MIT",
10211
+ "dependencies": {
10212
+ "locate-path": "^6.0.0",
10213
+ "path-exists": "^4.0.0"
10214
+ },
10215
+ "engines": {
10216
+ "node": ">=10"
10217
+ },
10218
+ "funding": {
10219
+ "url": "https://github.com/sponsors/sindresorhus"
10220
+ }
10221
+ },
10669
10222
  "node_modules/eslint/node_modules/glob-parent": {
10670
10223
  "version": "6.0.2",
10671
10224
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -10692,6 +10245,54 @@
10692
10245
  "js-yaml": "bin/js-yaml.js"
10693
10246
  }
10694
10247
  },
10248
+ "node_modules/eslint/node_modules/locate-path": {
10249
+ "version": "6.0.0",
10250
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
10251
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
10252
+ "dev": true,
10253
+ "license": "MIT",
10254
+ "dependencies": {
10255
+ "p-locate": "^5.0.0"
10256
+ },
10257
+ "engines": {
10258
+ "node": ">=10"
10259
+ },
10260
+ "funding": {
10261
+ "url": "https://github.com/sponsors/sindresorhus"
10262
+ }
10263
+ },
10264
+ "node_modules/eslint/node_modules/p-limit": {
10265
+ "version": "3.1.0",
10266
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
10267
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
10268
+ "dev": true,
10269
+ "license": "MIT",
10270
+ "dependencies": {
10271
+ "yocto-queue": "^0.1.0"
10272
+ },
10273
+ "engines": {
10274
+ "node": ">=10"
10275
+ },
10276
+ "funding": {
10277
+ "url": "https://github.com/sponsors/sindresorhus"
10278
+ }
10279
+ },
10280
+ "node_modules/eslint/node_modules/p-locate": {
10281
+ "version": "5.0.0",
10282
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
10283
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
10284
+ "dev": true,
10285
+ "license": "MIT",
10286
+ "dependencies": {
10287
+ "p-limit": "^3.0.2"
10288
+ },
10289
+ "engines": {
10290
+ "node": ">=10"
10291
+ },
10292
+ "funding": {
10293
+ "url": "https://github.com/sponsors/sindresorhus"
10294
+ }
10295
+ },
10695
10296
  "node_modules/espree": {
10696
10297
  "version": "7.3.1",
10697
10298
  "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
@@ -10899,9 +10500,9 @@
10899
10500
  "license": "MIT"
10900
10501
  },
10901
10502
  "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==",
10503
+ "version": "2.0.7",
10504
+ "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.7.tgz",
10505
+ "integrity": "sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw==",
10905
10506
  "license": "MIT",
10906
10507
  "dependencies": {
10907
10508
  "@types/chai": "*",
@@ -10952,9 +10553,9 @@
10952
10553
  "license": "MIT"
10953
10554
  },
10954
10555
  "node_modules/fast-xml-parser": {
10955
- "version": "4.0.11",
10956
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz",
10957
- "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==",
10556
+ "version": "4.0.12",
10557
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.12.tgz",
10558
+ "integrity": "sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==",
10958
10559
  "license": "MIT",
10959
10560
  "dependencies": {
10960
10561
  "strnum": "^1.0.5"
@@ -11153,19 +10754,16 @@
11153
10754
  }
11154
10755
  },
11155
10756
  "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==",
10757
+ "version": "4.1.0",
10758
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
10759
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
11159
10760
  "license": "MIT",
11160
10761
  "dependencies": {
11161
- "locate-path": "^6.0.0",
10762
+ "locate-path": "^5.0.0",
11162
10763
  "path-exists": "^4.0.0"
11163
10764
  },
11164
10765
  "engines": {
11165
- "node": ">=10"
11166
- },
11167
- "funding": {
11168
- "url": "https://github.com/sponsors/sindresorhus"
10766
+ "node": ">=8"
11169
10767
  }
11170
10768
  },
11171
10769
  "node_modules/find-yarn-workspace-root": {
@@ -13410,12 +13008,6 @@
13410
13008
  "node": ">=4.0"
13411
13009
  }
13412
13010
  },
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
13011
  "node_modules/jsforce/node_modules/isarray": {
13420
13012
  "version": "1.0.0",
13421
13013
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
@@ -14089,18 +13681,15 @@
14089
13681
  }
14090
13682
  },
14091
13683
  "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==",
13684
+ "version": "5.0.0",
13685
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
13686
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
14095
13687
  "license": "MIT",
14096
13688
  "dependencies": {
14097
- "p-locate": "^5.0.0"
13689
+ "p-locate": "^4.1.0"
14098
13690
  },
14099
13691
  "engines": {
14100
- "node": ">=10"
14101
- },
14102
- "funding": {
14103
- "url": "https://github.com/sponsors/sindresorhus"
13692
+ "node": ">=8"
14104
13693
  }
14105
13694
  },
14106
13695
  "node_modules/lodash": {
@@ -15023,6 +14612,23 @@
15023
14612
  "node": ">=0.3.1"
15024
14613
  }
15025
14614
  },
14615
+ "node_modules/mocha/node_modules/find-up": {
14616
+ "version": "5.0.0",
14617
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
14618
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
14619
+ "dev": true,
14620
+ "license": "MIT",
14621
+ "dependencies": {
14622
+ "locate-path": "^6.0.0",
14623
+ "path-exists": "^4.0.0"
14624
+ },
14625
+ "engines": {
14626
+ "node": ">=10"
14627
+ },
14628
+ "funding": {
14629
+ "url": "https://github.com/sponsors/sindresorhus"
14630
+ }
14631
+ },
15026
14632
  "node_modules/mocha/node_modules/glob": {
15027
14633
  "version": "7.2.0",
15028
14634
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -15070,6 +14676,22 @@
15070
14676
  "js-yaml": "bin/js-yaml.js"
15071
14677
  }
15072
14678
  },
14679
+ "node_modules/mocha/node_modules/locate-path": {
14680
+ "version": "6.0.0",
14681
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
14682
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
14683
+ "dev": true,
14684
+ "license": "MIT",
14685
+ "dependencies": {
14686
+ "p-locate": "^5.0.0"
14687
+ },
14688
+ "engines": {
14689
+ "node": ">=10"
14690
+ },
14691
+ "funding": {
14692
+ "url": "https://github.com/sponsors/sindresorhus"
14693
+ }
14694
+ },
15073
14695
  "node_modules/mocha/node_modules/minimatch": {
15074
14696
  "version": "4.2.1",
15075
14697
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
@@ -15083,6 +14705,38 @@
15083
14705
  "node": ">=10"
15084
14706
  }
15085
14707
  },
14708
+ "node_modules/mocha/node_modules/p-limit": {
14709
+ "version": "3.1.0",
14710
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
14711
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
14712
+ "dev": true,
14713
+ "license": "MIT",
14714
+ "dependencies": {
14715
+ "yocto-queue": "^0.1.0"
14716
+ },
14717
+ "engines": {
14718
+ "node": ">=10"
14719
+ },
14720
+ "funding": {
14721
+ "url": "https://github.com/sponsors/sindresorhus"
14722
+ }
14723
+ },
14724
+ "node_modules/mocha/node_modules/p-locate": {
14725
+ "version": "5.0.0",
14726
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
14727
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
14728
+ "dev": true,
14729
+ "license": "MIT",
14730
+ "dependencies": {
14731
+ "p-limit": "^3.0.2"
14732
+ },
14733
+ "engines": {
14734
+ "node": ">=10"
14735
+ },
14736
+ "funding": {
14737
+ "url": "https://github.com/sponsors/sindresorhus"
14738
+ }
14739
+ },
15086
14740
  "node_modules/mocha/node_modules/supports-color": {
15087
14741
  "version": "8.1.1",
15088
14742
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -15310,6 +14964,13 @@
15310
14964
  "dev": true,
15311
14965
  "license": "MIT"
15312
14966
  },
14967
+ "node_modules/natural-compare-lite": {
14968
+ "version": "1.4.0",
14969
+ "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
14970
+ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
14971
+ "dev": true,
14972
+ "license": "MIT"
14973
+ },
15313
14974
  "node_modules/natural-orderby": {
15314
14975
  "version": "2.0.3",
15315
14976
  "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
@@ -18829,46 +18490,6 @@
18829
18490
  "wrap-ansi": "^6.2.0"
18830
18491
  }
18831
18492
  },
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
18493
  "node_modules/nyc/node_modules/p-map": {
18873
18494
  "version": "3.0.0",
18874
18495
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
@@ -19039,16 +18660,16 @@
19039
18660
  }
19040
18661
  },
19041
18662
  "node_modules/oclif": {
19042
- "version": "3.2.25",
19043
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.25.tgz",
19044
- "integrity": "sha512-1nwdWHOBW5DkMBBu3HNrwM+WIAL7kDLBeoM8BNJLbnE4hlxBmeubwQTF0oGzmv+0vUomWMiNSbQF7AfzFbwUwA==",
18663
+ "version": "3.2.28",
18664
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.28.tgz",
18665
+ "integrity": "sha512-A5TxuGe5bDiCwxg0JvmhKnvEmdA6rPSeIUdkNOuxgGV696YAafR2ClCG4sku7WzB5anl01/ijtmyhfNegd0vhw==",
19045
18666
  "dev": true,
19046
18667
  "license": "MIT",
19047
18668
  "dependencies": {
19048
- "@oclif/core": "^1.20.0",
18669
+ "@oclif/core": "^1.20.4",
19049
18670
  "@oclif/plugin-help": "^5.1.16",
19050
18671
  "@oclif/plugin-not-found": "^2.3.7",
19051
- "@oclif/plugin-warn-if-update-available": "^2.0.6",
18672
+ "@oclif/plugin-warn-if-update-available": "^2.0.14",
19052
18673
  "aws-sdk": "^2.1231.0",
19053
18674
  "concurrently": "^7.5.0",
19054
18675
  "debug": "^4.3.3",
@@ -19071,19 +18692,6 @@
19071
18692
  "node": ">=12.0.0"
19072
18693
  }
19073
18694
  },
19074
- "node_modules/oclif/node_modules/@oclif/plugin-help": {
19075
- "version": "5.1.18",
19076
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.18.tgz",
19077
- "integrity": "sha512-EICYITNwc155RHBiRnhUmvuc5oEuRE+9B+8rErw4OKKpPfZ5edvth38e4QOONfDRjb3MHfNu0sds1aB3i/BikA==",
19078
- "dev": true,
19079
- "license": "MIT",
19080
- "dependencies": {
19081
- "@oclif/core": "^1.20.2"
19082
- },
19083
- "engines": {
19084
- "node": ">=12.0.0"
19085
- }
19086
- },
19087
18695
  "node_modules/once": {
19088
18696
  "version": "1.4.0",
19089
18697
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -19284,33 +18892,15 @@
19284
18892
  }
19285
18893
  },
19286
18894
  "node_modules/p-locate": {
19287
- "version": "5.0.0",
19288
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
19289
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
19290
- "license": "MIT",
19291
- "dependencies": {
19292
- "p-limit": "^3.0.2"
19293
- },
19294
- "engines": {
19295
- "node": ">=10"
19296
- },
19297
- "funding": {
19298
- "url": "https://github.com/sponsors/sindresorhus"
19299
- }
19300
- },
19301
- "node_modules/p-locate/node_modules/p-limit": {
19302
- "version": "3.1.0",
19303
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
19304
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
18895
+ "version": "4.1.0",
18896
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
18897
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19305
18898
  "license": "MIT",
19306
18899
  "dependencies": {
19307
- "yocto-queue": "^0.1.0"
18900
+ "p-limit": "^2.2.0"
19308
18901
  },
19309
18902
  "engines": {
19310
- "node": ">=10"
19311
- },
19312
- "funding": {
19313
- "url": "https://github.com/sponsors/sindresorhus"
18903
+ "node": ">=8"
19314
18904
  }
19315
18905
  },
19316
18906
  "node_modules/p-map": {
@@ -19758,43 +19348,6 @@
19758
19348
  "node": ">=8"
19759
19349
  }
19760
19350
  },
19761
- "node_modules/pkg-dir/node_modules/find-up": {
19762
- "version": "4.1.0",
19763
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
19764
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
19765
- "license": "MIT",
19766
- "dependencies": {
19767
- "locate-path": "^5.0.0",
19768
- "path-exists": "^4.0.0"
19769
- },
19770
- "engines": {
19771
- "node": ">=8"
19772
- }
19773
- },
19774
- "node_modules/pkg-dir/node_modules/locate-path": {
19775
- "version": "5.0.0",
19776
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
19777
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
19778
- "license": "MIT",
19779
- "dependencies": {
19780
- "p-locate": "^4.1.0"
19781
- },
19782
- "engines": {
19783
- "node": ">=8"
19784
- }
19785
- },
19786
- "node_modules/pkg-dir/node_modules/p-locate": {
19787
- "version": "4.1.0",
19788
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
19789
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19790
- "license": "MIT",
19791
- "dependencies": {
19792
- "p-limit": "^2.2.0"
19793
- },
19794
- "engines": {
19795
- "node": ">=8"
19796
- }
19797
- },
19798
19351
  "node_modules/pluralize": {
19799
19352
  "version": "8.0.0",
19800
19353
  "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
@@ -19834,6 +19387,67 @@
19834
19387
  "node": ">=10"
19835
19388
  }
19836
19389
  },
19390
+ "node_modules/preferred-pm/node_modules/find-up": {
19391
+ "version": "5.0.0",
19392
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
19393
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
19394
+ "license": "MIT",
19395
+ "dependencies": {
19396
+ "locate-path": "^6.0.0",
19397
+ "path-exists": "^4.0.0"
19398
+ },
19399
+ "engines": {
19400
+ "node": ">=10"
19401
+ },
19402
+ "funding": {
19403
+ "url": "https://github.com/sponsors/sindresorhus"
19404
+ }
19405
+ },
19406
+ "node_modules/preferred-pm/node_modules/locate-path": {
19407
+ "version": "6.0.0",
19408
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
19409
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
19410
+ "license": "MIT",
19411
+ "dependencies": {
19412
+ "p-locate": "^5.0.0"
19413
+ },
19414
+ "engines": {
19415
+ "node": ">=10"
19416
+ },
19417
+ "funding": {
19418
+ "url": "https://github.com/sponsors/sindresorhus"
19419
+ }
19420
+ },
19421
+ "node_modules/preferred-pm/node_modules/p-limit": {
19422
+ "version": "3.1.0",
19423
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
19424
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
19425
+ "license": "MIT",
19426
+ "dependencies": {
19427
+ "yocto-queue": "^0.1.0"
19428
+ },
19429
+ "engines": {
19430
+ "node": ">=10"
19431
+ },
19432
+ "funding": {
19433
+ "url": "https://github.com/sponsors/sindresorhus"
19434
+ }
19435
+ },
19436
+ "node_modules/preferred-pm/node_modules/p-locate": {
19437
+ "version": "5.0.0",
19438
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
19439
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
19440
+ "license": "MIT",
19441
+ "dependencies": {
19442
+ "p-limit": "^3.0.2"
19443
+ },
19444
+ "engines": {
19445
+ "node": ">=10"
19446
+ },
19447
+ "funding": {
19448
+ "url": "https://github.com/sponsors/sindresorhus"
19449
+ }
19450
+ },
19837
19451
  "node_modules/prelude-ls": {
19838
19452
  "version": "1.1.2",
19839
19453
  "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
@@ -19932,20 +19546,6 @@
19932
19546
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
19933
19547
  }
19934
19548
  },
19935
- "node_modules/pretty-quick/node_modules/find-up": {
19936
- "version": "4.1.0",
19937
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
19938
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
19939
- "dev": true,
19940
- "license": "MIT",
19941
- "dependencies": {
19942
- "locate-path": "^5.0.0",
19943
- "path-exists": "^4.0.0"
19944
- },
19945
- "engines": {
19946
- "node": ">=8"
19947
- }
19948
- },
19949
19549
  "node_modules/pretty-quick/node_modules/human-signals": {
19950
19550
  "version": "1.1.1",
19951
19551
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
@@ -19956,32 +19556,6 @@
19956
19556
  "node": ">=8.12.0"
19957
19557
  }
19958
19558
  },
19959
- "node_modules/pretty-quick/node_modules/locate-path": {
19960
- "version": "5.0.0",
19961
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
19962
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
19963
- "dev": true,
19964
- "license": "MIT",
19965
- "dependencies": {
19966
- "p-locate": "^4.1.0"
19967
- },
19968
- "engines": {
19969
- "node": ">=8"
19970
- }
19971
- },
19972
- "node_modules/pretty-quick/node_modules/p-locate": {
19973
- "version": "4.1.0",
19974
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
19975
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19976
- "dev": true,
19977
- "license": "MIT",
19978
- "dependencies": {
19979
- "p-limit": "^2.2.0"
19980
- },
19981
- "engines": {
19982
- "node": ">=8"
19983
- }
19984
- },
19985
19559
  "node_modules/proc-log": {
19986
19560
  "version": "2.0.1",
19987
19561
  "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz",
@@ -20763,37 +20337,12 @@
20763
20337
  "url": "https://github.com/sponsors/sindresorhus"
20764
20338
  }
20765
20339
  },
20766
- "node_modules/read-pkg-up/node_modules/find-up": {
20767
- "version": "4.1.0",
20768
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
20769
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
20770
- "license": "MIT",
20771
- "dependencies": {
20772
- "locate-path": "^5.0.0",
20773
- "path-exists": "^4.0.0"
20774
- },
20775
- "engines": {
20776
- "node": ">=8"
20777
- }
20778
- },
20779
20340
  "node_modules/read-pkg-up/node_modules/hosted-git-info": {
20780
20341
  "version": "2.8.9",
20781
20342
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
20782
20343
  "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
20783
20344
  "license": "ISC"
20784
20345
  },
20785
- "node_modules/read-pkg-up/node_modules/locate-path": {
20786
- "version": "5.0.0",
20787
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
20788
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
20789
- "license": "MIT",
20790
- "dependencies": {
20791
- "p-locate": "^4.1.0"
20792
- },
20793
- "engines": {
20794
- "node": ">=8"
20795
- }
20796
- },
20797
20346
  "node_modules/read-pkg-up/node_modules/normalize-package-data": {
20798
20347
  "version": "2.5.0",
20799
20348
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -20806,18 +20355,6 @@
20806
20355
  "validate-npm-package-license": "^3.0.1"
20807
20356
  }
20808
20357
  },
20809
- "node_modules/read-pkg-up/node_modules/p-locate": {
20810
- "version": "4.1.0",
20811
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
20812
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
20813
- "license": "MIT",
20814
- "dependencies": {
20815
- "p-limit": "^2.2.0"
20816
- },
20817
- "engines": {
20818
- "node": ">=8"
20819
- }
20820
- },
20821
20358
  "node_modules/read-pkg-up/node_modules/parse-json": {
20822
20359
  "version": "5.2.0",
20823
20360
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@@ -22097,6 +21634,23 @@
22097
21634
  "node": ">=0.8.0"
22098
21635
  }
22099
21636
  },
21637
+ "node_modules/standard-version/node_modules/find-up": {
21638
+ "version": "5.0.0",
21639
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
21640
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
21641
+ "dev": true,
21642
+ "license": "MIT",
21643
+ "dependencies": {
21644
+ "locate-path": "^6.0.0",
21645
+ "path-exists": "^4.0.0"
21646
+ },
21647
+ "engines": {
21648
+ "node": ">=10"
21649
+ },
21650
+ "funding": {
21651
+ "url": "https://github.com/sponsors/sindresorhus"
21652
+ }
21653
+ },
22100
21654
  "node_modules/standard-version/node_modules/has-flag": {
22101
21655
  "version": "3.0.0",
22102
21656
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -22107,6 +21661,54 @@
22107
21661
  "node": ">=4"
22108
21662
  }
22109
21663
  },
21664
+ "node_modules/standard-version/node_modules/locate-path": {
21665
+ "version": "6.0.0",
21666
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
21667
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
21668
+ "dev": true,
21669
+ "license": "MIT",
21670
+ "dependencies": {
21671
+ "p-locate": "^5.0.0"
21672
+ },
21673
+ "engines": {
21674
+ "node": ">=10"
21675
+ },
21676
+ "funding": {
21677
+ "url": "https://github.com/sponsors/sindresorhus"
21678
+ }
21679
+ },
21680
+ "node_modules/standard-version/node_modules/p-limit": {
21681
+ "version": "3.1.0",
21682
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
21683
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
21684
+ "dev": true,
21685
+ "license": "MIT",
21686
+ "dependencies": {
21687
+ "yocto-queue": "^0.1.0"
21688
+ },
21689
+ "engines": {
21690
+ "node": ">=10"
21691
+ },
21692
+ "funding": {
21693
+ "url": "https://github.com/sponsors/sindresorhus"
21694
+ }
21695
+ },
21696
+ "node_modules/standard-version/node_modules/p-locate": {
21697
+ "version": "5.0.0",
21698
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
21699
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
21700
+ "dev": true,
21701
+ "license": "MIT",
21702
+ "dependencies": {
21703
+ "p-limit": "^3.0.2"
21704
+ },
21705
+ "engines": {
21706
+ "node": ">=10"
21707
+ },
21708
+ "funding": {
21709
+ "url": "https://github.com/sponsors/sindresorhus"
21710
+ }
21711
+ },
22110
21712
  "node_modules/standard-version/node_modules/supports-color": {
22111
21713
  "version": "5.5.0",
22112
21714
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -23389,6 +22991,15 @@
23389
22991
  "node": ">=0.10.0"
23390
22992
  }
23391
22993
  },
22994
+ "node_modules/vinyl/node_modules/clone": {
22995
+ "version": "2.1.2",
22996
+ "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
22997
+ "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
22998
+ "license": "MIT",
22999
+ "engines": {
23000
+ "node": ">=0.8"
23001
+ }
23002
+ },
23392
23003
  "node_modules/vm2": {
23393
23004
  "version": "3.9.11",
23394
23005
  "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.11.tgz",
@@ -24034,6 +23645,15 @@
24034
23645
  "node": ">= 10"
24035
23646
  }
24036
23647
  },
23648
+ "node_modules/yeoman-environment/node_modules/commander": {
23649
+ "version": "7.1.0",
23650
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
23651
+ "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==",
23652
+ "license": "MIT",
23653
+ "engines": {
23654
+ "node": ">= 10"
23655
+ }
23656
+ },
24037
23657
  "node_modules/yeoman-environment/node_modules/dateformat": {
24038
23658
  "version": "4.6.3",
24039
23659
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
@@ -24043,6 +23663,22 @@
24043
23663
  "node": "*"
24044
23664
  }
24045
23665
  },
23666
+ "node_modules/yeoman-environment/node_modules/find-up": {
23667
+ "version": "5.0.0",
23668
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
23669
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
23670
+ "license": "MIT",
23671
+ "dependencies": {
23672
+ "locate-path": "^6.0.0",
23673
+ "path-exists": "^4.0.0"
23674
+ },
23675
+ "engines": {
23676
+ "node": ">=10"
23677
+ },
23678
+ "funding": {
23679
+ "url": "https://github.com/sponsors/sindresorhus"
23680
+ }
23681
+ },
24046
23682
  "node_modules/yeoman-environment/node_modules/gauge": {
24047
23683
  "version": "3.0.2",
24048
23684
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
@@ -24075,6 +23711,21 @@
24075
23711
  "node": ">=10"
24076
23712
  }
24077
23713
  },
23714
+ "node_modules/yeoman-environment/node_modules/locate-path": {
23715
+ "version": "6.0.0",
23716
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
23717
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
23718
+ "license": "MIT",
23719
+ "dependencies": {
23720
+ "p-locate": "^5.0.0"
23721
+ },
23722
+ "engines": {
23723
+ "node": ">=10"
23724
+ },
23725
+ "funding": {
23726
+ "url": "https://github.com/sponsors/sindresorhus"
23727
+ }
23728
+ },
24078
23729
  "node_modules/yeoman-environment/node_modules/node-gyp": {
24079
23730
  "version": "8.4.1",
24080
23731
  "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
@@ -24273,6 +23924,36 @@
24273
23924
  "set-blocking": "^2.0.0"
24274
23925
  }
24275
23926
  },
23927
+ "node_modules/yeoman-environment/node_modules/p-limit": {
23928
+ "version": "3.1.0",
23929
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
23930
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
23931
+ "license": "MIT",
23932
+ "dependencies": {
23933
+ "yocto-queue": "^0.1.0"
23934
+ },
23935
+ "engines": {
23936
+ "node": ">=10"
23937
+ },
23938
+ "funding": {
23939
+ "url": "https://github.com/sponsors/sindresorhus"
23940
+ }
23941
+ },
23942
+ "node_modules/yeoman-environment/node_modules/p-locate": {
23943
+ "version": "5.0.0",
23944
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
23945
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
23946
+ "license": "MIT",
23947
+ "dependencies": {
23948
+ "p-limit": "^3.0.2"
23949
+ },
23950
+ "engines": {
23951
+ "node": ">=10"
23952
+ },
23953
+ "funding": {
23954
+ "url": "https://github.com/sponsors/sindresorhus"
23955
+ }
23956
+ },
24276
23957
  "node_modules/yeoman-environment/node_modules/pacote": {
24277
23958
  "version": "12.0.3",
24278
23959
  "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",
@@ -25278,6 +24959,45 @@
25278
24959
  "dev": true,
25279
24960
  "requires": {
25280
24961
  "find-up": "^5.0.0"
24962
+ },
24963
+ "dependencies": {
24964
+ "find-up": {
24965
+ "version": "5.0.0",
24966
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
24967
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
24968
+ "dev": true,
24969
+ "requires": {
24970
+ "locate-path": "^6.0.0",
24971
+ "path-exists": "^4.0.0"
24972
+ }
24973
+ },
24974
+ "locate-path": {
24975
+ "version": "6.0.0",
24976
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
24977
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
24978
+ "dev": true,
24979
+ "requires": {
24980
+ "p-locate": "^5.0.0"
24981
+ }
24982
+ },
24983
+ "p-limit": {
24984
+ "version": "3.1.0",
24985
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
24986
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
24987
+ "dev": true,
24988
+ "requires": {
24989
+ "yocto-queue": "^0.1.0"
24990
+ }
24991
+ },
24992
+ "p-locate": {
24993
+ "version": "5.0.0",
24994
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
24995
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
24996
+ "dev": true,
24997
+ "requires": {
24998
+ "p-limit": "^3.0.2"
24999
+ }
25000
+ }
25281
25001
  }
25282
25002
  },
25283
25003
  "@commitlint/types": {
@@ -25531,9 +25251,9 @@
25531
25251
  }
25532
25252
  },
25533
25253
  "@hk/functions-core": {
25534
- "version": "npm:@heroku/functions-core@0.4.1",
25535
- "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.4.1.tgz",
25536
- "integrity": "sha512-ZJGke5XM1WAVXFty56VMvimpZ+/7xwOLAtLo1m0vecD13UpkyCPJScSFpGQ4d0VwyZtKc7HjNYDb7QhOrb4O+A==",
25254
+ "version": "npm:@heroku/functions-core@0.4.3",
25255
+ "resolved": "https://registry.npmjs.org/@heroku/functions-core/-/functions-core-0.4.3.tgz",
25256
+ "integrity": "sha512-NCurnYhaabWtPTJNZIQ8aH5lCumznn5kpAjuldj5L+aa9kEq2n/9pr2GH4y8RwOOX05MhbfLvFlQXaWOLOSFkw==",
25537
25257
  "requires": {
25538
25258
  "@heroku-cli/color": "^1.1.14",
25539
25259
  "@heroku/project-descriptor": "0.0.6",
@@ -25548,104 +25268,11 @@
25548
25268
  "mem-fs-editor": "^9.5.0",
25549
25269
  "node-fetch": "^2.6.7",
25550
25270
  "openpgp": "^5.5.0",
25551
- "semver": "^7.3.7",
25271
+ "semver": "^7.3.8",
25552
25272
  "sha256-file": "^1.0.0",
25553
- "yeoman-environment": "~3.10.0"
25273
+ "yeoman-environment": "~3.12.1"
25554
25274
  },
25555
25275
  "dependencies": {
25556
- "@npmcli/arborist": {
25557
- "version": "4.3.1",
25558
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-4.3.1.tgz",
25559
- "integrity": "sha512-yMRgZVDpwWjplorzt9SFSaakWx6QIK248Nw4ZFgkrAy/GvJaFRaSZzE6nD7JBK5r8g/+PTxFq5Wj/sfciE7x+A==",
25560
- "requires": {
25561
- "@isaacs/string-locale-compare": "^1.1.0",
25562
- "@npmcli/installed-package-contents": "^1.0.7",
25563
- "@npmcli/map-workspaces": "^2.0.0",
25564
- "@npmcli/metavuln-calculator": "^2.0.0",
25565
- "@npmcli/move-file": "^1.1.0",
25566
- "@npmcli/name-from-folder": "^1.0.1",
25567
- "@npmcli/node-gyp": "^1.0.3",
25568
- "@npmcli/package-json": "^1.0.1",
25569
- "@npmcli/run-script": "^2.0.0",
25570
- "bin-links": "^3.0.0",
25571
- "cacache": "^15.0.3",
25572
- "common-ancestor-path": "^1.0.1",
25573
- "json-parse-even-better-errors": "^2.3.1",
25574
- "json-stringify-nice": "^1.1.4",
25575
- "mkdirp": "^1.0.4",
25576
- "mkdirp-infer-owner": "^2.0.0",
25577
- "npm-install-checks": "^4.0.0",
25578
- "npm-package-arg": "^8.1.5",
25579
- "npm-pick-manifest": "^6.1.0",
25580
- "npm-registry-fetch": "^12.0.1",
25581
- "pacote": "^12.0.2",
25582
- "parse-conflict-json": "^2.0.1",
25583
- "proc-log": "^1.0.0",
25584
- "promise-all-reject-late": "^1.0.0",
25585
- "promise-call-limit": "^1.0.1",
25586
- "read-package-json-fast": "^2.0.2",
25587
- "readdir-scoped-modules": "^1.1.0",
25588
- "rimraf": "^3.0.2",
25589
- "semver": "^7.3.5",
25590
- "ssri": "^8.0.1",
25591
- "treeverse": "^1.0.4",
25592
- "walk-up-path": "^1.0.0"
25593
- }
25594
- },
25595
- "@npmcli/fs": {
25596
- "version": "1.1.1",
25597
- "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz",
25598
- "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
25599
- "requires": {
25600
- "@gar/promisify": "^1.0.1",
25601
- "semver": "^7.3.5"
25602
- }
25603
- },
25604
- "@npmcli/git": {
25605
- "version": "2.1.0",
25606
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
25607
- "integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
25608
- "requires": {
25609
- "@npmcli/promise-spawn": "^1.3.2",
25610
- "lru-cache": "^6.0.0",
25611
- "mkdirp": "^1.0.4",
25612
- "npm-pick-manifest": "^6.1.1",
25613
- "promise-inflight": "^1.0.1",
25614
- "promise-retry": "^2.0.1",
25615
- "semver": "^7.3.5",
25616
- "which": "^2.0.2"
25617
- }
25618
- },
25619
- "@npmcli/metavuln-calculator": {
25620
- "version": "2.0.0",
25621
- "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-2.0.0.tgz",
25622
- "integrity": "sha512-VVW+JhWCKRwCTE+0xvD6p3uV4WpqocNYYtzyvenqL/u1Q3Xx6fGTJ+6UoIoii07fbuEO9U3IIyuGY0CYHDv1sg==",
25623
- "requires": {
25624
- "cacache": "^15.0.5",
25625
- "json-parse-even-better-errors": "^2.3.1",
25626
- "pacote": "^12.0.0",
25627
- "semver": "^7.3.2"
25628
- }
25629
- },
25630
- "@npmcli/package-json": {
25631
- "version": "1.0.1",
25632
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
25633
- "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
25634
- "requires": {
25635
- "json-parse-even-better-errors": "^2.3.1"
25636
- }
25637
- },
25638
- "@npmcli/run-script": {
25639
- "version": "2.0.0",
25640
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-2.0.0.tgz",
25641
- "integrity": "sha512-fSan/Pu11xS/TdaTpTB0MRn9guwGU8dye+x56mEVgBEd/QsybBbYcAL0phPXi8SGWFEChkQd6M9qL4y6VOpFig==",
25642
- "requires": {
25643
- "@npmcli/node-gyp": "^1.0.2",
25644
- "@npmcli/promise-spawn": "^1.3.2",
25645
- "node-gyp": "^8.2.0",
25646
- "read-package-json-fast": "^2.0.1"
25647
- }
25648
- },
25649
25276
  "@salesforce/core": {
25650
25277
  "version": "2.37.1",
25651
25278
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.37.1.tgz",
@@ -25690,36 +25317,6 @@
25690
25317
  "ajv": "^8.0.0"
25691
25318
  }
25692
25319
  },
25693
- "builtins": {
25694
- "version": "1.0.3",
25695
- "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
25696
- "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ=="
25697
- },
25698
- "cacache": {
25699
- "version": "15.3.0",
25700
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz",
25701
- "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
25702
- "requires": {
25703
- "@npmcli/fs": "^1.0.0",
25704
- "@npmcli/move-file": "^1.0.1",
25705
- "chownr": "^2.0.0",
25706
- "fs-minipass": "^2.0.0",
25707
- "glob": "^7.1.4",
25708
- "infer-owner": "^1.0.4",
25709
- "lru-cache": "^6.0.0",
25710
- "minipass": "^3.1.1",
25711
- "minipass-collect": "^1.0.2",
25712
- "minipass-flush": "^1.0.5",
25713
- "minipass-pipeline": "^1.2.2",
25714
- "mkdirp": "^1.0.3",
25715
- "p-map": "^4.0.0",
25716
- "promise-inflight": "^1.0.1",
25717
- "rimraf": "^3.0.2",
25718
- "ssri": "^8.0.1",
25719
- "tar": "^6.0.2",
25720
- "unique-filename": "^1.1.1"
25721
- }
25722
- },
25723
25320
  "cloudevents": {
25724
25321
  "version": "6.0.2",
25725
25322
  "resolved": "https://registry.npmjs.org/cloudevents/-/cloudevents-6.0.2.tgz",
@@ -25731,24 +25328,12 @@
25731
25328
  "uuid": "^8.3.2"
25732
25329
  }
25733
25330
  },
25734
- "dateformat": {
25735
- "version": "4.6.3",
25736
- "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
25737
- "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
25738
- },
25739
25331
  "debug": {
25740
25332
  "version": "3.2.7",
25741
25333
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
25742
25334
  "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
25743
25335
  "requires": {
25744
25336
  "ms": "^2.1.1"
25745
- },
25746
- "dependencies": {
25747
- "ms": {
25748
- "version": "2.1.3",
25749
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
25750
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
25751
- }
25752
25337
  }
25753
25338
  },
25754
25339
  "fs-extra": {
@@ -25761,30 +25346,6 @@
25761
25346
  "universalify": "^2.0.0"
25762
25347
  }
25763
25348
  },
25764
- "gauge": {
25765
- "version": "3.0.2",
25766
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
25767
- "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
25768
- "requires": {
25769
- "aproba": "^1.0.3 || ^2.0.0",
25770
- "color-support": "^1.1.2",
25771
- "console-control-strings": "^1.0.0",
25772
- "has-unicode": "^2.0.1",
25773
- "object-assign": "^4.1.1",
25774
- "signal-exit": "^3.0.0",
25775
- "string-width": "^4.2.3",
25776
- "strip-ansi": "^6.0.1",
25777
- "wide-align": "^1.1.2"
25778
- }
25779
- },
25780
- "ignore-walk": {
25781
- "version": "4.0.1",
25782
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-4.0.1.tgz",
25783
- "integrity": "sha512-rzDQLaW4jQbh2YrOFlJdCtX8qgJTehFRYiUB2r1osqTeDzV/3+Jh8fz1oAPzUThf3iku8Ds4IDqawI5d8mUiQw==",
25784
- "requires": {
25785
- "minimatch": "^3.0.4"
25786
- }
25787
- },
25788
25349
  "json-schema-traverse": {
25789
25350
  "version": "1.0.0",
25790
25351
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -25816,11 +25377,6 @@
25816
25377
  "semver": "^5.6.0"
25817
25378
  },
25818
25379
  "dependencies": {
25819
- "ms": {
25820
- "version": "2.1.3",
25821
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
25822
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
25823
- },
25824
25380
  "semver": {
25825
25381
  "version": "5.7.1",
25826
25382
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
@@ -25828,310 +25384,15 @@
25828
25384
  }
25829
25385
  }
25830
25386
  },
25831
- "ms": {
25832
- "version": "2.1.2",
25833
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
25834
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
25835
- },
25836
- "node-gyp": {
25837
- "version": "8.4.1",
25838
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
25839
- "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
25840
- "requires": {
25841
- "env-paths": "^2.2.0",
25842
- "glob": "^7.1.4",
25843
- "graceful-fs": "^4.2.6",
25844
- "make-fetch-happen": "^9.1.0",
25845
- "nopt": "^5.0.0",
25846
- "npmlog": "^6.0.0",
25847
- "rimraf": "^3.0.2",
25848
- "semver": "^7.3.5",
25849
- "tar": "^6.1.2",
25850
- "which": "^2.0.2"
25851
- },
25852
- "dependencies": {
25853
- "are-we-there-yet": {
25854
- "version": "3.0.1",
25855
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
25856
- "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
25857
- "requires": {
25858
- "delegates": "^1.0.0",
25859
- "readable-stream": "^3.6.0"
25860
- }
25861
- },
25862
- "gauge": {
25863
- "version": "4.0.4",
25864
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
25865
- "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
25866
- "requires": {
25867
- "aproba": "^1.0.3 || ^2.0.0",
25868
- "color-support": "^1.1.3",
25869
- "console-control-strings": "^1.1.0",
25870
- "has-unicode": "^2.0.1",
25871
- "signal-exit": "^3.0.7",
25872
- "string-width": "^4.2.3",
25873
- "strip-ansi": "^6.0.1",
25874
- "wide-align": "^1.1.5"
25875
- }
25876
- },
25877
- "make-fetch-happen": {
25878
- "version": "9.1.0",
25879
- "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
25880
- "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
25881
- "requires": {
25882
- "agentkeepalive": "^4.1.3",
25883
- "cacache": "^15.2.0",
25884
- "http-cache-semantics": "^4.1.0",
25885
- "http-proxy-agent": "^4.0.1",
25886
- "https-proxy-agent": "^5.0.0",
25887
- "is-lambda": "^1.0.1",
25888
- "lru-cache": "^6.0.0",
25889
- "minipass": "^3.1.3",
25890
- "minipass-collect": "^1.0.2",
25891
- "minipass-fetch": "^1.3.2",
25892
- "minipass-flush": "^1.0.5",
25893
- "minipass-pipeline": "^1.2.4",
25894
- "negotiator": "^0.6.2",
25895
- "promise-retry": "^2.0.1",
25896
- "socks-proxy-agent": "^6.0.0",
25897
- "ssri": "^8.0.0"
25898
- }
25899
- },
25900
- "npmlog": {
25901
- "version": "6.0.2",
25902
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
25903
- "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
25904
- "requires": {
25905
- "are-we-there-yet": "^3.0.0",
25906
- "console-control-strings": "^1.1.0",
25907
- "gauge": "^4.0.3",
25908
- "set-blocking": "^2.0.0"
25909
- }
25910
- }
25911
- }
25912
- },
25913
- "nopt": {
25914
- "version": "5.0.0",
25915
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
25916
- "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
25917
- "requires": {
25918
- "abbrev": "1"
25919
- }
25920
- },
25921
- "npm-install-checks": {
25922
- "version": "4.0.0",
25923
- "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz",
25924
- "integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==",
25925
- "requires": {
25926
- "semver": "^7.1.1"
25927
- }
25928
- },
25929
- "npm-package-arg": {
25930
- "version": "8.1.5",
25931
- "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz",
25932
- "integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==",
25933
- "requires": {
25934
- "hosted-git-info": "^4.0.1",
25935
- "semver": "^7.3.4",
25936
- "validate-npm-package-name": "^3.0.0"
25937
- }
25938
- },
25939
- "npm-packlist": {
25940
- "version": "3.0.0",
25941
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-3.0.0.tgz",
25942
- "integrity": "sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ==",
25943
- "requires": {
25944
- "glob": "^7.1.6",
25945
- "ignore-walk": "^4.0.1",
25946
- "npm-bundled": "^1.1.1",
25947
- "npm-normalize-package-bin": "^1.0.1"
25948
- }
25949
- },
25950
- "npm-pick-manifest": {
25951
- "version": "6.1.1",
25952
- "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz",
25953
- "integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==",
25954
- "requires": {
25955
- "npm-install-checks": "^4.0.0",
25956
- "npm-normalize-package-bin": "^1.0.1",
25957
- "npm-package-arg": "^8.1.2",
25958
- "semver": "^7.3.4"
25959
- }
25960
- },
25961
- "npm-registry-fetch": {
25962
- "version": "12.0.2",
25963
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.2.tgz",
25964
- "integrity": "sha512-Df5QT3RaJnXYuOwtXBXS9BWs+tHH2olvkCLh6jcR/b/u3DvPMlp3J0TvvYwplPKxHMOwfg287PYih9QqaVFoKA==",
25965
- "requires": {
25966
- "make-fetch-happen": "^10.0.1",
25967
- "minipass": "^3.1.6",
25968
- "minipass-fetch": "^1.4.1",
25969
- "minipass-json-stream": "^1.0.1",
25970
- "minizlib": "^2.1.2",
25971
- "npm-package-arg": "^8.1.5"
25972
- }
25973
- },
25974
- "npmlog": {
25975
- "version": "5.0.1",
25976
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
25977
- "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
25978
- "requires": {
25979
- "are-we-there-yet": "^2.0.0",
25980
- "console-control-strings": "^1.1.0",
25981
- "gauge": "^3.0.0",
25982
- "set-blocking": "^2.0.0"
25983
- }
25984
- },
25985
- "pacote": {
25986
- "version": "12.0.3",
25987
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",
25988
- "integrity": "sha512-CdYEl03JDrRO3x18uHjBYA9TyoW8gy+ThVcypcDkxPtKlw76e4ejhYB6i9lJ+/cebbjpqPW/CijjqxwDTts8Ow==",
25989
- "requires": {
25990
- "@npmcli/git": "^2.1.0",
25991
- "@npmcli/installed-package-contents": "^1.0.6",
25992
- "@npmcli/promise-spawn": "^1.2.0",
25993
- "@npmcli/run-script": "^2.0.0",
25994
- "cacache": "^15.0.5",
25995
- "chownr": "^2.0.0",
25996
- "fs-minipass": "^2.1.0",
25997
- "infer-owner": "^1.0.4",
25998
- "minipass": "^3.1.3",
25999
- "mkdirp": "^1.0.3",
26000
- "npm-package-arg": "^8.0.1",
26001
- "npm-packlist": "^3.0.0",
26002
- "npm-pick-manifest": "^6.0.0",
26003
- "npm-registry-fetch": "^12.0.0",
26004
- "promise-retry": "^2.0.1",
26005
- "read-package-json-fast": "^2.0.1",
26006
- "rimraf": "^3.0.2",
26007
- "ssri": "^8.0.1",
26008
- "tar": "^6.1.0"
26009
- }
26010
- },
26011
- "proc-log": {
26012
- "version": "1.0.0",
26013
- "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
26014
- "integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg=="
26015
- },
26016
- "socks-proxy-agent": {
26017
- "version": "6.2.1",
26018
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
26019
- "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
26020
- "requires": {
26021
- "agent-base": "^6.0.2",
26022
- "debug": "^4.3.3",
26023
- "socks": "^2.6.2"
26024
- },
26025
- "dependencies": {
26026
- "debug": {
26027
- "version": "4.3.4",
26028
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
26029
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
26030
- "requires": {
26031
- "ms": "2.1.2"
26032
- }
26033
- }
26034
- }
26035
- },
26036
- "ssri": {
26037
- "version": "8.0.1",
26038
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
26039
- "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
26040
- "requires": {
26041
- "minipass": "^3.1.1"
26042
- }
26043
- },
26044
- "treeverse": {
26045
- "version": "1.0.4",
26046
- "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-1.0.4.tgz",
26047
- "integrity": "sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g=="
26048
- },
26049
25387
  "ts-retry-promise": {
26050
25388
  "version": "0.6.2",
26051
25389
  "resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.6.2.tgz",
26052
25390
  "integrity": "sha512-QFnm3RuFivgkQGKm8XX7F7sAMQEI7pzVkfSlcWMYH+MoIRy7BI3sE8135YPapP8Fra5KgAuOq2QFT969N14cAw=="
26053
25391
  },
26054
- "unique-filename": {
26055
- "version": "1.1.1",
26056
- "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
26057
- "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
26058
- "requires": {
26059
- "unique-slug": "^2.0.0"
26060
- }
26061
- },
26062
- "unique-slug": {
26063
- "version": "2.0.2",
26064
- "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
26065
- "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
26066
- "requires": {
26067
- "imurmurhash": "^0.1.4"
26068
- }
26069
- },
26070
25392
  "universalify": {
26071
25393
  "version": "2.0.0",
26072
25394
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
26073
25395
  "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
26074
- },
26075
- "validate-npm-package-name": {
26076
- "version": "3.0.0",
26077
- "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
26078
- "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==",
26079
- "requires": {
26080
- "builtins": "^1.0.3"
26081
- }
26082
- },
26083
- "yeoman-environment": {
26084
- "version": "3.10.0",
26085
- "resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.10.0.tgz",
26086
- "integrity": "sha512-sYtSxBK9daq21QjoskJTHKLQ1xEsRPURkmFV/aM8HS8ZlQVzwx57Rz1zCs8EGPhK4vqsmTE8H92Gp1jg1fT3EA==",
26087
- "requires": {
26088
- "@npmcli/arborist": "^4.0.4",
26089
- "are-we-there-yet": "^2.0.0",
26090
- "arrify": "^2.0.1",
26091
- "binaryextensions": "^4.15.0",
26092
- "chalk": "^4.1.0",
26093
- "cli-table": "^0.3.1",
26094
- "commander": "7.1.0",
26095
- "dateformat": "^4.5.0",
26096
- "debug": "^4.1.1",
26097
- "diff": "^5.0.0",
26098
- "error": "^10.4.0",
26099
- "escape-string-regexp": "^4.0.0",
26100
- "execa": "^5.0.0",
26101
- "find-up": "^5.0.0",
26102
- "globby": "^11.0.1",
26103
- "grouped-queue": "^2.0.0",
26104
- "inquirer": "^8.0.0",
26105
- "is-scoped": "^2.1.0",
26106
- "isbinaryfile": "^4.0.10",
26107
- "lodash": "^4.17.10",
26108
- "log-symbols": "^4.0.0",
26109
- "mem-fs": "^1.2.0 || ^2.0.0",
26110
- "mem-fs-editor": "^8.1.2 || ^9.0.0",
26111
- "minimatch": "^3.0.4",
26112
- "npmlog": "^5.0.1",
26113
- "p-queue": "^6.6.2",
26114
- "p-transform": "^1.3.0",
26115
- "pacote": "^12.0.2",
26116
- "preferred-pm": "^3.0.3",
26117
- "pretty-bytes": "^5.3.0",
26118
- "semver": "^7.1.3",
26119
- "slash": "^3.0.0",
26120
- "strip-ansi": "^6.0.0",
26121
- "text-table": "^0.2.0",
26122
- "textextensions": "^5.12.0",
26123
- "untildify": "^4.0.0"
26124
- },
26125
- "dependencies": {
26126
- "debug": {
26127
- "version": "4.3.4",
26128
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
26129
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
26130
- "requires": {
26131
- "ms": "2.1.2"
26132
- }
26133
- }
26134
- }
26135
25396
  }
26136
25397
  }
26137
25398
  },
@@ -26180,36 +25441,6 @@
26180
25441
  "get-package-type": "^0.1.0",
26181
25442
  "js-yaml": "^3.13.1",
26182
25443
  "resolve-from": "^5.0.0"
26183
- },
26184
- "dependencies": {
26185
- "find-up": {
26186
- "version": "4.1.0",
26187
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
26188
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
26189
- "dev": true,
26190
- "requires": {
26191
- "locate-path": "^5.0.0",
26192
- "path-exists": "^4.0.0"
26193
- }
26194
- },
26195
- "locate-path": {
26196
- "version": "5.0.0",
26197
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
26198
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
26199
- "dev": true,
26200
- "requires": {
26201
- "p-locate": "^4.1.0"
26202
- }
26203
- },
26204
- "p-locate": {
26205
- "version": "4.1.0",
26206
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
26207
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
26208
- "dev": true,
26209
- "requires": {
26210
- "p-limit": "^2.2.0"
26211
- }
26212
- }
26213
25444
  }
26214
25445
  },
26215
25446
  "@istanbuljs/schema": {
@@ -26589,9 +25820,9 @@
26589
25820
  }
26590
25821
  },
26591
25822
  "@oclif/color": {
26592
- "version": "1.0.1",
26593
- "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.1.tgz",
26594
- "integrity": "sha512-qjYr+izgWdIVOroiBKqTzQgc1r5Wd9QB1J7yGM2EeelqhBARiiVLRZL45vhV4zdyTRdDkZS0EBzFwQap+nliLA==",
25823
+ "version": "1.0.2",
25824
+ "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.2.tgz",
25825
+ "integrity": "sha512-HqTFeMjfLOZajxqffSkyDWFUB3YqsSLRcsvnvITGRzhO0Ip4Qwp0VHVwh+qe0TjJYEltmOgzoxsR1LZPQIHNBQ==",
26595
25826
  "requires": {
26596
25827
  "ansi-styles": "^4.2.1",
26597
25828
  "chalk": "^4.1.0",
@@ -26850,11 +26081,11 @@
26850
26081
  }
26851
26082
  },
26852
26083
  "@oclif/plugin-autocomplete": {
26853
- "version": "1.3.2",
26854
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.2.tgz",
26855
- "integrity": "sha512-HNVpRi0b7skFEcs4jWbHJSfh0HSwdFownaLgkGFjgDdHiVJFwjLvcHGa9zUPs1SSeXPidq1rASefcsO5HUAcWQ==",
26084
+ "version": "1.3.6",
26085
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.6.tgz",
26086
+ "integrity": "sha512-XmSuuVohfGPAi2ouoCbWbVUjaaxprK+4KsNOkUafK2rqCMmmoK/VuAQvv539yMpM9IhSvARwS7NnGvFY9HmZVw==",
26856
26087
  "requires": {
26857
- "@oclif/core": "^1.16.5",
26088
+ "@oclif/core": "^1.20.4",
26858
26089
  "chalk": "^4.1.0",
26859
26090
  "debug": "^4.3.4",
26860
26091
  "fs-extra": "^9.0.1"
@@ -26903,20 +26134,20 @@
26903
26134
  }
26904
26135
  },
26905
26136
  "@oclif/plugin-commands": {
26906
- "version": "2.2.0",
26907
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.0.tgz",
26908
- "integrity": "sha512-l/iQ+LFd02VXUISY7YcIH9NLPlTaqiqtTK640dorTPag0pJHCH9q0HqiK8apBUhLW7ZfF6c/+wkINJQgz5sgdw==",
26137
+ "version": "2.2.1",
26138
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.1.tgz",
26139
+ "integrity": "sha512-mCv5Dlxkxg5sNaatFgbol9rKS9nBqPydRfxW0vusfzwuYZhxpdrvpgqkjcCO3LnQHSqX4qW5UCF6ZU0bBgnMBQ==",
26909
26140
  "requires": {
26910
26141
  "@oclif/core": "^1.2.0",
26911
26142
  "lodash": "^4.17.11"
26912
26143
  }
26913
26144
  },
26914
26145
  "@oclif/plugin-help": {
26915
- "version": "5.1.16",
26916
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.16.tgz",
26917
- "integrity": "sha512-30uy/bRUzptI4mFf6re1imTBxJJB2r9pQyZ7sbr8zn0oymLZX4dMArlMDi/LwpPqEtIN3fivXgDkjcoKO8ezGQ==",
26146
+ "version": "5.1.19",
26147
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.19.tgz",
26148
+ "integrity": "sha512-eQVRCFJOwRj8Tbqz8Lzd9GN38egwLCg+ohJ0xfg12CoXml03WqkfcFiAWkVwSWmLVrZUlUVrxfXKKkmpUaXZHg==",
26918
26149
  "requires": {
26919
- "@oclif/core": "^1.19.1"
26150
+ "@oclif/core": "^1.20.4"
26920
26151
  }
26921
26152
  },
26922
26153
  "@oclif/plugin-not-found": {
@@ -27015,18 +26246,18 @@
27015
26246
  }
27016
26247
  },
27017
26248
  "@oclif/plugin-update": {
27018
- "version": "3.0.3",
27019
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.0.3.tgz",
27020
- "integrity": "sha512-OTNRvcZiXi6MR6KKmJL77kAbn7/CcQN33b8yNyrZbkUbZJUHw2DvZl5111IZ/z8NMQibvxMI1iCtKbIdCWO6pQ==",
26249
+ "version": "3.0.7",
26250
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.0.7.tgz",
26251
+ "integrity": "sha512-ANYyOhvl3OrFSYE6HJGI34Cjcqy775Zw9q/V70vFnK8oymjD5D7sahRPsyoU6t+m3lhK9Mh5kMAxplJXeMM/Rw==",
27021
26252
  "requires": {
27022
- "@oclif/color": "^1.0.0",
27023
- "@oclif/core": "^1.16.4",
26253
+ "@oclif/color": "^1.0.2",
26254
+ "@oclif/core": "^1.18.0",
27024
26255
  "cross-spawn": "^7.0.3",
27025
26256
  "debug": "^4.3.1",
27026
26257
  "filesize": "^6.1.0",
27027
26258
  "fs-extra": "^9.0.1",
27028
26259
  "http-call": "^5.3.0",
27029
- "inquirer": "^8.2.0",
26260
+ "inquirer": "^8.2.5",
27030
26261
  "lodash.throttle": "^4.1.1",
27031
26262
  "log-chopper": "^1.0.2",
27032
26263
  "semver": "^7.3.8",
@@ -27069,12 +26300,12 @@
27069
26300
  }
27070
26301
  },
27071
26302
  "@oclif/plugin-warn-if-update-available": {
27072
- "version": "2.0.13",
27073
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.13.tgz",
27074
- "integrity": "sha512-mynTZhUr0Vcud27SoK6Wph9U4Umuxra0UD0tChn/uwN/+qXq9ckr+UazxvwNOdr14RbJyjKz0luU7cCECdjJxw==",
26303
+ "version": "2.0.14",
26304
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.14.tgz",
26305
+ "integrity": "sha512-gEgFZuNtFx3yPfSuxhAm9F8nLZ4+UnBJhbjTywY0Cvrqvd+OvKvo6PfwRm0lWmH4EgWwQEq39pfaks1fg+y1gw==",
27075
26306
  "dev": true,
27076
26307
  "requires": {
27077
- "@oclif/core": "^1.20.3",
26308
+ "@oclif/core": "^1.20.4",
27078
26309
  "chalk": "^4.1.0",
27079
26310
  "debug": "^4.1.0",
27080
26311
  "fs-extra": "^9.0.1",
@@ -27114,11 +26345,11 @@
27114
26345
  }
27115
26346
  },
27116
26347
  "@oclif/plugin-which": {
27117
- "version": "2.2.1",
27118
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.1.tgz",
27119
- "integrity": "sha512-ly7gqYOtlewWW61A1/r/+cWND+ALQ+EvE8+/JO8Zq62W3BUo37WxQzwq1N+odv9YiHM3akxsvmoZgiUHVZ2Cfg==",
26348
+ "version": "2.2.2",
26349
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.2.tgz",
26350
+ "integrity": "sha512-aFCeRd4XEa26kQjYsegDKKOMWDXQK4ciX3+ZYiUA2z6khhxTNoIOH/4Y+v/QG/YLgOvduMWdEevkY/fek5BMgA==",
27120
26351
  "requires": {
27121
- "@oclif/core": "^1.18.0",
26352
+ "@oclif/core": "^1.20.4",
27122
26353
  "tslib": "^2.4.1"
27123
26354
  }
27124
26355
  },
@@ -27128,12 +26359,12 @@
27128
26359
  "integrity": "sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw=="
27129
26360
  },
27130
26361
  "@oclif/test": {
27131
- "version": "2.2.6",
27132
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.6.tgz",
27133
- "integrity": "sha512-rf67rTBkEeulpomdeBYm0D+Q0e1uMqTPUNPhY2/G6guAJhmu3M+78HvSKpLdG7WqpbfQJ68D5Dh5HnauO+MY2g==",
26362
+ "version": "2.2.10",
26363
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.10.tgz",
26364
+ "integrity": "sha512-tz6tH79F0Kw1kWv/8BgTov+WtIeFDdq1PNUkW43U0Rh4HOA1SafPbXCpzhM9A6O7YXS+tq8ayuZdkyOXXJY6Ww==",
27134
26365
  "requires": {
27135
- "@oclif/core": "^1.19.1",
27136
- "fancy-test": "^2.0.5"
26366
+ "@oclif/core": "^1.20.3",
26367
+ "fancy-test": "^2.0.6"
27137
26368
  }
27138
26369
  },
27139
26370
  "@octokit/auth-token": {
@@ -27261,15 +26492,15 @@
27261
26492
  }
27262
26493
  },
27263
26494
  "@salesforce/command": {
27264
- "version": "5.2.20",
27265
- "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.20.tgz",
27266
- "integrity": "sha512-AXusWyYc1IZeQtmOHO2Can7/Up+GxLmDrp13VMq+mQDDm+phZ1CkNMoBCFW9Y81vFb3nyu3xz+LekFIhJ/75AA==",
26495
+ "version": "5.2.26",
26496
+ "resolved": "https://registry.npmjs.org/@salesforce/command/-/command-5.2.26.tgz",
26497
+ "integrity": "sha512-2WJgcRUn6ltmgIBqKMuuMXOMXhCzhiIPefXsXZBWWc3+z1rupWbXSaFNMKZsDrR8moTVIQV9MnTxPHllhkQrSg==",
27267
26498
  "requires": {
27268
- "@oclif/core": "^1.20.2",
27269
- "@oclif/test": "^2.2.4",
27270
- "@salesforce/core": "^3.31.17",
27271
- "@salesforce/kit": "^1.7.1",
27272
- "@salesforce/ts-types": "^1.5.21",
26499
+ "@oclif/core": "^1.20.4",
26500
+ "@oclif/test": "^2.2.10",
26501
+ "@salesforce/core": "^3.32.1",
26502
+ "@salesforce/kit": "^1.8.0",
26503
+ "@salesforce/ts-types": "^1.7.1",
27273
26504
  "chalk": "^2.4.2"
27274
26505
  },
27275
26506
  "dependencies": {
@@ -27325,12 +26556,12 @@
27325
26556
  }
27326
26557
  },
27327
26558
  "@salesforce/core": {
27328
- "version": "3.31.18",
27329
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.31.18.tgz",
27330
- "integrity": "sha512-t2T7BzuNXdLGyAXMBHm9PtGbRvqCZQga+c3ceKKufJXW+ahQ2X8SXrOnXRzoZOt8DgTjWO3hLJmTCzC4AVgl7w==",
26559
+ "version": "3.32.2",
26560
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.32.2.tgz",
26561
+ "integrity": "sha512-KQCserM6EWx4NQUzNMh34XXPUR5wV0IEItMg1kCrEhUq9FyXtW2KQWYgrTHeyAIYl9a0bUgcj6VDba1ADSsVYA==",
27331
26562
  "requires": {
27332
26563
  "@salesforce/bunyan": "^2.0.0",
27333
- "@salesforce/kit": "^1.7.0",
26564
+ "@salesforce/kit": "^1.8.0",
27334
26565
  "@salesforce/schemas": "^1.1.0",
27335
26566
  "@salesforce/ts-types": "^1.5.21",
27336
26567
  "@types/graceful-fs": "^4.1.5",
@@ -27716,11 +26947,11 @@
27716
26947
  }
27717
26948
  },
27718
26949
  "@salesforce/kit": {
27719
- "version": "1.7.1",
27720
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.7.1.tgz",
27721
- "integrity": "sha512-XbLtEgMNBGZqtY/OldEru+LzASS3o37MZ6eNlSG19eAroGqFdlr4pzZUD/UaWSt6E0s0arj4IwAP5/hQLbrBZw==",
26950
+ "version": "1.8.0",
26951
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.8.0.tgz",
26952
+ "integrity": "sha512-Pr9CWAIzVYKZRWvM76lyhEtF3CPmVdIfgbqRD7KT/YZdbLstX3KHYBxCyx3TyWZr5qROv96n+jRIBiIFI9LGGw==",
27722
26953
  "requires": {
27723
- "@salesforce/ts-types": "^1.7.0",
26954
+ "@salesforce/ts-types": "^1.7.1",
27724
26955
  "shx": "^0.3.3",
27725
26956
  "tslib": "^2.2.0"
27726
26957
  }
@@ -28409,42 +27640,51 @@
28409
27640
  "dev": true
28410
27641
  },
28411
27642
  "@salesforce/schemas": {
28412
- "version": "1.3.0",
28413
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.3.0.tgz",
28414
- "integrity": "sha512-RkXq5iyC1gSp7h2TKc2Wo4p2q9wIjn1Sjk1AU//5vS9EKafu8hsol9icoagebZsc18dG507aXzupkXDXydt94Q=="
27643
+ "version": "1.4.0",
27644
+ "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.4.0.tgz",
27645
+ "integrity": "sha512-BJ25uphssN42Zy6kksheFHMTLiR98AAHe/Wxnv0T4dYxtrEbUjSXVAGKZqfewJPFXA4xB5gxC+rQZtfz6xKCFg=="
28415
27646
  },
28416
27647
  "@salesforce/sf-plugins-core": {
28417
- "version": "1.17.4",
28418
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.17.4.tgz",
28419
- "integrity": "sha512-a3ifxjODWmaqqvUyVvDQHO3yNix2jatQBjgNk9SuKni3jlXF3Cc4osCiTZYKxluPSodiyLmolUhUucglYHbkUA==",
27648
+ "version": "1.19.0",
27649
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.19.0.tgz",
27650
+ "integrity": "sha512-gZuXkJ7Akh/FKOPun/BP5cbUDTJ+5zwNrHUaNytrYvAa+TCQJmtuxh/qjVskjSOzaT162JwJTKRL80PgRIMBWw==",
28420
27651
  "requires": {
28421
- "@oclif/core": "^1.20.0",
28422
- "@salesforce/core": "^3.31.16",
27652
+ "@oclif/core": "^1.20.4",
27653
+ "@salesforce/core": "^3.32.1",
28423
27654
  "@salesforce/kit": "^1.7.1",
28424
- "@salesforce/ts-types": "^1.5.20",
27655
+ "@salesforce/ts-types": "^1.7.1",
28425
27656
  "chalk": "^4",
28426
27657
  "inquirer": "^8.2.5"
28427
27658
  }
28428
27659
  },
28429
27660
  "@salesforce/source-deploy-retrieve": {
28430
- "version": "7.0.1",
28431
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-7.0.1.tgz",
28432
- "integrity": "sha512-gvgq/ymdfz+CnHWVcs6p9h+GT9MKUI12Kdis8MxZ500mcuKzoCysIrWeZhaHAobroXNO9uxYf3hPOxBaXKQ6UQ==",
27661
+ "version": "7.5.13",
27662
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-7.5.13.tgz",
27663
+ "integrity": "sha512-Ug1XQGUewYCDgrNeiI6g/wYdmCs+kB2UDC6ocMqim2zoZ2dYXmZEI9tDqb+if/2WwAhM+PHedGOnUh+ks85LEw==",
28433
27664
  "requires": {
28434
- "@salesforce/core": "^3.31.9",
28435
- "@salesforce/kit": "^1.7.0",
28436
- "@salesforce/ts-types": "^1.5.20",
27665
+ "@salesforce/core": "^3.32.1",
27666
+ "@salesforce/kit": "^1.8.0",
27667
+ "@salesforce/ts-types": "^1.7.1",
28437
27668
  "archiver": "^5.3.1",
28438
27669
  "fast-xml-parser": "^3.21.1",
28439
27670
  "got": "^11.8.5",
28440
27671
  "graceful-fs": "^4.2.10",
28441
27672
  "ignore": "^5.2.0",
28442
27673
  "mime": "2.6.0",
27674
+ "minimatch": "^5.1.0",
28443
27675
  "proxy-agent": "^5.0.0",
28444
27676
  "proxy-from-env": "^1.1.0",
28445
27677
  "unzipper": "0.10.11"
28446
27678
  },
28447
27679
  "dependencies": {
27680
+ "brace-expansion": {
27681
+ "version": "2.0.1",
27682
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
27683
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
27684
+ "requires": {
27685
+ "balanced-match": "^1.0.0"
27686
+ }
27687
+ },
28448
27688
  "fast-xml-parser": {
28449
27689
  "version": "3.21.1",
28450
27690
  "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz",
@@ -28452,18 +27692,26 @@
28452
27692
  "requires": {
28453
27693
  "strnum": "^1.0.4"
28454
27694
  }
27695
+ },
27696
+ "minimatch": {
27697
+ "version": "5.1.0",
27698
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
27699
+ "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
27700
+ "requires": {
27701
+ "brace-expansion": "^2.0.1"
27702
+ }
28455
27703
  }
28456
27704
  }
28457
27705
  },
28458
27706
  "@salesforce/source-tracking": {
28459
- "version": "2.2.11",
28460
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-2.2.11.tgz",
28461
- "integrity": "sha512-jwE++n17EjeczZfAy429udMuJYf+DOizaI+NUWTrGkzZwvZHFw9kuYprXSuUNsWswi42oDlqeLiZUhnGL4KCuw==",
27707
+ "version": "2.2.14",
27708
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-2.2.14.tgz",
27709
+ "integrity": "sha512-2EtQA2k4H1myTjWfm+PVtGqbfXgssAIdNiJdnqqsL2ViGACcG+Nv988qx2MevpQGeiy/MoMxowPkdkp6bmqBcw==",
28462
27710
  "requires": {
28463
- "@salesforce/core": "^3.31.16",
28464
- "@salesforce/kit": "^1.6.1",
28465
- "@salesforce/source-deploy-retrieve": "^7.0.1",
28466
- "graceful-fs": "^4.2.9",
27711
+ "@salesforce/core": "^3.31.19",
27712
+ "@salesforce/kit": "^1.8.0",
27713
+ "@salesforce/source-deploy-retrieve": "^7.5.12",
27714
+ "graceful-fs": "^4.2.10",
28467
27715
  "isomorphic-git": "1.17.0",
28468
27716
  "ts-retry-promise": "^0.7.0"
28469
27717
  }
@@ -28588,24 +27836,24 @@
28588
27836
  }
28589
27837
  },
28590
27838
  "@salesforce/ts-types": {
28591
- "version": "1.7.0",
28592
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.0.tgz",
28593
- "integrity": "sha512-8bLGBZCk7T/tkfXP66r5Pkhn3CjfNQIOy6B0Z1rvam5RgqWtYYcubF7eSLSj7bop/q7tA8+R6bNJmjATX6hTqA==",
27839
+ "version": "1.7.1",
27840
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.1.tgz",
27841
+ "integrity": "sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==",
28594
27842
  "requires": {
28595
- "tslib": "^2.2.0"
27843
+ "tslib": "^2.4.1"
28596
27844
  }
28597
27845
  },
28598
27846
  "@sf/deploy-retrieve": {
28599
- "version": "npm:@salesforce/plugin-deploy-retrieve@1.6.11",
28600
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.11.tgz",
28601
- "integrity": "sha512-xcmpmmcIDXd5ZLSIkdj+fzHP/6SMz/kIofg1QARAkXixLgV3OE7NUV8OS/I1oIKMbiUmn0IYw9mLEPMn3P1mdA==",
27847
+ "version": "npm:@salesforce/plugin-deploy-retrieve@1.6.15",
27848
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.6.15.tgz",
27849
+ "integrity": "sha512-fBsieOUHx+15I/FK2n/LYEn0RN27Ye9eTG5CPKwYy1eNVNNidsmnbNhh4+stu82g0Jb3R6UDDVZY/HbHT8i1+A==",
28602
27850
  "requires": {
28603
27851
  "@oclif/core": "^1.16.0",
28604
- "@salesforce/core": "^3.31.17",
27852
+ "@salesforce/core": "^3.31.18",
28605
27853
  "@salesforce/kit": "^1.7.0",
28606
- "@salesforce/sf-plugins-core": "1.17.0",
28607
- "@salesforce/source-deploy-retrieve": "^7.0.1",
28608
- "@salesforce/source-tracking": "^2.2.11",
27854
+ "@salesforce/sf-plugins-core": "1.18.1",
27855
+ "@salesforce/source-deploy-retrieve": "^7.5.9",
27856
+ "@salesforce/source-tracking": "^2.2.12",
28609
27857
  "chalk": "^4.1.2",
28610
27858
  "fs-extra": "^10.0.1",
28611
27859
  "shelljs": "^0.8.5",
@@ -28639,14 +27887,14 @@
28639
27887
  }
28640
27888
  },
28641
27889
  "@sf/env": {
28642
- "version": "npm:@salesforce/plugin-env@1.5.9",
28643
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-env/-/plugin-env-1.5.9.tgz",
28644
- "integrity": "sha512-LTsQ7XS83Nf2fkXmIPTMnFjb8TNN0pVoeIjU4Pj0Ld2pQywoFDg941B5XCsARwhi7AuRA5h19Ft0Jyg5i35xdA==",
27890
+ "version": "npm:@salesforce/plugin-env@1.5.11",
27891
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-env/-/plugin-env-1.5.11.tgz",
27892
+ "integrity": "sha512-DJ18VoiZDtpGlCOGkAqe5mv4R/OgskZ5QAA3vZ5tuI5uYOAcGwRM9jyLbvMJY2HjoAqOqkb1L/tl71FoZtba0A==",
28645
27893
  "requires": {
28646
27894
  "@oclif/core": "^1.18.0",
28647
27895
  "@salesforce/core": "^3.31.16",
28648
27896
  "@salesforce/kit": "^1.6.0",
28649
- "@salesforce/sf-plugins-core": "^1.17.2",
27897
+ "@salesforce/sf-plugins-core": "^1.18.1",
28650
27898
  "chalk": "^4",
28651
27899
  "change-case": "^4.1.2",
28652
27900
  "open": "^8.4.0",
@@ -28654,18 +27902,18 @@
28654
27902
  }
28655
27903
  },
28656
27904
  "@sf/functions": {
28657
- "version": "npm:@salesforce/plugin-functions@1.14.2",
28658
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.2.tgz",
28659
- "integrity": "sha512-3heSc1BdosNwcbj4f/Ug7+oud4T/wgU98UKkPkDVDQE+6+6Mwt3sKe1xkCA4EEDw3bs6wYvzvJ/n6dVDFlqzug==",
27905
+ "version": "npm:@salesforce/plugin-functions@1.14.4",
27906
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.14.4.tgz",
27907
+ "integrity": "sha512-0WPAXTd3bfIE8EhlnwM3eZYzakyTtjgWenhz8tAgUguYCF1hMHXVewzXrjEHQqLC1ow769kvEi2LeI1uI1Wk3g==",
28660
27908
  "requires": {
28661
27909
  "@heroku-cli/color": "^1.1.14",
28662
27910
  "@heroku-cli/schema": "^1.0.25",
28663
27911
  "@heroku/eventsource": "^1.0.7",
28664
27912
  "@heroku/function-toml": "^0.0.3",
28665
27913
  "@heroku/project-descriptor": "0.0.6",
28666
- "@hk/functions-core": "npm:@heroku/functions-core@0.4.1",
27914
+ "@hk/functions-core": "npm:@heroku/functions-core@0.4.3",
28667
27915
  "@oclif/core": "^1.6.0",
28668
- "@salesforce/core": "^3.19.4",
27916
+ "@salesforce/core": "^3.31.16",
28669
27917
  "@salesforce/plugin-org": "^1.11.2",
28670
27918
  "@salesforce/sf-plugins-core": "^1.7.2",
28671
27919
  "@salesforce/ts-sinon": "^1.3.21",
@@ -28726,12 +27974,12 @@
28726
27974
  }
28727
27975
  },
28728
27976
  "@sf/gen": {
28729
- "version": "npm:@salesforce/plugin-generate@1.0.31",
28730
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-generate/-/plugin-generate-1.0.31.tgz",
28731
- "integrity": "sha512-GZvCdD3rn8U241lKb7GatX9M4+zyab1jDxSUWacipD0j1kusS7Mmq022zoB4rZmuB+pbGFEL/ao3tSqY2LPx0w==",
27977
+ "version": "npm:@salesforce/plugin-generate@1.0.32",
27978
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-generate/-/plugin-generate-1.0.32.tgz",
27979
+ "integrity": "sha512-AD3Ku4XnJiF0le6a0kSKKZvNjEA7kLd0QUAKAdWyuJovKU4ezSiNXG5kzqvK28RwACyB4FTAY4ysmyOdhDNsdg==",
28732
27980
  "requires": {
28733
27981
  "@oclif/core": "^1.18.0",
28734
- "@salesforce/core": "^3.31.17",
27982
+ "@salesforce/core": "^3.32.1",
28735
27983
  "@salesforce/sf-plugins-core": "^1.17.4",
28736
27984
  "@salesforce/templates": "^55.1.0",
28737
27985
  "tslib": "^2",
@@ -28740,12 +27988,12 @@
28740
27988
  }
28741
27989
  },
28742
27990
  "@sf/info": {
28743
- "version": "npm:@salesforce/plugin-info@2.2.7",
28744
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.7.tgz",
28745
- "integrity": "sha512-XOWfUMzp7cXN9aWrojjbm+SdBTIV6/ycuUFMbQrQiuKGqoz2nm/u7ufCaFsN5tV3sGl9L3JDwc0aduPHkWxCKQ==",
27991
+ "version": "npm:@salesforce/plugin-info@2.2.9",
27992
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.2.9.tgz",
27993
+ "integrity": "sha512-UPGHC4Jb/zx9SJDUKSihMzXzlHtYKEYWEnbDtNXUZ0ipoeHFzjyA41+qaEk8+Jnri04LHbvzhEJIxMSny0QWMw==",
28746
27994
  "requires": {
28747
27995
  "@oclif/core": "^1.20.0",
28748
- "@salesforce/command": "^5.2.20",
27996
+ "@salesforce/command": "^5.2.25",
28749
27997
  "@salesforce/core": "^3.30.12",
28750
27998
  "@salesforce/kit": "^1.6.1",
28751
27999
  "got": "^11.8.2",
@@ -28759,13 +28007,13 @@
28759
28007
  }
28760
28008
  },
28761
28009
  "@sf/login": {
28762
- "version": "npm:@salesforce/plugin-login@1.1.9",
28763
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.9.tgz",
28764
- "integrity": "sha512-ITkmYqv2Z7gThG6WalFLqEiG5yvasDlerYxy84UduFk4Im4rl6xiyqxNv5JdK0MuPGebDAIDFqlktX12mahaGw==",
28010
+ "version": "npm:@salesforce/plugin-login@1.1.11",
28011
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.1.11.tgz",
28012
+ "integrity": "sha512-bXxFBaTOUflruFu4Y19KXuKnItOsQavBC4qkfYqgnVSfiPKoge7n3MMXI10ynX3L1pk8jBlM4hhRZHNwqoT6wQ==",
28765
28013
  "requires": {
28766
28014
  "@oclif/core": "^1.20.4",
28767
- "@salesforce/core": "^3.30.12",
28768
- "@salesforce/sf-plugins-core": "^1.17.1",
28015
+ "@salesforce/core": "^3.31.19",
28016
+ "@salesforce/sf-plugins-core": "^1.18.1",
28769
28017
  "chalk": "^4.1.2",
28770
28018
  "inquirer": "^8.2.5",
28771
28019
  "open": "^8.4.0",
@@ -28773,40 +28021,40 @@
28773
28021
  }
28774
28022
  },
28775
28023
  "@sf/settings": {
28776
- "version": "npm:@salesforce/plugin-settings@1.1.6",
28777
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.6.tgz",
28778
- "integrity": "sha512-H844B7wAhV45DvhSx6v7qZckODoqX+sSLSVFt6N78TP3JE28zI4IVw0q/DSNf1Y5Lw4aANJc9/LXO1KO5yX4IA==",
28024
+ "version": "npm:@salesforce/plugin-settings@1.1.10",
28025
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.1.10.tgz",
28026
+ "integrity": "sha512-O5UKKFoO+e7qqMFw/+jfu3412UNfDmRqi/DvB6+nzcOa9bcY6ox5WbWe6aMi78u3lqDuO97WFx9vHVshMqZLmg==",
28779
28027
  "requires": {
28780
- "@oclif/core": "^1.20.2",
28781
- "@salesforce/core": "^3.31.16",
28028
+ "@oclif/core": "^1.20.4",
28029
+ "@salesforce/core": "^3.32.1",
28782
28030
  "@salesforce/sf-plugins-core": "^1.17.0",
28783
28031
  "tslib": "^2"
28784
28032
  }
28785
28033
  },
28786
28034
  "@sf/sobject": {
28787
- "version": "npm:@salesforce/plugin-sobject@0.0.28",
28788
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.28.tgz",
28789
- "integrity": "sha512-mL5GY8XaIajG+ZeF9CenkS1FZv2m+wfHFIqTfOp4be3Q+DABHtgGVXAqmlXlz0VuKpBu1W21QZyQPEdG9aHxZg==",
28035
+ "version": "npm:@salesforce/plugin-sobject@0.0.31",
28036
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.0.31.tgz",
28037
+ "integrity": "sha512-iU7pgiD2B0a0ZItHucTb9ld+xYw9RzT1vl86ZPp4yGh88dovx+faIo1bCuYXYSCi4yunhBmXEDVs+y78LoCKyg==",
28790
28038
  "requires": {
28791
28039
  "@oclif/core": "^1.16.4",
28792
- "@salesforce/core": "^3.31.17",
28040
+ "@salesforce/core": "^3.32.1",
28793
28041
  "@salesforce/kit": "^1.7.1",
28794
28042
  "@salesforce/sf-plugins-core": "^1.17.4",
28795
28043
  "change-case": "^4.1.2",
28796
28044
  "fast-glob": "^3.2.12",
28797
- "fast-xml-parser": "^4.0.11",
28045
+ "fast-xml-parser": "^4.0.12",
28798
28046
  "inquirer": "^8.2.5",
28799
28047
  "js2xmlparser": "^4.0.2",
28800
28048
  "tslib": "^2"
28801
28049
  }
28802
28050
  },
28803
28051
  "@sf/telemetry": {
28804
- "version": "npm:@salesforce/plugin-telemetry@2.0.3",
28805
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.3.tgz",
28806
- "integrity": "sha512-e1rDrdNqH01cm+t6uCzshWmtFpcCeRbo6T3Eg6/ssQkhpCqRUijVkM37cNmws+PAA85P4S2iBWgxg2bituvhNw==",
28052
+ "version": "npm:@salesforce/plugin-telemetry@2.0.4",
28053
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.4.tgz",
28054
+ "integrity": "sha512-e7u9HI5sx8BArv7hOIIgqe5J3ceTWEaK/P5/Mx0okfBrSMHdmg19ocKdHRWQmdFvCLhqKh6Bq5wwQBJC8/LX7Q==",
28807
28055
  "requires": {
28808
28056
  "@oclif/core": "^1.8.0",
28809
- "@salesforce/core": "^3.30.8",
28057
+ "@salesforce/core": "^3.31.19",
28810
28058
  "@salesforce/telemetry": "^3.2.5",
28811
28059
  "debug": "^4.3.4",
28812
28060
  "tslib": "^2"
@@ -29076,9 +28324,9 @@
29076
28324
  }
29077
28325
  },
29078
28326
  "@types/semver": {
29079
- "version": "7.3.12",
29080
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz",
29081
- "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A=="
28327
+ "version": "7.3.13",
28328
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz",
28329
+ "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw=="
29082
28330
  },
29083
28331
  "@types/sinon": {
29084
28332
  "version": "10.0.13",
@@ -29103,16 +28351,17 @@
29103
28351
  }
29104
28352
  },
29105
28353
  "@typescript-eslint/eslint-plugin": {
29106
- "version": "5.38.1",
29107
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz",
29108
- "integrity": "sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==",
28354
+ "version": "5.43.0",
28355
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz",
28356
+ "integrity": "sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==",
29109
28357
  "dev": true,
29110
28358
  "requires": {
29111
- "@typescript-eslint/scope-manager": "5.38.1",
29112
- "@typescript-eslint/type-utils": "5.38.1",
29113
- "@typescript-eslint/utils": "5.38.1",
28359
+ "@typescript-eslint/scope-manager": "5.43.0",
28360
+ "@typescript-eslint/type-utils": "5.43.0",
28361
+ "@typescript-eslint/utils": "5.43.0",
29114
28362
  "debug": "^4.3.4",
29115
28363
  "ignore": "^5.2.0",
28364
+ "natural-compare-lite": "^1.4.0",
29116
28365
  "regexpp": "^3.2.0",
29117
28366
  "semver": "^7.3.7",
29118
28367
  "tsutils": "^3.21.0"
@@ -29152,12 +28401,6 @@
29152
28401
  "@typescript-eslint/visitor-keys": "5.41.0"
29153
28402
  }
29154
28403
  },
29155
- "@typescript-eslint/types": {
29156
- "version": "5.41.0",
29157
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.41.0.tgz",
29158
- "integrity": "sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==",
29159
- "dev": true
29160
- },
29161
28404
  "@typescript-eslint/typescript-estree": {
29162
28405
  "version": "5.41.0",
29163
28406
  "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz",
@@ -29172,14 +28415,32 @@
29172
28415
  "semver": "^7.3.7",
29173
28416
  "tsutils": "^3.21.0"
29174
28417
  }
28418
+ }
28419
+ }
28420
+ },
28421
+ "@typescript-eslint/scope-manager": {
28422
+ "version": "5.43.0",
28423
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz",
28424
+ "integrity": "sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==",
28425
+ "dev": true,
28426
+ "requires": {
28427
+ "@typescript-eslint/types": "5.43.0",
28428
+ "@typescript-eslint/visitor-keys": "5.43.0"
28429
+ },
28430
+ "dependencies": {
28431
+ "@typescript-eslint/types": {
28432
+ "version": "5.43.0",
28433
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.43.0.tgz",
28434
+ "integrity": "sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==",
28435
+ "dev": true
29175
28436
  },
29176
28437
  "@typescript-eslint/visitor-keys": {
29177
- "version": "5.41.0",
29178
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz",
29179
- "integrity": "sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==",
28438
+ "version": "5.43.0",
28439
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz",
28440
+ "integrity": "sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==",
29180
28441
  "dev": true,
29181
28442
  "requires": {
29182
- "@typescript-eslint/types": "5.41.0",
28443
+ "@typescript-eslint/types": "5.43.0",
29183
28444
  "eslint-visitor-keys": "^3.3.0"
29184
28445
  }
29185
28446
  },
@@ -29191,49 +28452,61 @@
29191
28452
  }
29192
28453
  }
29193
28454
  },
29194
- "@typescript-eslint/scope-manager": {
29195
- "version": "5.38.1",
29196
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz",
29197
- "integrity": "sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==",
29198
- "dev": true,
29199
- "requires": {
29200
- "@typescript-eslint/types": "5.38.1",
29201
- "@typescript-eslint/visitor-keys": "5.38.1"
29202
- }
29203
- },
29204
28455
  "@typescript-eslint/type-utils": {
29205
- "version": "5.38.1",
29206
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz",
29207
- "integrity": "sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==",
28456
+ "version": "5.43.0",
28457
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz",
28458
+ "integrity": "sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==",
29208
28459
  "dev": true,
29209
28460
  "requires": {
29210
- "@typescript-eslint/typescript-estree": "5.38.1",
29211
- "@typescript-eslint/utils": "5.38.1",
28461
+ "@typescript-eslint/typescript-estree": "5.43.0",
28462
+ "@typescript-eslint/utils": "5.43.0",
29212
28463
  "debug": "^4.3.4",
29213
28464
  "tsutils": "^3.21.0"
29214
28465
  },
29215
28466
  "dependencies": {
28467
+ "@typescript-eslint/types": {
28468
+ "version": "5.43.0",
28469
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.43.0.tgz",
28470
+ "integrity": "sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==",
28471
+ "dev": true
28472
+ },
29216
28473
  "@typescript-eslint/typescript-estree": {
29217
- "version": "5.38.1",
29218
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz",
29219
- "integrity": "sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==",
28474
+ "version": "5.43.0",
28475
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz",
28476
+ "integrity": "sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==",
29220
28477
  "dev": true,
29221
28478
  "requires": {
29222
- "@typescript-eslint/types": "5.38.1",
29223
- "@typescript-eslint/visitor-keys": "5.38.1",
28479
+ "@typescript-eslint/types": "5.43.0",
28480
+ "@typescript-eslint/visitor-keys": "5.43.0",
29224
28481
  "debug": "^4.3.4",
29225
28482
  "globby": "^11.1.0",
29226
28483
  "is-glob": "^4.0.3",
29227
28484
  "semver": "^7.3.7",
29228
28485
  "tsutils": "^3.21.0"
29229
28486
  }
28487
+ },
28488
+ "@typescript-eslint/visitor-keys": {
28489
+ "version": "5.43.0",
28490
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz",
28491
+ "integrity": "sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==",
28492
+ "dev": true,
28493
+ "requires": {
28494
+ "@typescript-eslint/types": "5.43.0",
28495
+ "eslint-visitor-keys": "^3.3.0"
28496
+ }
28497
+ },
28498
+ "eslint-visitor-keys": {
28499
+ "version": "3.3.0",
28500
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
28501
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
28502
+ "dev": true
29230
28503
  }
29231
28504
  }
29232
28505
  },
29233
28506
  "@typescript-eslint/types": {
29234
- "version": "5.38.1",
29235
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.38.1.tgz",
29236
- "integrity": "sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==",
28507
+ "version": "5.41.0",
28508
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.41.0.tgz",
28509
+ "integrity": "sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==",
29237
28510
  "dev": true
29238
28511
  },
29239
28512
  "@typescript-eslint/typescript-estree": {
@@ -29252,27 +28525,35 @@
29252
28525
  }
29253
28526
  },
29254
28527
  "@typescript-eslint/utils": {
29255
- "version": "5.38.1",
29256
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.38.1.tgz",
29257
- "integrity": "sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==",
28528
+ "version": "5.43.0",
28529
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.43.0.tgz",
28530
+ "integrity": "sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==",
29258
28531
  "dev": true,
29259
28532
  "requires": {
29260
28533
  "@types/json-schema": "^7.0.9",
29261
- "@typescript-eslint/scope-manager": "5.38.1",
29262
- "@typescript-eslint/types": "5.38.1",
29263
- "@typescript-eslint/typescript-estree": "5.38.1",
28534
+ "@types/semver": "^7.3.12",
28535
+ "@typescript-eslint/scope-manager": "5.43.0",
28536
+ "@typescript-eslint/types": "5.43.0",
28537
+ "@typescript-eslint/typescript-estree": "5.43.0",
29264
28538
  "eslint-scope": "^5.1.1",
29265
- "eslint-utils": "^3.0.0"
28539
+ "eslint-utils": "^3.0.0",
28540
+ "semver": "^7.3.7"
29266
28541
  },
29267
28542
  "dependencies": {
28543
+ "@typescript-eslint/types": {
28544
+ "version": "5.43.0",
28545
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.43.0.tgz",
28546
+ "integrity": "sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==",
28547
+ "dev": true
28548
+ },
29268
28549
  "@typescript-eslint/typescript-estree": {
29269
- "version": "5.38.1",
29270
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz",
29271
- "integrity": "sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==",
28550
+ "version": "5.43.0",
28551
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz",
28552
+ "integrity": "sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==",
29272
28553
  "dev": true,
29273
28554
  "requires": {
29274
- "@typescript-eslint/types": "5.38.1",
29275
- "@typescript-eslint/visitor-keys": "5.38.1",
28555
+ "@typescript-eslint/types": "5.43.0",
28556
+ "@typescript-eslint/visitor-keys": "5.43.0",
29276
28557
  "debug": "^4.3.4",
29277
28558
  "globby": "^11.1.0",
29278
28559
  "is-glob": "^4.0.3",
@@ -29280,6 +28561,24 @@
29280
28561
  "tsutils": "^3.21.0"
29281
28562
  }
29282
28563
  },
28564
+ "@typescript-eslint/visitor-keys": {
28565
+ "version": "5.43.0",
28566
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz",
28567
+ "integrity": "sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==",
28568
+ "dev": true,
28569
+ "requires": {
28570
+ "@typescript-eslint/types": "5.43.0",
28571
+ "eslint-visitor-keys": "^3.3.0"
28572
+ },
28573
+ "dependencies": {
28574
+ "eslint-visitor-keys": {
28575
+ "version": "3.3.0",
28576
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
28577
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
28578
+ "dev": true
28579
+ }
28580
+ }
28581
+ },
29283
28582
  "eslint-utils": {
29284
28583
  "version": "3.0.0",
29285
28584
  "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
@@ -29298,12 +28597,12 @@
29298
28597
  }
29299
28598
  },
29300
28599
  "@typescript-eslint/visitor-keys": {
29301
- "version": "5.38.1",
29302
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz",
29303
- "integrity": "sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==",
28600
+ "version": "5.41.0",
28601
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz",
28602
+ "integrity": "sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==",
29304
28603
  "dev": true,
29305
28604
  "requires": {
29306
- "@typescript-eslint/types": "5.38.1",
28605
+ "@typescript-eslint/types": "5.41.0",
29307
28606
  "eslint-visitor-keys": "^3.3.0"
29308
28607
  },
29309
28608
  "dependencies": {
@@ -30247,14 +29546,14 @@
30247
29546
  "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
30248
29547
  },
30249
29548
  "chai": {
30250
- "version": "4.3.6",
30251
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz",
30252
- "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==",
29549
+ "version": "4.3.7",
29550
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz",
29551
+ "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==",
30253
29552
  "dev": true,
30254
29553
  "requires": {
30255
29554
  "assertion-error": "^1.1.0",
30256
29555
  "check-error": "^1.0.2",
30257
- "deep-eql": "^3.0.1",
29556
+ "deep-eql": "^4.1.2",
30258
29557
  "get-func-name": "^2.0.0",
30259
29558
  "loupe": "^2.3.1",
30260
29559
  "pathval": "^1.1.1",
@@ -30487,9 +29786,9 @@
30487
29786
  }
30488
29787
  },
30489
29788
  "clone": {
30490
- "version": "2.1.2",
30491
- "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
30492
- "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w=="
29789
+ "version": "1.0.4",
29790
+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
29791
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
30493
29792
  },
30494
29793
  "clone-buffer": {
30495
29794
  "version": "1.0.0",
@@ -30654,9 +29953,9 @@
30654
29953
  }
30655
29954
  },
30656
29955
  "commander": {
30657
- "version": "7.1.0",
30658
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
30659
- "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg=="
29956
+ "version": "2.20.3",
29957
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
29958
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
30660
29959
  },
30661
29960
  "comment-parser": {
30662
29961
  "version": "1.1.6-beta.0",
@@ -31267,9 +30566,9 @@
31267
30566
  }
31268
30567
  },
31269
30568
  "deep-eql": {
31270
- "version": "3.0.1",
31271
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz",
31272
- "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==",
30569
+ "version": "4.1.2",
30570
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz",
30571
+ "integrity": "sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==",
31273
30572
  "dev": true,
31274
30573
  "requires": {
31275
30574
  "type-detect": "^4.0.0"
@@ -31321,13 +30620,6 @@
31321
30620
  "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==",
31322
30621
  "requires": {
31323
30622
  "clone": "^1.0.2"
31324
- },
31325
- "dependencies": {
31326
- "clone": {
31327
- "version": "1.0.4",
31328
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
31329
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
31330
- }
31331
30623
  }
31332
30624
  },
31333
30625
  "defer-to-connect": {
@@ -31884,6 +31176,16 @@
31884
31176
  "eslint-visitor-keys": "^3.3.0"
31885
31177
  }
31886
31178
  },
31179
+ "find-up": {
31180
+ "version": "5.0.0",
31181
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
31182
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
31183
+ "dev": true,
31184
+ "requires": {
31185
+ "locate-path": "^6.0.0",
31186
+ "path-exists": "^4.0.0"
31187
+ }
31188
+ },
31887
31189
  "glob-parent": {
31888
31190
  "version": "6.0.2",
31889
31191
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -31901,6 +31203,33 @@
31901
31203
  "requires": {
31902
31204
  "argparse": "^2.0.1"
31903
31205
  }
31206
+ },
31207
+ "locate-path": {
31208
+ "version": "6.0.0",
31209
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
31210
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
31211
+ "dev": true,
31212
+ "requires": {
31213
+ "p-locate": "^5.0.0"
31214
+ }
31215
+ },
31216
+ "p-limit": {
31217
+ "version": "3.1.0",
31218
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
31219
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
31220
+ "dev": true,
31221
+ "requires": {
31222
+ "yocto-queue": "^0.1.0"
31223
+ }
31224
+ },
31225
+ "p-locate": {
31226
+ "version": "5.0.0",
31227
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
31228
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
31229
+ "dev": true,
31230
+ "requires": {
31231
+ "p-limit": "^3.0.2"
31232
+ }
31904
31233
  }
31905
31234
  }
31906
31235
  },
@@ -32527,9 +31856,9 @@
32527
31856
  "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g=="
32528
31857
  },
32529
31858
  "fancy-test": {
32530
- "version": "2.0.5",
32531
- "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.5.tgz",
32532
- "integrity": "sha512-ASPLNVkHSSIdRI/uLlK+XGhf1ul/MpRN9VE84ehXL+FOprQjXrDXX3wW1wqKvtcTTC+AW0E0RxdpJ5IEopjhQA==",
31859
+ "version": "2.0.7",
31860
+ "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.7.tgz",
31861
+ "integrity": "sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw==",
32533
31862
  "requires": {
32534
31863
  "@types/chai": "*",
32535
31864
  "@types/lodash": "*",
@@ -32569,9 +31898,9 @@
32569
31898
  "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=="
32570
31899
  },
32571
31900
  "fast-xml-parser": {
32572
- "version": "4.0.11",
32573
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz",
32574
- "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==",
31901
+ "version": "4.0.12",
31902
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.12.tgz",
31903
+ "integrity": "sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==",
32575
31904
  "requires": {
32576
31905
  "strnum": "^1.0.5"
32577
31906
  }
@@ -32699,11 +32028,11 @@
32699
32028
  }
32700
32029
  },
32701
32030
  "find-up": {
32702
- "version": "5.0.0",
32703
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
32704
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
32031
+ "version": "4.1.0",
32032
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
32033
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
32705
32034
  "requires": {
32706
- "locate-path": "^6.0.0",
32035
+ "locate-path": "^5.0.0",
32707
32036
  "path-exists": "^4.0.0"
32708
32037
  }
32709
32038
  },
@@ -34214,11 +33543,6 @@
34214
33543
  "xml2js": "^0.4.16"
34215
33544
  },
34216
33545
  "dependencies": {
34217
- "commander": {
34218
- "version": "2.20.3",
34219
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
34220
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
34221
- },
34222
33546
  "isarray": {
34223
33547
  "version": "1.0.0",
34224
33548
  "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
@@ -34739,11 +34063,11 @@
34739
34063
  }
34740
34064
  },
34741
34065
  "locate-path": {
34742
- "version": "6.0.0",
34743
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
34744
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
34066
+ "version": "5.0.0",
34067
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
34068
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
34745
34069
  "requires": {
34746
- "p-locate": "^5.0.0"
34070
+ "p-locate": "^4.1.0"
34747
34071
  }
34748
34072
  },
34749
34073
  "lodash": {
@@ -35407,6 +34731,16 @@
35407
34731
  "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
35408
34732
  "dev": true
35409
34733
  },
34734
+ "find-up": {
34735
+ "version": "5.0.0",
34736
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
34737
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
34738
+ "dev": true,
34739
+ "requires": {
34740
+ "locate-path": "^6.0.0",
34741
+ "path-exists": "^4.0.0"
34742
+ }
34743
+ },
35410
34744
  "glob": {
35411
34745
  "version": "7.2.0",
35412
34746
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -35441,6 +34775,15 @@
35441
34775
  "argparse": "^2.0.1"
35442
34776
  }
35443
34777
  },
34778
+ "locate-path": {
34779
+ "version": "6.0.0",
34780
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
34781
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
34782
+ "dev": true,
34783
+ "requires": {
34784
+ "p-locate": "^5.0.0"
34785
+ }
34786
+ },
35444
34787
  "minimatch": {
35445
34788
  "version": "4.2.1",
35446
34789
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
@@ -35450,6 +34793,24 @@
35450
34793
  "brace-expansion": "^1.1.7"
35451
34794
  }
35452
34795
  },
34796
+ "p-limit": {
34797
+ "version": "3.1.0",
34798
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
34799
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
34800
+ "dev": true,
34801
+ "requires": {
34802
+ "yocto-queue": "^0.1.0"
34803
+ }
34804
+ },
34805
+ "p-locate": {
34806
+ "version": "5.0.0",
34807
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
34808
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
34809
+ "dev": true,
34810
+ "requires": {
34811
+ "p-limit": "^3.0.2"
34812
+ }
34813
+ },
35453
34814
  "supports-color": {
35454
34815
  "version": "8.1.1",
35455
34816
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -35626,6 +34987,12 @@
35626
34987
  "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
35627
34988
  "dev": true
35628
34989
  },
34990
+ "natural-compare-lite": {
34991
+ "version": "1.4.0",
34992
+ "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
34993
+ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
34994
+ "dev": true
34995
+ },
35629
34996
  "natural-orderby": {
35630
34997
  "version": "2.0.3",
35631
34998
  "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
@@ -38142,34 +37509,6 @@
38142
37509
  "wrap-ansi": "^6.2.0"
38143
37510
  }
38144
37511
  },
38145
- "find-up": {
38146
- "version": "4.1.0",
38147
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
38148
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
38149
- "dev": true,
38150
- "requires": {
38151
- "locate-path": "^5.0.0",
38152
- "path-exists": "^4.0.0"
38153
- }
38154
- },
38155
- "locate-path": {
38156
- "version": "5.0.0",
38157
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
38158
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
38159
- "dev": true,
38160
- "requires": {
38161
- "p-locate": "^4.1.0"
38162
- }
38163
- },
38164
- "p-locate": {
38165
- "version": "4.1.0",
38166
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
38167
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38168
- "dev": true,
38169
- "requires": {
38170
- "p-limit": "^2.2.0"
38171
- }
38172
- },
38173
37512
  "p-map": {
38174
37513
  "version": "3.0.0",
38175
37514
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
@@ -38284,15 +37623,15 @@
38284
37623
  }
38285
37624
  },
38286
37625
  "oclif": {
38287
- "version": "3.2.25",
38288
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.25.tgz",
38289
- "integrity": "sha512-1nwdWHOBW5DkMBBu3HNrwM+WIAL7kDLBeoM8BNJLbnE4hlxBmeubwQTF0oGzmv+0vUomWMiNSbQF7AfzFbwUwA==",
37626
+ "version": "3.2.28",
37627
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.28.tgz",
37628
+ "integrity": "sha512-A5TxuGe5bDiCwxg0JvmhKnvEmdA6rPSeIUdkNOuxgGV696YAafR2ClCG4sku7WzB5anl01/ijtmyhfNegd0vhw==",
38290
37629
  "dev": true,
38291
37630
  "requires": {
38292
- "@oclif/core": "^1.20.0",
37631
+ "@oclif/core": "^1.20.4",
38293
37632
  "@oclif/plugin-help": "^5.1.16",
38294
37633
  "@oclif/plugin-not-found": "^2.3.7",
38295
- "@oclif/plugin-warn-if-update-available": "^2.0.6",
37634
+ "@oclif/plugin-warn-if-update-available": "^2.0.14",
38296
37635
  "aws-sdk": "^2.1231.0",
38297
37636
  "concurrently": "^7.5.0",
38298
37637
  "debug": "^4.3.3",
@@ -38307,17 +37646,6 @@
38307
37646
  "yeoman-environment": "^3.11.1",
38308
37647
  "yeoman-generator": "^5.6.1",
38309
37648
  "yosay": "^2.0.2"
38310
- },
38311
- "dependencies": {
38312
- "@oclif/plugin-help": {
38313
- "version": "5.1.18",
38314
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.18.tgz",
38315
- "integrity": "sha512-EICYITNwc155RHBiRnhUmvuc5oEuRE+9B+8rErw4OKKpPfZ5edvth38e4QOONfDRjb3MHfNu0sds1aB3i/BikA==",
38316
- "dev": true,
38317
- "requires": {
38318
- "@oclif/core": "^1.20.2"
38319
- }
38320
- }
38321
37649
  }
38322
37650
  },
38323
37651
  "once": {
@@ -38453,21 +37781,11 @@
38453
37781
  }
38454
37782
  },
38455
37783
  "p-locate": {
38456
- "version": "5.0.0",
38457
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
38458
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
37784
+ "version": "4.1.0",
37785
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
37786
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38459
37787
  "requires": {
38460
- "p-limit": "^3.0.2"
38461
- },
38462
- "dependencies": {
38463
- "p-limit": {
38464
- "version": "3.1.0",
38465
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
38466
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
38467
- "requires": {
38468
- "yocto-queue": "^0.1.0"
38469
- }
38470
- }
37788
+ "p-limit": "^2.2.0"
38471
37789
  }
38472
37790
  },
38473
37791
  "p-map": {
@@ -38789,33 +38107,6 @@
38789
38107
  "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
38790
38108
  "requires": {
38791
38109
  "find-up": "^4.0.0"
38792
- },
38793
- "dependencies": {
38794
- "find-up": {
38795
- "version": "4.1.0",
38796
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
38797
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
38798
- "requires": {
38799
- "locate-path": "^5.0.0",
38800
- "path-exists": "^4.0.0"
38801
- }
38802
- },
38803
- "locate-path": {
38804
- "version": "5.0.0",
38805
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
38806
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
38807
- "requires": {
38808
- "p-locate": "^4.1.0"
38809
- }
38810
- },
38811
- "p-locate": {
38812
- "version": "4.1.0",
38813
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
38814
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38815
- "requires": {
38816
- "p-limit": "^2.2.0"
38817
- }
38818
- }
38819
38110
  }
38820
38111
  },
38821
38112
  "pluralize": {
@@ -38843,6 +38134,41 @@
38843
38134
  "find-yarn-workspace-root2": "1.2.16",
38844
38135
  "path-exists": "^4.0.0",
38845
38136
  "which-pm": "2.0.0"
38137
+ },
38138
+ "dependencies": {
38139
+ "find-up": {
38140
+ "version": "5.0.0",
38141
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
38142
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
38143
+ "requires": {
38144
+ "locate-path": "^6.0.0",
38145
+ "path-exists": "^4.0.0"
38146
+ }
38147
+ },
38148
+ "locate-path": {
38149
+ "version": "6.0.0",
38150
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
38151
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
38152
+ "requires": {
38153
+ "p-locate": "^5.0.0"
38154
+ }
38155
+ },
38156
+ "p-limit": {
38157
+ "version": "3.1.0",
38158
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
38159
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
38160
+ "requires": {
38161
+ "yocto-queue": "^0.1.0"
38162
+ }
38163
+ },
38164
+ "p-locate": {
38165
+ "version": "5.0.0",
38166
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
38167
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
38168
+ "requires": {
38169
+ "p-limit": "^3.0.2"
38170
+ }
38171
+ }
38846
38172
  }
38847
38173
  },
38848
38174
  "prelude-ls": {
@@ -38902,39 +38228,11 @@
38902
38228
  "strip-final-newline": "^2.0.0"
38903
38229
  }
38904
38230
  },
38905
- "find-up": {
38906
- "version": "4.1.0",
38907
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
38908
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
38909
- "dev": true,
38910
- "requires": {
38911
- "locate-path": "^5.0.0",
38912
- "path-exists": "^4.0.0"
38913
- }
38914
- },
38915
38231
  "human-signals": {
38916
38232
  "version": "1.1.1",
38917
38233
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
38918
38234
  "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
38919
38235
  "dev": true
38920
- },
38921
- "locate-path": {
38922
- "version": "5.0.0",
38923
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
38924
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
38925
- "dev": true,
38926
- "requires": {
38927
- "p-locate": "^4.1.0"
38928
- }
38929
- },
38930
- "p-locate": {
38931
- "version": "4.1.0",
38932
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
38933
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
38934
- "dev": true,
38935
- "requires": {
38936
- "p-limit": "^2.2.0"
38937
- }
38938
38236
  }
38939
38237
  }
38940
38238
  },
@@ -39530,28 +38828,11 @@
39530
38828
  "type-fest": "^0.8.1"
39531
38829
  },
39532
38830
  "dependencies": {
39533
- "find-up": {
39534
- "version": "4.1.0",
39535
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
39536
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
39537
- "requires": {
39538
- "locate-path": "^5.0.0",
39539
- "path-exists": "^4.0.0"
39540
- }
39541
- },
39542
38831
  "hosted-git-info": {
39543
38832
  "version": "2.8.9",
39544
38833
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
39545
38834
  "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
39546
38835
  },
39547
- "locate-path": {
39548
- "version": "5.0.0",
39549
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
39550
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
39551
- "requires": {
39552
- "p-locate": "^4.1.0"
39553
- }
39554
- },
39555
38836
  "normalize-package-data": {
39556
38837
  "version": "2.5.0",
39557
38838
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -39563,14 +38844,6 @@
39563
38844
  "validate-npm-package-license": "^3.0.1"
39564
38845
  }
39565
38846
  },
39566
- "p-locate": {
39567
- "version": "4.1.0",
39568
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
39569
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
39570
- "requires": {
39571
- "p-limit": "^2.2.0"
39572
- }
39573
- },
39574
38847
  "parse-json": {
39575
38848
  "version": "5.2.0",
39576
38849
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@@ -40419,12 +39692,49 @@
40419
39692
  "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
40420
39693
  "dev": true
40421
39694
  },
39695
+ "find-up": {
39696
+ "version": "5.0.0",
39697
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
39698
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
39699
+ "dev": true,
39700
+ "requires": {
39701
+ "locate-path": "^6.0.0",
39702
+ "path-exists": "^4.0.0"
39703
+ }
39704
+ },
40422
39705
  "has-flag": {
40423
39706
  "version": "3.0.0",
40424
39707
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
40425
39708
  "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
40426
39709
  "dev": true
40427
39710
  },
39711
+ "locate-path": {
39712
+ "version": "6.0.0",
39713
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
39714
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
39715
+ "dev": true,
39716
+ "requires": {
39717
+ "p-locate": "^5.0.0"
39718
+ }
39719
+ },
39720
+ "p-limit": {
39721
+ "version": "3.1.0",
39722
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
39723
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
39724
+ "dev": true,
39725
+ "requires": {
39726
+ "yocto-queue": "^0.1.0"
39727
+ }
39728
+ },
39729
+ "p-locate": {
39730
+ "version": "5.0.0",
39731
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
39732
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
39733
+ "dev": true,
39734
+ "requires": {
39735
+ "p-limit": "^3.0.2"
39736
+ }
39737
+ },
40428
39738
  "supports-color": {
40429
39739
  "version": "5.5.0",
40430
39740
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -41329,6 +40639,13 @@
41329
40639
  "cloneable-readable": "^1.0.0",
41330
40640
  "remove-trailing-separator": "^1.0.1",
41331
40641
  "replace-ext": "^1.0.0"
40642
+ },
40643
+ "dependencies": {
40644
+ "clone": {
40645
+ "version": "2.1.2",
40646
+ "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
40647
+ "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w=="
40648
+ }
41332
40649
  }
41333
40650
  },
41334
40651
  "vinyl-file": {
@@ -41823,11 +41140,25 @@
41823
41140
  "unique-filename": "^1.1.1"
41824
41141
  }
41825
41142
  },
41143
+ "commander": {
41144
+ "version": "7.1.0",
41145
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
41146
+ "integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg=="
41147
+ },
41826
41148
  "dateformat": {
41827
41149
  "version": "4.6.3",
41828
41150
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
41829
41151
  "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
41830
41152
  },
41153
+ "find-up": {
41154
+ "version": "5.0.0",
41155
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
41156
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
41157
+ "requires": {
41158
+ "locate-path": "^6.0.0",
41159
+ "path-exists": "^4.0.0"
41160
+ }
41161
+ },
41831
41162
  "gauge": {
41832
41163
  "version": "3.0.2",
41833
41164
  "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
@@ -41852,6 +41183,14 @@
41852
41183
  "minimatch": "^3.0.4"
41853
41184
  }
41854
41185
  },
41186
+ "locate-path": {
41187
+ "version": "6.0.0",
41188
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
41189
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
41190
+ "requires": {
41191
+ "p-locate": "^5.0.0"
41192
+ }
41193
+ },
41855
41194
  "node-gyp": {
41856
41195
  "version": "8.4.1",
41857
41196
  "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
@@ -42001,6 +41340,22 @@
42001
41340
  "set-blocking": "^2.0.0"
42002
41341
  }
42003
41342
  },
41343
+ "p-limit": {
41344
+ "version": "3.1.0",
41345
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
41346
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
41347
+ "requires": {
41348
+ "yocto-queue": "^0.1.0"
41349
+ }
41350
+ },
41351
+ "p-locate": {
41352
+ "version": "5.0.0",
41353
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
41354
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
41355
+ "requires": {
41356
+ "p-limit": "^3.0.2"
41357
+ }
41358
+ },
42004
41359
  "pacote": {
42005
41360
  "version": "12.0.3",
42006
41361
  "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",