@salesforce/cli 2.22.7 → 2.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.22.7",
3
+ "version": "2.23.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.22.7",
9
+ "version": "2.23.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -24,7 +24,7 @@
24
24
  "@salesforce/core": "^6.1.4",
25
25
  "@salesforce/plugin-apex": "3.0.9",
26
26
  "@salesforce/plugin-auth": "3.0.12",
27
- "@salesforce/plugin-data": "3.0.6",
27
+ "@salesforce/plugin-data": "3.0.7",
28
28
  "@salesforce/plugin-deploy-retrieve": "2.2.6",
29
29
  "@salesforce/plugin-info": "3.0.8",
30
30
  "@salesforce/plugin-limits": "3.0.6",
@@ -34,12 +34,12 @@
34
34
  "@salesforce/plugin-schema": "3.0.8",
35
35
  "@salesforce/plugin-settings": "2.0.9",
36
36
  "@salesforce/plugin-sobject": "1.0.6",
37
- "@salesforce/plugin-source": "3.0.3",
37
+ "@salesforce/plugin-source": "3.0.6",
38
38
  "@salesforce/plugin-telemetry": "3.1.6",
39
39
  "@salesforce/plugin-templates": "56.0.4",
40
40
  "@salesforce/plugin-trust": "3.2.0",
41
41
  "@salesforce/plugin-user": "3.1.1",
42
- "@salesforce/sf-plugins-core": "5.0.8",
42
+ "@salesforce/sf-plugins-core": "5.0.10",
43
43
  "debug": "^4.3.4"
44
44
  },
45
45
  "bin": {
@@ -48,36 +48,14 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@oclif/plugin-command-snapshot": "^4.0.2",
51
- "@salesforce/dev-config": "^4.1.0",
52
- "@salesforce/dev-scripts": "^5.10.0",
51
+ "@salesforce/dev-scripts": "^8.1.0",
53
52
  "@salesforce/plugin-release-management": "^4.5.4",
54
- "@salesforce/prettier-config": "^0.0.3",
55
53
  "@salesforce/ts-sinon": "^1.4.19",
56
54
  "@types/debug": "^4.1.12",
57
- "@typescript-eslint/eslint-plugin": "^5.62.0",
58
- "@typescript-eslint/parser": "^5.62.0",
59
- "aws-sdk": "^2.1516.0",
60
- "chai": "^4.3.10",
61
- "eslint": "^8.55.0",
62
- "eslint-config-oclif": "^5",
63
- "eslint-config-oclif-typescript": "^2.0.1",
64
- "eslint-config-prettier": "^8.10.0",
65
- "eslint-config-salesforce": "^2.0.2",
66
- "eslint-config-salesforce-license": "^0.2.0",
67
- "eslint-config-salesforce-typescript": "^1.1.1",
68
- "eslint-plugin-header": "^3.1.1",
69
- "eslint-plugin-import": "^2.29.0",
70
- "eslint-plugin-jsdoc": "^46.9.0",
71
- "husky": "^7.0.4",
72
- "mocha": "^10",
73
- "nyc": "^15.1.0",
55
+ "aws-sdk": "^2.1511.0",
74
56
  "oclif": "^4.0.4",
75
- "prettier": "^2.8.8",
76
- "pretty-quick": "^3.1.3",
77
- "sinon": "^15.2.0",
78
- "ts-node": "^10.9.2",
79
- "typescript": "^5",
80
- "wireit": "^0.14.1"
57
+ "ts-node": "^10.9.1",
58
+ "typescript": "^5"
81
59
  },
82
60
  "engines": {
83
61
  "node": ">=16.0.0"
@@ -1100,6 +1078,71 @@
1100
1078
  "node": ">=v14"
1101
1079
  }
1102
1080
  },
1081
+ "node_modules/@commitlint/top-level/node_modules/find-up": {
1082
+ "version": "5.0.0",
1083
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1084
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1085
+ "dev": true,
1086
+ "license": "MIT",
1087
+ "dependencies": {
1088
+ "locate-path": "^6.0.0",
1089
+ "path-exists": "^4.0.0"
1090
+ },
1091
+ "engines": {
1092
+ "node": ">=10"
1093
+ },
1094
+ "funding": {
1095
+ "url": "https://github.com/sponsors/sindresorhus"
1096
+ }
1097
+ },
1098
+ "node_modules/@commitlint/top-level/node_modules/locate-path": {
1099
+ "version": "6.0.0",
1100
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1101
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1102
+ "dev": true,
1103
+ "license": "MIT",
1104
+ "dependencies": {
1105
+ "p-locate": "^5.0.0"
1106
+ },
1107
+ "engines": {
1108
+ "node": ">=10"
1109
+ },
1110
+ "funding": {
1111
+ "url": "https://github.com/sponsors/sindresorhus"
1112
+ }
1113
+ },
1114
+ "node_modules/@commitlint/top-level/node_modules/p-limit": {
1115
+ "version": "3.1.0",
1116
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1117
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1118
+ "dev": true,
1119
+ "license": "MIT",
1120
+ "dependencies": {
1121
+ "yocto-queue": "^0.1.0"
1122
+ },
1123
+ "engines": {
1124
+ "node": ">=10"
1125
+ },
1126
+ "funding": {
1127
+ "url": "https://github.com/sponsors/sindresorhus"
1128
+ }
1129
+ },
1130
+ "node_modules/@commitlint/top-level/node_modules/p-locate": {
1131
+ "version": "5.0.0",
1132
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1133
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1134
+ "dev": true,
1135
+ "license": "MIT",
1136
+ "dependencies": {
1137
+ "p-limit": "^3.0.2"
1138
+ },
1139
+ "engines": {
1140
+ "node": ">=10"
1141
+ },
1142
+ "funding": {
1143
+ "url": "https://github.com/sponsors/sindresorhus"
1144
+ }
1145
+ },
1103
1146
  "node_modules/@commitlint/types": {
1104
1147
  "version": "17.4.4",
1105
1148
  "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz",
@@ -1162,16 +1205,6 @@
1162
1205
  "node": ">=16"
1163
1206
  }
1164
1207
  },
1165
- "node_modules/@es-joy/jsdoccomment/node_modules/comment-parser": {
1166
- "version": "1.4.1",
1167
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
1168
- "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
1169
- "dev": true,
1170
- "license": "MIT",
1171
- "engines": {
1172
- "node": ">= 12.0.0"
1173
- }
1174
- },
1175
1208
  "node_modules/@eslint-community/eslint-utils": {
1176
1209
  "version": "4.4.0",
1177
1210
  "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@@ -1239,6 +1272,26 @@
1239
1272
  "url": "https://github.com/sponsors/epoberezkin"
1240
1273
  }
1241
1274
  },
1275
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
1276
+ "version": "2.0.1",
1277
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1278
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1279
+ "dev": true,
1280
+ "license": "Python-2.0"
1281
+ },
1282
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
1283
+ "version": "4.1.0",
1284
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
1285
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
1286
+ "dev": true,
1287
+ "license": "MIT",
1288
+ "dependencies": {
1289
+ "argparse": "^2.0.1"
1290
+ },
1291
+ "bin": {
1292
+ "js-yaml": "bin/js-yaml.js"
1293
+ }
1294
+ },
1242
1295
  "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
1243
1296
  "version": "0.4.1",
1244
1297
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
@@ -1478,70 +1531,6 @@
1478
1531
  "node": ">=8"
1479
1532
  }
1480
1533
  },
1481
- "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
1482
- "version": "1.0.10",
1483
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
1484
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
1485
- "dev": true,
1486
- "license": "MIT",
1487
- "dependencies": {
1488
- "sprintf-js": "~1.0.2"
1489
- }
1490
- },
1491
- "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
1492
- "version": "4.1.0",
1493
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
1494
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
1495
- "dev": true,
1496
- "license": "MIT",
1497
- "dependencies": {
1498
- "locate-path": "^5.0.0",
1499
- "path-exists": "^4.0.0"
1500
- },
1501
- "engines": {
1502
- "node": ">=8"
1503
- }
1504
- },
1505
- "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
1506
- "version": "3.14.1",
1507
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
1508
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
1509
- "dev": true,
1510
- "license": "MIT",
1511
- "dependencies": {
1512
- "argparse": "^1.0.7",
1513
- "esprima": "^4.0.0"
1514
- },
1515
- "bin": {
1516
- "js-yaml": "bin/js-yaml.js"
1517
- }
1518
- },
1519
- "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
1520
- "version": "5.0.0",
1521
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
1522
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
1523
- "dev": true,
1524
- "license": "MIT",
1525
- "dependencies": {
1526
- "p-locate": "^4.1.0"
1527
- },
1528
- "engines": {
1529
- "node": ">=8"
1530
- }
1531
- },
1532
- "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
1533
- "version": "4.1.0",
1534
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
1535
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
1536
- "dev": true,
1537
- "license": "MIT",
1538
- "dependencies": {
1539
- "p-limit": "^2.2.0"
1540
- },
1541
- "engines": {
1542
- "node": ">=8"
1543
- }
1544
- },
1545
1534
  "node_modules/@istanbuljs/schema": {
1546
1535
  "version": "0.1.3",
1547
1536
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -2269,28 +2258,6 @@
2269
2258
  "node": ">=18.0.0"
2270
2259
  }
2271
2260
  },
2272
- "node_modules/@oclif/core/node_modules/argparse": {
2273
- "version": "1.0.10",
2274
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2275
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2276
- "license": "MIT",
2277
- "dependencies": {
2278
- "sprintf-js": "~1.0.2"
2279
- }
2280
- },
2281
- "node_modules/@oclif/core/node_modules/js-yaml": {
2282
- "version": "3.14.1",
2283
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
2284
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
2285
- "license": "MIT",
2286
- "dependencies": {
2287
- "argparse": "^1.0.7",
2288
- "esprima": "^4.0.0"
2289
- },
2290
- "bin": {
2291
- "js-yaml": "bin/js-yaml.js"
2292
- }
2293
- },
2294
2261
  "node_modules/@oclif/core/node_modules/supports-color": {
2295
2262
  "version": "8.1.1",
2296
2263
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -2392,30 +2359,6 @@
2392
2359
  "node": ">=14.0.0"
2393
2360
  }
2394
2361
  },
2395
- "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
2396
- "version": "1.0.10",
2397
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
2398
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
2399
- "dev": true,
2400
- "license": "MIT",
2401
- "dependencies": {
2402
- "sprintf-js": "~1.0.2"
2403
- }
2404
- },
2405
- "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
2406
- "version": "3.14.1",
2407
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
2408
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
2409
- "dev": true,
2410
- "license": "MIT",
2411
- "dependencies": {
2412
- "argparse": "^1.0.7",
2413
- "esprima": "^4.0.0"
2414
- },
2415
- "bin": {
2416
- "js-yaml": "bin/js-yaml.js"
2417
- }
2418
- },
2419
2362
  "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
2420
2363
  "version": "8.1.1",
2421
2364
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -3071,107 +3014,54 @@
3071
3014
  "license": "BSD-3-Clause"
3072
3015
  },
3073
3016
  "node_modules/@salesforce/dev-scripts": {
3074
- "version": "5.10.0",
3075
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-5.10.0.tgz",
3076
- "integrity": "sha512-xtFHID4iMEXdXrOXh0FBqAKN/byZ9k9mWAYH9YRmvLgdIAM9TXsI4yTPsqXcTAHrXpzUG0ku5fJcPFKFaAk5vA==",
3017
+ "version": "8.1.0",
3018
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.1.0.tgz",
3019
+ "integrity": "sha512-lA5uJMwfKKrbv+JMCxX8aOrwE1ihlmUfAy8SVCgBSaHNckRBDQP2zIM7S03zoXFSpUtebCndo1ODQxw+zVrK3g==",
3077
3020
  "dev": true,
3078
3021
  "license": "BSD-3-Clause",
3079
3022
  "dependencies": {
3080
3023
  "@commitlint/cli": "^17.1.2",
3081
3024
  "@commitlint/config-conventional": "^17.1.0",
3082
- "@salesforce/dev-config": "^4.0.1",
3025
+ "@salesforce/dev-config": "^4.1.0",
3083
3026
  "@salesforce/prettier-config": "^0.0.3",
3084
- "@types/chai": "^4.2.11",
3085
- "@types/mocha": "^9.0.0",
3086
- "@types/node": "^15.6.1",
3087
- "@types/sinon": "10.0.11",
3088
- "chai": "^4.3.7",
3027
+ "@types/chai": "^4.3.10",
3028
+ "@types/mocha": "^10.0.6",
3029
+ "@types/node": "^18",
3030
+ "@types/sinon": "^10.0.20",
3031
+ "chai": "^4.3.10",
3089
3032
  "chalk": "^4.0.0",
3090
3033
  "cosmiconfig": "^7.0.0",
3091
- "eslint": "^8.41.0",
3092
- "eslint-config-prettier": "^8.8.0",
3093
- "eslint-config-salesforce": "^2.0.1",
3094
- "eslint-config-salesforce-license": "^0.2.0",
3095
- "eslint-config-salesforce-typescript": "^1.1.1",
3096
- "eslint-plugin-header": "^3.1.1",
3097
- "eslint-plugin-import": "^2.27.5",
3098
- "eslint-plugin-jsdoc": "^43.0.5",
3099
- "eslint-plugin-prefer-arrow": "^1.2.1",
3034
+ "eslint-config-salesforce-typescript": "^3.0.5",
3100
3035
  "husky": "^7.0.4",
3101
- "mocha": "^9.1.3",
3036
+ "linkinator": "^6.0.2",
3037
+ "mocha": "^10.2.0",
3102
3038
  "nyc": "^15.1.0",
3103
- "prettier": "^2.7.1",
3104
- "pretty-quick": "^3.1.0",
3105
- "shelljs": "~0.8.4",
3039
+ "prettier": "^2.8.8",
3040
+ "pretty-quick": "^3.1.3",
3041
+ "shelljs": "^0.8.5",
3106
3042
  "sinon": "10.0.0",
3107
- "source-map-support": "~0.5.19",
3108
- "ts-node": "^10.0.0",
3109
- "typedoc": "0.23.16",
3043
+ "source-map-support": "^0.5.21",
3044
+ "ts-node": "^10.9.1",
3045
+ "typedoc": "^0.25.3",
3110
3046
  "typedoc-plugin-missing-exports": "0.23.0",
3111
3047
  "typescript": "^4.9.5",
3112
- "wireit": "^0.9.5"
3048
+ "wireit": "^0.14.1"
3113
3049
  },
3114
3050
  "bin": {
3115
- "sf-ci-docs": "bin/sf-ci-docs.js",
3116
3051
  "sf-clean": "bin/sf-clean.js",
3117
3052
  "sf-docs": "bin/sf-docs.js",
3118
3053
  "sf-install": "bin/sf-install.js",
3119
3054
  "sf-prepack": "bin/sf-prepack.js"
3120
3055
  }
3121
3056
  },
3122
- "node_modules/@salesforce/dev-scripts/node_modules/@es-joy/jsdoccomment": {
3123
- "version": "0.38.0",
3124
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz",
3125
- "integrity": "sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==",
3126
- "dev": true,
3127
- "license": "MIT",
3128
- "dependencies": {
3129
- "comment-parser": "1.3.1",
3130
- "esquery": "^1.5.0",
3131
- "jsdoc-type-pratt-parser": "~4.0.0"
3132
- },
3133
- "engines": {
3134
- "node": ">=16"
3135
- }
3136
- },
3137
- "node_modules/@salesforce/dev-scripts/node_modules/@sinonjs/fake-timers": {
3138
- "version": "6.0.1",
3139
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
3140
- "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
3141
- "dev": true,
3142
- "license": "BSD-3-Clause",
3143
- "dependencies": {
3144
- "@sinonjs/commons": "^1.7.0"
3145
- }
3146
- },
3147
- "node_modules/@salesforce/dev-scripts/node_modules/@sinonjs/samsam": {
3148
- "version": "5.3.1",
3149
- "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz",
3150
- "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==",
3151
- "dev": true,
3152
- "license": "BSD-3-Clause",
3153
- "dependencies": {
3154
- "@sinonjs/commons": "^1.6.0",
3155
- "lodash.get": "^4.4.2",
3156
- "type-detect": "^4.0.8"
3157
- }
3158
- },
3159
3057
  "node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
3160
- "version": "15.14.9",
3161
- "resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
3162
- "integrity": "sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==",
3163
- "dev": true,
3164
- "license": "MIT"
3165
- },
3166
- "node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
3167
- "version": "1.1.11",
3168
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
3169
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
3058
+ "version": "18.19.3",
3059
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz",
3060
+ "integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==",
3170
3061
  "dev": true,
3171
3062
  "license": "MIT",
3172
3063
  "dependencies": {
3173
- "balanced-match": "^1.0.0",
3174
- "concat-map": "0.0.1"
3064
+ "undici-types": "~5.26.4"
3175
3065
  }
3176
3066
  },
3177
3067
  "node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
@@ -3191,308 +3081,42 @@
3191
3081
  "node": ">=10"
3192
3082
  }
3193
3083
  },
3194
- "node_modules/@salesforce/dev-scripts/node_modules/debug": {
3195
- "version": "4.3.3",
3196
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
3197
- "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
3198
- "dev": true,
3199
- "license": "MIT",
3200
- "dependencies": {
3201
- "ms": "2.1.2"
3202
- },
3203
- "engines": {
3204
- "node": ">=6.0"
3205
- },
3206
- "peerDependenciesMeta": {
3207
- "supports-color": {
3208
- "optional": true
3209
- }
3210
- }
3211
- },
3212
- "node_modules/@salesforce/dev-scripts/node_modules/debug/node_modules/ms": {
3213
- "version": "2.1.2",
3214
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
3215
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
3216
- "dev": true,
3217
- "license": "MIT"
3218
- },
3219
- "node_modules/@salesforce/dev-scripts/node_modules/diff": {
3220
- "version": "5.0.0",
3221
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
3222
- "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
3223
- "dev": true,
3224
- "license": "BSD-3-Clause",
3225
- "engines": {
3226
- "node": ">=0.3.1"
3227
- }
3228
- },
3229
- "node_modules/@salesforce/dev-scripts/node_modules/eslint-plugin-jsdoc": {
3230
- "version": "43.2.0",
3231
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.2.0.tgz",
3232
- "integrity": "sha512-Hst7XUfqh28UmPD52oTXmjaRN3d0KrmOZdgtp4h9/VHUJD3Evoo82ZGXi1TtRDWgWhvqDIRI63O49H0eH7NrZQ==",
3233
- "dev": true,
3234
- "license": "BSD-3-Clause",
3235
- "dependencies": {
3236
- "@es-joy/jsdoccomment": "~0.38.0",
3237
- "are-docs-informative": "^0.0.2",
3238
- "comment-parser": "1.3.1",
3239
- "debug": "^4.3.4",
3240
- "escape-string-regexp": "^4.0.0",
3241
- "esquery": "^1.5.0",
3242
- "semver": "^7.5.0",
3243
- "spdx-expression-parse": "^3.0.1"
3244
- },
3245
- "engines": {
3246
- "node": ">=16"
3247
- },
3248
- "peerDependencies": {
3249
- "eslint": "^7.0.0 || ^8.0.0"
3250
- }
3251
- },
3252
- "node_modules/@salesforce/dev-scripts/node_modules/eslint-plugin-jsdoc/node_modules/debug": {
3253
- "version": "4.3.4",
3254
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
3255
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
3256
- "dev": true,
3257
- "license": "MIT",
3258
- "dependencies": {
3259
- "ms": "2.1.2"
3260
- },
3261
- "engines": {
3262
- "node": ">=6.0"
3263
- },
3264
- "peerDependenciesMeta": {
3265
- "supports-color": {
3266
- "optional": true
3267
- }
3268
- }
3269
- },
3270
- "node_modules/@salesforce/dev-scripts/node_modules/eslint-plugin-jsdoc/node_modules/ms": {
3271
- "version": "2.1.2",
3272
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
3273
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
3274
- "dev": true,
3275
- "license": "MIT"
3276
- },
3277
- "node_modules/@salesforce/dev-scripts/node_modules/glob": {
3278
- "version": "7.2.0",
3279
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
3280
- "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
3281
- "dev": true,
3282
- "license": "ISC",
3283
- "dependencies": {
3284
- "fs.realpath": "^1.0.0",
3285
- "inflight": "^1.0.4",
3286
- "inherits": "2",
3287
- "minimatch": "^3.0.4",
3288
- "once": "^1.3.0",
3289
- "path-is-absolute": "^1.0.0"
3290
- },
3291
- "engines": {
3292
- "node": "*"
3293
- },
3294
- "funding": {
3295
- "url": "https://github.com/sponsors/isaacs"
3296
- }
3297
- },
3298
- "node_modules/@salesforce/dev-scripts/node_modules/glob/node_modules/minimatch": {
3299
- "version": "3.1.2",
3300
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3301
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3302
- "dev": true,
3303
- "license": "ISC",
3304
- "dependencies": {
3305
- "brace-expansion": "^1.1.7"
3306
- },
3307
- "engines": {
3308
- "node": "*"
3309
- }
3310
- },
3311
3084
  "node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
3312
- "version": "4.2.1",
3313
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
3314
- "integrity": "sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==",
3085
+ "version": "9.0.3",
3086
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
3087
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
3315
3088
  "dev": true,
3316
3089
  "license": "ISC",
3317
3090
  "dependencies": {
3318
- "brace-expansion": "^1.1.7"
3319
- },
3320
- "engines": {
3321
- "node": ">=10"
3322
- }
3323
- },
3324
- "node_modules/@salesforce/dev-scripts/node_modules/mocha": {
3325
- "version": "9.2.2",
3326
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.2.tgz",
3327
- "integrity": "sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==",
3328
- "dev": true,
3329
- "license": "MIT",
3330
- "dependencies": {
3331
- "@ungap/promise-all-settled": "1.1.2",
3332
- "ansi-colors": "4.1.1",
3333
- "browser-stdout": "1.3.1",
3334
- "chokidar": "3.5.3",
3335
- "debug": "4.3.3",
3336
- "diff": "5.0.0",
3337
- "escape-string-regexp": "4.0.0",
3338
- "find-up": "5.0.0",
3339
- "glob": "7.2.0",
3340
- "growl": "1.10.5",
3341
- "he": "1.2.0",
3342
- "js-yaml": "4.1.0",
3343
- "log-symbols": "4.1.0",
3344
- "minimatch": "4.2.1",
3345
- "ms": "2.1.3",
3346
- "nanoid": "3.3.1",
3347
- "serialize-javascript": "6.0.0",
3348
- "strip-json-comments": "3.1.1",
3349
- "supports-color": "8.1.1",
3350
- "which": "2.0.2",
3351
- "workerpool": "6.2.0",
3352
- "yargs": "16.2.0",
3353
- "yargs-parser": "20.2.4",
3354
- "yargs-unparser": "2.0.0"
3355
- },
3356
- "bin": {
3357
- "_mocha": "bin/_mocha",
3358
- "mocha": "bin/mocha"
3359
- },
3360
- "engines": {
3361
- "node": ">= 12.0.0"
3362
- },
3363
- "funding": {
3364
- "type": "opencollective",
3365
- "url": "https://opencollective.com/mochajs"
3366
- }
3367
- },
3368
- "node_modules/@salesforce/dev-scripts/node_modules/nanoid": {
3369
- "version": "3.3.1",
3370
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz",
3371
- "integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==",
3372
- "dev": true,
3373
- "license": "MIT",
3374
- "bin": {
3375
- "nanoid": "bin/nanoid.cjs"
3376
- },
3377
- "engines": {
3378
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3379
- }
3380
- },
3381
- "node_modules/@salesforce/dev-scripts/node_modules/nise": {
3382
- "version": "4.1.0",
3383
- "resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
3384
- "integrity": "sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==",
3385
- "dev": true,
3386
- "license": "BSD-3-Clause",
3387
- "dependencies": {
3388
- "@sinonjs/commons": "^1.7.0",
3389
- "@sinonjs/fake-timers": "^6.0.0",
3390
- "@sinonjs/text-encoding": "^0.7.1",
3391
- "just-extend": "^4.0.2",
3392
- "path-to-regexp": "^1.7.0"
3393
- }
3394
- },
3395
- "node_modules/@salesforce/dev-scripts/node_modules/sinon": {
3396
- "version": "10.0.0",
3397
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
3398
- "integrity": "sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==",
3399
- "dev": true,
3400
- "license": "BSD-3-Clause",
3401
- "dependencies": {
3402
- "@sinonjs/commons": "^1.8.1",
3403
- "@sinonjs/fake-timers": "^6.0.1",
3404
- "@sinonjs/samsam": "^5.3.1",
3405
- "diff": "^4.0.2",
3406
- "nise": "^4.1.0",
3407
- "supports-color": "^7.1.0"
3408
- },
3409
- "funding": {
3410
- "type": "opencollective",
3411
- "url": "https://opencollective.com/sinon"
3412
- }
3413
- },
3414
- "node_modules/@salesforce/dev-scripts/node_modules/sinon/node_modules/diff": {
3415
- "version": "4.0.2",
3416
- "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
3417
- "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
3418
- "dev": true,
3419
- "license": "BSD-3-Clause",
3420
- "engines": {
3421
- "node": ">=0.3.1"
3422
- }
3423
- },
3424
- "node_modules/@salesforce/dev-scripts/node_modules/sinon/node_modules/supports-color": {
3425
- "version": "7.2.0",
3426
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3427
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3428
- "dev": true,
3429
- "license": "MIT",
3430
- "dependencies": {
3431
- "has-flag": "^4.0.0"
3432
- },
3433
- "engines": {
3434
- "node": ">=8"
3435
- }
3436
- },
3437
- "node_modules/@salesforce/dev-scripts/node_modules/supports-color": {
3438
- "version": "8.1.1",
3439
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3440
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3441
- "dev": true,
3442
- "license": "MIT",
3443
- "dependencies": {
3444
- "has-flag": "^4.0.0"
3091
+ "brace-expansion": "^2.0.1"
3445
3092
  },
3446
3093
  "engines": {
3447
- "node": ">=10"
3094
+ "node": ">=16 || 14 >=14.17"
3448
3095
  },
3449
3096
  "funding": {
3450
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3097
+ "url": "https://github.com/sponsors/isaacs"
3451
3098
  }
3452
3099
  },
3453
3100
  "node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
3454
- "version": "0.23.16",
3455
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.16.tgz",
3456
- "integrity": "sha512-rumYsCeNRXlyuZVzefD7050n7ptL2uudsCJg50dY0v/stKniqIlRpvx/F/6expC0/Q6Dbab+g/JpZuB7Sw90FA==",
3101
+ "version": "0.25.4",
3102
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz",
3103
+ "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==",
3457
3104
  "dev": true,
3458
3105
  "license": "Apache-2.0",
3459
3106
  "dependencies": {
3460
3107
  "lunr": "^2.3.9",
3461
- "marked": "^4.0.19",
3462
- "minimatch": "^5.1.0",
3463
- "shiki": "^0.11.1"
3108
+ "marked": "^4.3.0",
3109
+ "minimatch": "^9.0.3",
3110
+ "shiki": "^0.14.1"
3464
3111
  },
3465
3112
  "bin": {
3466
3113
  "typedoc": "bin/typedoc"
3467
3114
  },
3468
3115
  "engines": {
3469
- "node": ">= 14.14"
3116
+ "node": ">= 16"
3470
3117
  },
3471
3118
  "peerDependencies": {
3472
- "typescript": "4.6.x || 4.7.x || 4.8.x"
3473
- }
3474
- },
3475
- "node_modules/@salesforce/dev-scripts/node_modules/typedoc/node_modules/brace-expansion": {
3476
- "version": "2.0.1",
3477
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
3478
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
3479
- "dev": true,
3480
- "license": "MIT",
3481
- "dependencies": {
3482
- "balanced-match": "^1.0.0"
3483
- }
3484
- },
3485
- "node_modules/@salesforce/dev-scripts/node_modules/typedoc/node_modules/minimatch": {
3486
- "version": "5.1.6",
3487
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
3488
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
3489
- "dev": true,
3490
- "license": "ISC",
3491
- "dependencies": {
3492
- "brace-expansion": "^2.0.1"
3493
- },
3494
- "engines": {
3495
- "node": ">=10"
3119
+ "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
3496
3120
  }
3497
3121
  },
3498
3122
  "node_modules/@salesforce/dev-scripts/node_modules/typescript": {
@@ -3509,36 +3133,12 @@
3509
3133
  "node": ">=4.2.0"
3510
3134
  }
3511
3135
  },
3512
- "node_modules/@salesforce/dev-scripts/node_modules/wireit": {
3513
- "version": "0.9.5",
3514
- "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz",
3515
- "integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==",
3516
- "dev": true,
3517
- "license": "Apache-2.0",
3518
- "workspaces": [
3519
- "vscode-extension",
3520
- "website"
3521
- ],
3522
- "dependencies": {
3523
- "braces": "^3.0.2",
3524
- "chokidar": "^3.5.3",
3525
- "fast-glob": "^3.2.11",
3526
- "jsonc-parser": "^3.0.0",
3527
- "proper-lockfile": "^4.1.2"
3528
- },
3529
- "bin": {
3530
- "wireit": "bin/wireit.js"
3531
- },
3532
- "engines": {
3533
- "node": ">=14.14.0"
3534
- }
3535
- },
3536
- "node_modules/@salesforce/dev-scripts/node_modules/workerpool": {
3537
- "version": "6.2.0",
3538
- "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz",
3539
- "integrity": "sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==",
3136
+ "node_modules/@salesforce/dev-scripts/node_modules/undici-types": {
3137
+ "version": "5.26.5",
3138
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
3139
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
3540
3140
  "dev": true,
3541
- "license": "Apache-2.0"
3141
+ "license": "MIT"
3542
3142
  },
3543
3143
  "node_modules/@salesforce/kit": {
3544
3144
  "version": "3.0.15",
@@ -3763,20 +3363,20 @@
3763
3363
  }
3764
3364
  },
3765
3365
  "node_modules/@salesforce/plugin-data": {
3766
- "version": "3.0.6",
3767
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.6.tgz",
3768
- "integrity": "sha512-MnOF6kdwcb9bWavCTK1ZQd6iXEVY0uPiO/D3Q4wzXyNaJSYDdEegwfGQZ7+ffBkZ6tR62UBdGmOeiOdlv+4tmA==",
3366
+ "version": "3.0.7",
3367
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.7.tgz",
3368
+ "integrity": "sha512-1BmrQSuys1NNlgLWhpKFngQOG/tNmppPhXc++dw6rRJ21iszBDHk2RMguK47yTJtSnbVDZjQ0MiyIKadgHuQSQ==",
3769
3369
  "license": "BSD-3-Clause",
3770
3370
  "dependencies": {
3771
- "@oclif/core": "^3.13.1",
3772
- "@salesforce/core": "^6.2.2",
3371
+ "@oclif/core": "^3.14.0",
3372
+ "@salesforce/core": "^6.4.0",
3773
3373
  "@salesforce/kit": "^3.0.15",
3774
- "@salesforce/sf-plugins-core": "^5.0.5",
3374
+ "@salesforce/sf-plugins-core": "^5.0.10",
3775
3375
  "@salesforce/ts-types": "^2.0.9",
3776
3376
  "chalk": "^5.3.0",
3777
3377
  "csv-parse": "^4.16.3",
3778
3378
  "csv-stringify": "^6.4.5",
3779
- "jsforce": "^2.0.0-beta.28"
3379
+ "jsforce": "^2.0.0-beta.29"
3780
3380
  },
3781
3381
  "engines": {
3782
3382
  "node": ">=18.0.0"
@@ -8763,18 +8363,18 @@
8763
8363
  }
8764
8364
  },
8765
8365
  "node_modules/@salesforce/plugin-source": {
8766
- "version": "3.0.3",
8767
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.3.tgz",
8768
- "integrity": "sha512-Uq05Bw6DWgoOi6Nm9ndAV0hrp5nBncmqTGbWHjnHzO/WgS/MjIWGyEmLY7XMOmGHaDQtIKWFX7MHeoCV6qPrZw==",
8366
+ "version": "3.0.6",
8367
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.6.tgz",
8368
+ "integrity": "sha512-B8KcY9tYdrGJ8BMfly0AzALfR4GrlgddfT/i6VxLCAHCNDsae59k5AGBkm2lLmEFu66ZziaZXPE2k7q37SreNg==",
8769
8369
  "license": "BSD-3-Clause",
8770
8370
  "dependencies": {
8771
8371
  "@oclif/core": "^3.13.1",
8772
8372
  "@salesforce/apex-node": "^2.1.2",
8773
- "@salesforce/core": "^6.2.2",
8373
+ "@salesforce/core": "^6.4.0",
8774
8374
  "@salesforce/kit": "^3.0.15",
8775
- "@salesforce/sf-plugins-core": "^5.0.1",
8776
- "@salesforce/source-deploy-retrieve": "^10.0.0",
8777
- "@salesforce/source-tracking": "^5.0.0",
8375
+ "@salesforce/sf-plugins-core": "^5.0.8",
8376
+ "@salesforce/source-deploy-retrieve": "^10.2.1",
8377
+ "@salesforce/source-tracking": "^5.1.3",
8778
8378
  "chalk": "^5.3.0",
8779
8379
  "got": "^13.0.0",
8780
8380
  "proxy-agent": "^6.3.1"
@@ -9178,9 +8778,9 @@
9178
8778
  "license": "ISC"
9179
8779
  },
9180
8780
  "node_modules/@salesforce/sf-plugins-core": {
9181
- "version": "5.0.8",
9182
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz",
9183
- "integrity": "sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==",
8781
+ "version": "5.0.10",
8782
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
8783
+ "integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
9184
8784
  "license": "BSD-3-Clause",
9185
8785
  "dependencies": {
9186
8786
  "@oclif/core": "^3.14.1",
@@ -9328,18 +8928,6 @@
9328
8928
  "tslib": "^2.6.1"
9329
8929
  }
9330
8930
  },
9331
- "node_modules/@salesforce/ts-sinon/node_modules/@sinonjs/samsam": {
9332
- "version": "3.3.3",
9333
- "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-3.3.3.tgz",
9334
- "integrity": "sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ==",
9335
- "dev": true,
9336
- "license": "BSD-3-Clause",
9337
- "dependencies": {
9338
- "@sinonjs/commons": "^1.3.0",
9339
- "array-from": "^2.1.1",
9340
- "lodash": "^4.17.15"
9341
- }
9342
- },
9343
8931
  "node_modules/@salesforce/ts-sinon/node_modules/diff": {
9344
8932
  "version": "3.5.0",
9345
8933
  "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
@@ -9360,41 +8948,6 @@
9360
8948
  "node": ">=4"
9361
8949
  }
9362
8950
  },
9363
- "node_modules/@salesforce/ts-sinon/node_modules/nise": {
9364
- "version": "1.5.3",
9365
- "resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",
9366
- "integrity": "sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==",
9367
- "dev": true,
9368
- "license": "BSD-3-Clause",
9369
- "dependencies": {
9370
- "@sinonjs/formatio": "^3.2.1",
9371
- "@sinonjs/text-encoding": "^0.7.1",
9372
- "just-extend": "^4.0.2",
9373
- "lolex": "^5.0.1",
9374
- "path-to-regexp": "^1.7.0"
9375
- }
9376
- },
9377
- "node_modules/@salesforce/ts-sinon/node_modules/nise/node_modules/@sinonjs/formatio": {
9378
- "version": "3.2.2",
9379
- "resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.2.tgz",
9380
- "integrity": "sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ==",
9381
- "dev": true,
9382
- "license": "BSD-3-Clause",
9383
- "dependencies": {
9384
- "@sinonjs/commons": "^1",
9385
- "@sinonjs/samsam": "^3.1.0"
9386
- }
9387
- },
9388
- "node_modules/@salesforce/ts-sinon/node_modules/nise/node_modules/lolex": {
9389
- "version": "5.1.2",
9390
- "resolved": "https://registry.npmjs.org/lolex/-/lolex-5.1.2.tgz",
9391
- "integrity": "sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==",
9392
- "dev": true,
9393
- "license": "BSD-3-Clause",
9394
- "dependencies": {
9395
- "@sinonjs/commons": "^1.7.0"
9396
- }
9397
- },
9398
8951
  "node_modules/@salesforce/ts-sinon/node_modules/sinon": {
9399
8952
  "version": "5.1.1",
9400
8953
  "resolved": "https://registry.npmjs.org/sinon/-/sinon-5.1.1.tgz",
@@ -9508,23 +9061,13 @@
9508
9061
  }
9509
9062
  },
9510
9063
  "node_modules/@sinonjs/fake-timers": {
9511
- "version": "10.3.0",
9512
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
9513
- "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
9514
- "dev": true,
9515
- "license": "BSD-3-Clause",
9516
- "dependencies": {
9517
- "@sinonjs/commons": "^3.0.0"
9518
- }
9519
- },
9520
- "node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
9521
- "version": "3.0.0",
9522
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
9523
- "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
9064
+ "version": "6.0.1",
9065
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
9066
+ "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
9524
9067
  "dev": true,
9525
9068
  "license": "BSD-3-Clause",
9526
9069
  "dependencies": {
9527
- "type-detect": "4.0.8"
9070
+ "@sinonjs/commons": "^1.7.0"
9528
9071
  }
9529
9072
  },
9530
9073
  "node_modules/@sinonjs/formatio": {
@@ -9538,27 +9081,17 @@
9538
9081
  }
9539
9082
  },
9540
9083
  "node_modules/@sinonjs/samsam": {
9541
- "version": "8.0.0",
9542
- "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.0.tgz",
9543
- "integrity": "sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==",
9084
+ "version": "5.3.1",
9085
+ "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-5.3.1.tgz",
9086
+ "integrity": "sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==",
9544
9087
  "dev": true,
9545
9088
  "license": "BSD-3-Clause",
9546
9089
  "dependencies": {
9547
- "@sinonjs/commons": "^2.0.0",
9090
+ "@sinonjs/commons": "^1.6.0",
9548
9091
  "lodash.get": "^4.4.2",
9549
9092
  "type-detect": "^4.0.8"
9550
9093
  }
9551
9094
  },
9552
- "node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
9553
- "version": "2.0.0",
9554
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz",
9555
- "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==",
9556
- "dev": true,
9557
- "license": "BSD-3-Clause",
9558
- "dependencies": {
9559
- "type-detect": "4.0.8"
9560
- }
9561
- },
9562
9095
  "node_modules/@sinonjs/text-encoding": {
9563
9096
  "version": "0.7.2",
9564
9097
  "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz",
@@ -9674,9 +9207,9 @@
9674
9207
  }
9675
9208
  },
9676
9209
  "node_modules/@types/chai": {
9677
- "version": "4.3.5",
9678
- "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz",
9679
- "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==",
9210
+ "version": "4.3.11",
9211
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.11.tgz",
9212
+ "integrity": "sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==",
9680
9213
  "dev": true,
9681
9214
  "license": "MIT"
9682
9215
  },
@@ -9801,9 +9334,9 @@
9801
9334
  "license": "MIT"
9802
9335
  },
9803
9336
  "node_modules/@types/mocha": {
9804
- "version": "9.1.1",
9805
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz",
9806
- "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==",
9337
+ "version": "10.0.6",
9338
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz",
9339
+ "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==",
9807
9340
  "dev": true,
9808
9341
  "license": "MIT"
9809
9342
  },
@@ -9878,9 +9411,9 @@
9878
9411
  "license": "MIT"
9879
9412
  },
9880
9413
  "node_modules/@types/sinon": {
9881
- "version": "10.0.11",
9882
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz",
9883
- "integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==",
9414
+ "version": "10.0.20",
9415
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz",
9416
+ "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==",
9884
9417
  "dev": true,
9885
9418
  "license": "MIT",
9886
9419
  "dependencies": {
@@ -9920,33 +9453,34 @@
9920
9453
  "license": "MIT"
9921
9454
  },
9922
9455
  "node_modules/@typescript-eslint/eslint-plugin": {
9923
- "version": "5.62.0",
9924
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
9925
- "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
9456
+ "version": "6.13.2",
9457
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz",
9458
+ "integrity": "sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==",
9926
9459
  "dev": true,
9927
9460
  "license": "MIT",
9928
9461
  "dependencies": {
9929
- "@eslint-community/regexpp": "^4.4.0",
9930
- "@typescript-eslint/scope-manager": "5.62.0",
9931
- "@typescript-eslint/type-utils": "5.62.0",
9932
- "@typescript-eslint/utils": "5.62.0",
9462
+ "@eslint-community/regexpp": "^4.5.1",
9463
+ "@typescript-eslint/scope-manager": "6.13.2",
9464
+ "@typescript-eslint/type-utils": "6.13.2",
9465
+ "@typescript-eslint/utils": "6.13.2",
9466
+ "@typescript-eslint/visitor-keys": "6.13.2",
9933
9467
  "debug": "^4.3.4",
9934
9468
  "graphemer": "^1.4.0",
9935
- "ignore": "^5.2.0",
9936
- "natural-compare-lite": "^1.4.0",
9937
- "semver": "^7.3.7",
9938
- "tsutils": "^3.21.0"
9469
+ "ignore": "^5.2.4",
9470
+ "natural-compare": "^1.4.0",
9471
+ "semver": "^7.5.4",
9472
+ "ts-api-utils": "^1.0.1"
9939
9473
  },
9940
9474
  "engines": {
9941
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9475
+ "node": "^16.0.0 || >=18.0.0"
9942
9476
  },
9943
9477
  "funding": {
9944
9478
  "type": "opencollective",
9945
9479
  "url": "https://opencollective.com/typescript-eslint"
9946
9480
  },
9947
9481
  "peerDependencies": {
9948
- "@typescript-eslint/parser": "^5.0.0",
9949
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
9482
+ "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
9483
+ "eslint": "^7.0.0 || ^8.0.0"
9950
9484
  },
9951
9485
  "peerDependenciesMeta": {
9952
9486
  "typescript": {
@@ -9955,26 +9489,27 @@
9955
9489
  }
9956
9490
  },
9957
9491
  "node_modules/@typescript-eslint/parser": {
9958
- "version": "5.62.0",
9959
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
9960
- "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
9492
+ "version": "6.13.2",
9493
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.13.2.tgz",
9494
+ "integrity": "sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==",
9961
9495
  "dev": true,
9962
9496
  "license": "BSD-2-Clause",
9963
9497
  "dependencies": {
9964
- "@typescript-eslint/scope-manager": "5.62.0",
9965
- "@typescript-eslint/types": "5.62.0",
9966
- "@typescript-eslint/typescript-estree": "5.62.0",
9498
+ "@typescript-eslint/scope-manager": "6.13.2",
9499
+ "@typescript-eslint/types": "6.13.2",
9500
+ "@typescript-eslint/typescript-estree": "6.13.2",
9501
+ "@typescript-eslint/visitor-keys": "6.13.2",
9967
9502
  "debug": "^4.3.4"
9968
9503
  },
9969
9504
  "engines": {
9970
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9505
+ "node": "^16.0.0 || >=18.0.0"
9971
9506
  },
9972
9507
  "funding": {
9973
9508
  "type": "opencollective",
9974
9509
  "url": "https://opencollective.com/typescript-eslint"
9975
9510
  },
9976
9511
  "peerDependencies": {
9977
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
9512
+ "eslint": "^7.0.0 || ^8.0.0"
9978
9513
  },
9979
9514
  "peerDependenciesMeta": {
9980
9515
  "typescript": {
@@ -9983,35 +9518,17 @@
9983
9518
  }
9984
9519
  },
9985
9520
  "node_modules/@typescript-eslint/scope-manager": {
9986
- "version": "5.62.0",
9987
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
9988
- "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
9989
- "dev": true,
9990
- "license": "MIT",
9991
- "dependencies": {
9992
- "@typescript-eslint/types": "5.62.0",
9993
- "@typescript-eslint/visitor-keys": "5.62.0"
9994
- },
9995
- "engines": {
9996
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9997
- },
9998
- "funding": {
9999
- "type": "opencollective",
10000
- "url": "https://opencollective.com/typescript-eslint"
10001
- }
10002
- },
10003
- "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/visitor-keys": {
10004
- "version": "5.62.0",
10005
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
10006
- "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
9521
+ "version": "6.13.2",
9522
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz",
9523
+ "integrity": "sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==",
10007
9524
  "dev": true,
10008
9525
  "license": "MIT",
10009
9526
  "dependencies": {
10010
- "@typescript-eslint/types": "5.62.0",
10011
- "eslint-visitor-keys": "^3.3.0"
9527
+ "@typescript-eslint/types": "6.13.2",
9528
+ "@typescript-eslint/visitor-keys": "6.13.2"
10012
9529
  },
10013
9530
  "engines": {
10014
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9531
+ "node": "^16.0.0 || >=18.0.0"
10015
9532
  },
10016
9533
  "funding": {
10017
9534
  "type": "opencollective",
@@ -10019,26 +9536,26 @@
10019
9536
  }
10020
9537
  },
10021
9538
  "node_modules/@typescript-eslint/type-utils": {
10022
- "version": "5.62.0",
10023
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
10024
- "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
9539
+ "version": "6.13.2",
9540
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz",
9541
+ "integrity": "sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==",
10025
9542
  "dev": true,
10026
9543
  "license": "MIT",
10027
9544
  "dependencies": {
10028
- "@typescript-eslint/typescript-estree": "5.62.0",
10029
- "@typescript-eslint/utils": "5.62.0",
9545
+ "@typescript-eslint/typescript-estree": "6.13.2",
9546
+ "@typescript-eslint/utils": "6.13.2",
10030
9547
  "debug": "^4.3.4",
10031
- "tsutils": "^3.21.0"
9548
+ "ts-api-utils": "^1.0.1"
10032
9549
  },
10033
9550
  "engines": {
10034
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9551
+ "node": "^16.0.0 || >=18.0.0"
10035
9552
  },
10036
9553
  "funding": {
10037
9554
  "type": "opencollective",
10038
9555
  "url": "https://opencollective.com/typescript-eslint"
10039
9556
  },
10040
9557
  "peerDependencies": {
10041
- "eslint": "*"
9558
+ "eslint": "^7.0.0 || ^8.0.0"
10042
9559
  },
10043
9560
  "peerDependenciesMeta": {
10044
9561
  "typescript": {
@@ -10047,13 +9564,13 @@
10047
9564
  }
10048
9565
  },
10049
9566
  "node_modules/@typescript-eslint/types": {
10050
- "version": "5.62.0",
10051
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
10052
- "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
9567
+ "version": "6.13.2",
9568
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.2.tgz",
9569
+ "integrity": "sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==",
10053
9570
  "dev": true,
10054
9571
  "license": "MIT",
10055
9572
  "engines": {
10056
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9573
+ "node": "^16.0.0 || >=18.0.0"
10057
9574
  },
10058
9575
  "funding": {
10059
9576
  "type": "opencollective",
@@ -10061,22 +9578,22 @@
10061
9578
  }
10062
9579
  },
10063
9580
  "node_modules/@typescript-eslint/typescript-estree": {
10064
- "version": "5.62.0",
10065
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
10066
- "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
9581
+ "version": "6.13.2",
9582
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz",
9583
+ "integrity": "sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==",
10067
9584
  "dev": true,
10068
9585
  "license": "BSD-2-Clause",
10069
9586
  "dependencies": {
10070
- "@typescript-eslint/types": "5.62.0",
10071
- "@typescript-eslint/visitor-keys": "5.62.0",
9587
+ "@typescript-eslint/types": "6.13.2",
9588
+ "@typescript-eslint/visitor-keys": "6.13.2",
10072
9589
  "debug": "^4.3.4",
10073
9590
  "globby": "^11.1.0",
10074
9591
  "is-glob": "^4.0.3",
10075
- "semver": "^7.3.7",
10076
- "tsutils": "^3.21.0"
9592
+ "semver": "^7.5.4",
9593
+ "ts-api-utils": "^1.0.1"
10077
9594
  },
10078
9595
  "engines": {
10079
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9596
+ "node": "^16.0.0 || >=18.0.0"
10080
9597
  },
10081
9598
  "funding": {
10082
9599
  "type": "opencollective",
@@ -10088,59 +9605,40 @@
10088
9605
  }
10089
9606
  }
10090
9607
  },
10091
- "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
10092
- "version": "5.62.0",
10093
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
10094
- "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
10095
- "dev": true,
10096
- "license": "MIT",
10097
- "dependencies": {
10098
- "@typescript-eslint/types": "5.62.0",
10099
- "eslint-visitor-keys": "^3.3.0"
10100
- },
10101
- "engines": {
10102
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10103
- },
10104
- "funding": {
10105
- "type": "opencollective",
10106
- "url": "https://opencollective.com/typescript-eslint"
10107
- }
10108
- },
10109
9608
  "node_modules/@typescript-eslint/utils": {
10110
- "version": "5.62.0",
10111
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
10112
- "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
9609
+ "version": "6.13.2",
9610
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.2.tgz",
9611
+ "integrity": "sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==",
10113
9612
  "dev": true,
10114
9613
  "license": "MIT",
10115
9614
  "dependencies": {
10116
- "@eslint-community/eslint-utils": "^4.2.0",
10117
- "@types/json-schema": "^7.0.9",
10118
- "@types/semver": "^7.3.12",
10119
- "@typescript-eslint/scope-manager": "5.62.0",
10120
- "@typescript-eslint/types": "5.62.0",
10121
- "@typescript-eslint/typescript-estree": "5.62.0",
10122
- "eslint-scope": "^5.1.1",
10123
- "semver": "^7.3.7"
9615
+ "@eslint-community/eslint-utils": "^4.4.0",
9616
+ "@types/json-schema": "^7.0.12",
9617
+ "@types/semver": "^7.5.0",
9618
+ "@typescript-eslint/scope-manager": "6.13.2",
9619
+ "@typescript-eslint/types": "6.13.2",
9620
+ "@typescript-eslint/typescript-estree": "6.13.2",
9621
+ "semver": "^7.5.4"
10124
9622
  },
10125
9623
  "engines": {
10126
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9624
+ "node": "^16.0.0 || >=18.0.0"
10127
9625
  },
10128
9626
  "funding": {
10129
9627
  "type": "opencollective",
10130
9628
  "url": "https://opencollective.com/typescript-eslint"
10131
9629
  },
10132
9630
  "peerDependencies": {
10133
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
9631
+ "eslint": "^7.0.0 || ^8.0.0"
10134
9632
  }
10135
9633
  },
10136
9634
  "node_modules/@typescript-eslint/visitor-keys": {
10137
- "version": "6.7.2",
10138
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.2.tgz",
10139
- "integrity": "sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==",
9635
+ "version": "6.13.2",
9636
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz",
9637
+ "integrity": "sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==",
10140
9638
  "dev": true,
10141
9639
  "license": "MIT",
10142
9640
  "dependencies": {
10143
- "@typescript-eslint/types": "6.7.2",
9641
+ "@typescript-eslint/types": "6.13.2",
10144
9642
  "eslint-visitor-keys": "^3.4.1"
10145
9643
  },
10146
9644
  "engines": {
@@ -10151,27 +9649,6 @@
10151
9649
  "url": "https://opencollective.com/typescript-eslint"
10152
9650
  }
10153
9651
  },
10154
- "node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
10155
- "version": "6.7.2",
10156
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.2.tgz",
10157
- "integrity": "sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==",
10158
- "dev": true,
10159
- "license": "MIT",
10160
- "engines": {
10161
- "node": "^16.0.0 || >=18.0.0"
10162
- },
10163
- "funding": {
10164
- "type": "opencollective",
10165
- "url": "https://opencollective.com/typescript-eslint"
10166
- }
10167
- },
10168
- "node_modules/@ungap/promise-all-settled": {
10169
- "version": "1.1.2",
10170
- "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz",
10171
- "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==",
10172
- "dev": true,
10173
- "license": "ISC"
10174
- },
10175
9652
  "node_modules/@ungap/structured-clone": {
10176
9653
  "version": "1.2.0",
10177
9654
  "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
@@ -10366,6 +9843,13 @@
10366
9843
  "node": ">=8"
10367
9844
  }
10368
9845
  },
9846
+ "node_modules/ansi-sequence-parser": {
9847
+ "version": "1.1.1",
9848
+ "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz",
9849
+ "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==",
9850
+ "dev": true,
9851
+ "license": "MIT"
9852
+ },
10369
9853
  "node_modules/ansi-styles": {
10370
9854
  "version": "4.3.0",
10371
9855
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -10503,11 +9987,13 @@
10503
9987
  "license": "MIT"
10504
9988
  },
10505
9989
  "node_modules/argparse": {
10506
- "version": "2.0.1",
10507
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
10508
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
10509
- "dev": true,
10510
- "license": "Python-2.0"
9990
+ "version": "1.0.10",
9991
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
9992
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
9993
+ "license": "MIT",
9994
+ "dependencies": {
9995
+ "sprintf-js": "~1.0.2"
9996
+ }
10511
9997
  },
10512
9998
  "node_modules/array-buffer-byte-length": {
10513
9999
  "version": "1.0.0",
@@ -10796,9 +10282,9 @@
10796
10282
  }
10797
10283
  },
10798
10284
  "node_modules/aws-sdk": {
10799
- "version": "2.1516.0",
10800
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1516.0.tgz",
10801
- "integrity": "sha512-RgTRRQR77NDYjnpCwA8/fv9bKTrbcugP6PaLduYtlMZa78fws/vROTe6bL6K+BRZ/lrWz6kW6xJJdN9KkkrOMw==",
10285
+ "version": "2.1518.0",
10286
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1518.0.tgz",
10287
+ "integrity": "sha512-SknaBH0kvDNsdjGyt8wsAfVky688azgEoLKlPqnLWiA/tJPIpdZ3qUfSFXLO6O9s2aolM8JVAULRSEgBMy57iw==",
10802
10288
  "dev": true,
10803
10289
  "license": "Apache-2.0",
10804
10290
  "dependencies": {
@@ -11858,9 +11344,9 @@
11858
11344
  }
11859
11345
  },
11860
11346
  "node_modules/comment-parser": {
11861
- "version": "1.3.1",
11862
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.3.1.tgz",
11863
- "integrity": "sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==",
11347
+ "version": "1.4.1",
11348
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
11349
+ "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
11864
11350
  "dev": true,
11865
11351
  "license": "MIT",
11866
11352
  "engines": {
@@ -11910,14 +11396,7 @@
11910
11396
  "inherits": "^2.0.3",
11911
11397
  "readable-stream": "^3.0.2",
11912
11398
  "typedarray": "^0.0.6"
11913
- }
11914
- },
11915
- "node_modules/confusing-browser-globals": {
11916
- "version": "1.0.11",
11917
- "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
11918
- "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
11919
- "dev": true,
11920
- "license": "MIT"
11399
+ }
11921
11400
  },
11922
11401
  "node_modules/console-control-strings": {
11923
11402
  "version": "1.1.0",
@@ -12434,6 +11913,26 @@
12434
11913
  "typescript": ">=3"
12435
11914
  }
12436
11915
  },
11916
+ "node_modules/cosmiconfig/node_modules/argparse": {
11917
+ "version": "2.0.1",
11918
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
11919
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
11920
+ "dev": true,
11921
+ "license": "Python-2.0"
11922
+ },
11923
+ "node_modules/cosmiconfig/node_modules/js-yaml": {
11924
+ "version": "4.1.0",
11925
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
11926
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
11927
+ "dev": true,
11928
+ "license": "MIT",
11929
+ "dependencies": {
11930
+ "argparse": "^2.0.1"
11931
+ },
11932
+ "bin": {
11933
+ "js-yaml": "bin/js-yaml.js"
11934
+ }
11935
+ },
12437
11936
  "node_modules/crc-32": {
12438
11937
  "version": "1.2.2",
12439
11938
  "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
@@ -13001,6 +12500,65 @@
13001
12500
  "node": ">=0.10.0"
13002
12501
  }
13003
12502
  },
12503
+ "node_modules/dom-serializer": {
12504
+ "version": "2.0.0",
12505
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
12506
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
12507
+ "dev": true,
12508
+ "license": "MIT",
12509
+ "dependencies": {
12510
+ "domelementtype": "^2.3.0",
12511
+ "domhandler": "^5.0.2",
12512
+ "entities": "^4.2.0"
12513
+ },
12514
+ "funding": {
12515
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
12516
+ }
12517
+ },
12518
+ "node_modules/domelementtype": {
12519
+ "version": "2.3.0",
12520
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
12521
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
12522
+ "dev": true,
12523
+ "funding": [
12524
+ {
12525
+ "type": "github",
12526
+ "url": "https://github.com/sponsors/fb55"
12527
+ }
12528
+ ],
12529
+ "license": "BSD-2-Clause"
12530
+ },
12531
+ "node_modules/domhandler": {
12532
+ "version": "5.0.3",
12533
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
12534
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
12535
+ "dev": true,
12536
+ "license": "BSD-2-Clause",
12537
+ "dependencies": {
12538
+ "domelementtype": "^2.3.0"
12539
+ },
12540
+ "engines": {
12541
+ "node": ">= 4"
12542
+ },
12543
+ "funding": {
12544
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
12545
+ }
12546
+ },
12547
+ "node_modules/domutils": {
12548
+ "version": "3.1.0",
12549
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
12550
+ "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
12551
+ "dev": true,
12552
+ "license": "BSD-2-Clause",
12553
+ "dependencies": {
12554
+ "dom-serializer": "^2.0.0",
12555
+ "domelementtype": "^2.3.0",
12556
+ "domhandler": "^5.0.3"
12557
+ },
12558
+ "funding": {
12559
+ "url": "https://github.com/fb55/domutils?sponsor=1"
12560
+ }
12561
+ },
13004
12562
  "node_modules/dot-case": {
13005
12563
  "version": "3.0.4",
13006
12564
  "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
@@ -13172,18 +12730,17 @@
13172
12730
  "once": "^1.4.0"
13173
12731
  }
13174
12732
  },
13175
- "node_modules/enhanced-resolve": {
13176
- "version": "5.15.0",
13177
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz",
13178
- "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==",
12733
+ "node_modules/entities": {
12734
+ "version": "4.5.0",
12735
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
12736
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
13179
12737
  "dev": true,
13180
- "license": "MIT",
13181
- "dependencies": {
13182
- "graceful-fs": "^4.2.4",
13183
- "tapable": "^2.2.0"
13184
- },
12738
+ "license": "BSD-2-Clause",
13185
12739
  "engines": {
13186
- "node": ">=10.13.0"
12740
+ "node": ">=0.12"
12741
+ },
12742
+ "funding": {
12743
+ "url": "https://github.com/fb55/entities?sponsor=1"
13187
12744
  }
13188
12745
  },
13189
12746
  "node_modules/env-paths": {
@@ -13291,351 +12848,144 @@
13291
12848
  "dev": true,
13292
12849
  "license": "MIT",
13293
12850
  "dependencies": {
13294
- "has": "^1.0.3"
13295
- }
13296
- },
13297
- "node_modules/es-to-primitive": {
13298
- "version": "1.2.1",
13299
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
13300
- "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
13301
- "dev": true,
13302
- "license": "MIT",
13303
- "dependencies": {
13304
- "is-callable": "^1.1.4",
13305
- "is-date-object": "^1.0.1",
13306
- "is-symbol": "^1.0.2"
13307
- },
13308
- "engines": {
13309
- "node": ">= 0.4"
13310
- },
13311
- "funding": {
13312
- "url": "https://github.com/sponsors/ljharb"
13313
- }
13314
- },
13315
- "node_modules/es6-error": {
13316
- "version": "4.1.1",
13317
- "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
13318
- "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
13319
- "dev": true,
13320
- "license": "MIT"
13321
- },
13322
- "node_modules/escalade": {
13323
- "version": "3.1.1",
13324
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
13325
- "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
13326
- "dev": true,
13327
- "license": "MIT",
13328
- "engines": {
13329
- "node": ">=6"
13330
- }
13331
- },
13332
- "node_modules/escape-string-regexp": {
13333
- "version": "4.0.0",
13334
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
13335
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
13336
- "license": "MIT",
13337
- "engines": {
13338
- "node": ">=10"
13339
- },
13340
- "funding": {
13341
- "url": "https://github.com/sponsors/sindresorhus"
13342
- }
13343
- },
13344
- "node_modules/escodegen": {
13345
- "version": "2.1.0",
13346
- "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
13347
- "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
13348
- "license": "BSD-2-Clause",
13349
- "dependencies": {
13350
- "esprima": "^4.0.1",
13351
- "estraverse": "^5.2.0",
13352
- "esutils": "^2.0.2"
13353
- },
13354
- "bin": {
13355
- "escodegen": "bin/escodegen.js",
13356
- "esgenerate": "bin/esgenerate.js"
13357
- },
13358
- "engines": {
13359
- "node": ">=6.0"
13360
- },
13361
- "optionalDependencies": {
13362
- "source-map": "~0.6.1"
13363
- }
13364
- },
13365
- "node_modules/eslint": {
13366
- "version": "8.55.0",
13367
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz",
13368
- "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==",
13369
- "dev": true,
13370
- "license": "MIT",
13371
- "dependencies": {
13372
- "@eslint-community/eslint-utils": "^4.2.0",
13373
- "@eslint-community/regexpp": "^4.6.1",
13374
- "@eslint/eslintrc": "^2.1.4",
13375
- "@eslint/js": "8.55.0",
13376
- "@humanwhocodes/config-array": "^0.11.13",
13377
- "@humanwhocodes/module-importer": "^1.0.1",
13378
- "@nodelib/fs.walk": "^1.2.8",
13379
- "@ungap/structured-clone": "^1.2.0",
13380
- "ajv": "^6.12.4",
13381
- "chalk": "^4.0.0",
13382
- "cross-spawn": "^7.0.2",
13383
- "debug": "^4.3.2",
13384
- "doctrine": "^3.0.0",
13385
- "escape-string-regexp": "^4.0.0",
13386
- "eslint-scope": "^7.2.2",
13387
- "eslint-visitor-keys": "^3.4.3",
13388
- "espree": "^9.6.1",
13389
- "esquery": "^1.4.2",
13390
- "esutils": "^2.0.2",
13391
- "fast-deep-equal": "^3.1.3",
13392
- "file-entry-cache": "^6.0.1",
13393
- "find-up": "^5.0.0",
13394
- "glob-parent": "^6.0.2",
13395
- "globals": "^13.19.0",
13396
- "graphemer": "^1.4.0",
13397
- "ignore": "^5.2.0",
13398
- "imurmurhash": "^0.1.4",
13399
- "is-glob": "^4.0.0",
13400
- "is-path-inside": "^3.0.3",
13401
- "js-yaml": "^4.1.0",
13402
- "json-stable-stringify-without-jsonify": "^1.0.1",
13403
- "levn": "^0.4.1",
13404
- "lodash.merge": "^4.6.2",
13405
- "minimatch": "^3.1.2",
13406
- "natural-compare": "^1.4.0",
13407
- "optionator": "^0.9.3",
13408
- "strip-ansi": "^6.0.1",
13409
- "text-table": "^0.2.0"
13410
- },
13411
- "bin": {
13412
- "eslint": "bin/eslint.js"
13413
- },
13414
- "engines": {
13415
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
13416
- },
13417
- "funding": {
13418
- "url": "https://opencollective.com/eslint"
13419
- }
13420
- },
13421
- "node_modules/eslint-config-oclif": {
13422
- "version": "5.0.0",
13423
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.0.0.tgz",
13424
- "integrity": "sha512-yPxtUzU6eFL+WoW8DbRf7uoHxgiu0B/uY7k7rgHwFHij66WoI3qhBNhKI5R5FS5JeTuBOXKrNqQVDsSH0D/JvA==",
13425
- "dev": true,
13426
- "license": "MIT",
13427
- "dependencies": {
13428
- "eslint-config-xo-space": "^0.34.0",
13429
- "eslint-plugin-mocha": "^10.1.0",
13430
- "eslint-plugin-node": "^11.1.0",
13431
- "eslint-plugin-unicorn": "^48.0.1"
13432
- },
13433
- "engines": {
13434
- "node": ">=18.0.0"
13435
- }
13436
- },
13437
- "node_modules/eslint-config-oclif-typescript": {
13438
- "version": "2.0.1",
13439
- "resolved": "https://registry.npmjs.org/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-2.0.1.tgz",
13440
- "integrity": "sha512-Z0U0KVNXGcTzYdSoDsrHulkspS1ZW/NrNgv/IAvpd7F2ZdrLUEmRlJn7Kwnk8CdUufJb/GsW+qVKIG/fPhwKpg==",
13441
- "dev": true,
13442
- "license": "MIT",
13443
- "dependencies": {
13444
- "@typescript-eslint/eslint-plugin": "^6.7.2",
13445
- "@typescript-eslint/parser": "^6.7.2",
13446
- "eslint-config-xo-space": "^0.34.0",
13447
- "eslint-import-resolver-typescript": "^3.6.0",
13448
- "eslint-plugin-import": "^2.28.1",
13449
- "eslint-plugin-mocha": "^10.1.0",
13450
- "eslint-plugin-node": "^11.1.0"
13451
- },
13452
- "engines": {
13453
- "node": ">=18.0.0"
13454
- }
13455
- },
13456
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/eslint-plugin": {
13457
- "version": "6.7.2",
13458
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.2.tgz",
13459
- "integrity": "sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==",
13460
- "dev": true,
13461
- "license": "MIT",
13462
- "dependencies": {
13463
- "@eslint-community/regexpp": "^4.5.1",
13464
- "@typescript-eslint/scope-manager": "6.7.2",
13465
- "@typescript-eslint/type-utils": "6.7.2",
13466
- "@typescript-eslint/utils": "6.7.2",
13467
- "@typescript-eslint/visitor-keys": "6.7.2",
13468
- "debug": "^4.3.4",
13469
- "graphemer": "^1.4.0",
13470
- "ignore": "^5.2.4",
13471
- "natural-compare": "^1.4.0",
13472
- "semver": "^7.5.4",
13473
- "ts-api-utils": "^1.0.1"
13474
- },
13475
- "engines": {
13476
- "node": "^16.0.0 || >=18.0.0"
13477
- },
13478
- "funding": {
13479
- "type": "opencollective",
13480
- "url": "https://opencollective.com/typescript-eslint"
13481
- },
13482
- "peerDependencies": {
13483
- "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
13484
- "eslint": "^7.0.0 || ^8.0.0"
13485
- },
13486
- "peerDependenciesMeta": {
13487
- "typescript": {
13488
- "optional": true
13489
- }
13490
- }
13491
- },
13492
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/parser": {
13493
- "version": "6.7.2",
13494
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.2.tgz",
13495
- "integrity": "sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==",
13496
- "dev": true,
13497
- "license": "BSD-2-Clause",
13498
- "dependencies": {
13499
- "@typescript-eslint/scope-manager": "6.7.2",
13500
- "@typescript-eslint/types": "6.7.2",
13501
- "@typescript-eslint/typescript-estree": "6.7.2",
13502
- "@typescript-eslint/visitor-keys": "6.7.2",
13503
- "debug": "^4.3.4"
13504
- },
13505
- "engines": {
13506
- "node": "^16.0.0 || >=18.0.0"
13507
- },
13508
- "funding": {
13509
- "type": "opencollective",
13510
- "url": "https://opencollective.com/typescript-eslint"
13511
- },
13512
- "peerDependencies": {
13513
- "eslint": "^7.0.0 || ^8.0.0"
13514
- },
13515
- "peerDependenciesMeta": {
13516
- "typescript": {
13517
- "optional": true
13518
- }
12851
+ "has": "^1.0.3"
13519
12852
  }
13520
12853
  },
13521
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/scope-manager": {
13522
- "version": "6.7.2",
13523
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.2.tgz",
13524
- "integrity": "sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==",
12854
+ "node_modules/es-to-primitive": {
12855
+ "version": "1.2.1",
12856
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
12857
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
13525
12858
  "dev": true,
13526
12859
  "license": "MIT",
13527
12860
  "dependencies": {
13528
- "@typescript-eslint/types": "6.7.2",
13529
- "@typescript-eslint/visitor-keys": "6.7.2"
12861
+ "is-callable": "^1.1.4",
12862
+ "is-date-object": "^1.0.1",
12863
+ "is-symbol": "^1.0.2"
13530
12864
  },
13531
12865
  "engines": {
13532
- "node": "^16.0.0 || >=18.0.0"
12866
+ "node": ">= 0.4"
13533
12867
  },
13534
12868
  "funding": {
13535
- "type": "opencollective",
13536
- "url": "https://opencollective.com/typescript-eslint"
12869
+ "url": "https://github.com/sponsors/ljharb"
13537
12870
  }
13538
12871
  },
13539
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/type-utils": {
13540
- "version": "6.7.2",
13541
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.7.2.tgz",
13542
- "integrity": "sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==",
12872
+ "node_modules/es6-error": {
12873
+ "version": "4.1.1",
12874
+ "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
12875
+ "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
12876
+ "dev": true,
12877
+ "license": "MIT"
12878
+ },
12879
+ "node_modules/escalade": {
12880
+ "version": "3.1.1",
12881
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
12882
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
13543
12883
  "dev": true,
13544
12884
  "license": "MIT",
13545
- "dependencies": {
13546
- "@typescript-eslint/typescript-estree": "6.7.2",
13547
- "@typescript-eslint/utils": "6.7.2",
13548
- "debug": "^4.3.4",
13549
- "ts-api-utils": "^1.0.1"
13550
- },
13551
12885
  "engines": {
13552
- "node": "^16.0.0 || >=18.0.0"
13553
- },
13554
- "funding": {
13555
- "type": "opencollective",
13556
- "url": "https://opencollective.com/typescript-eslint"
13557
- },
13558
- "peerDependencies": {
13559
- "eslint": "^7.0.0 || ^8.0.0"
13560
- },
13561
- "peerDependenciesMeta": {
13562
- "typescript": {
13563
- "optional": true
13564
- }
12886
+ "node": ">=6"
13565
12887
  }
13566
12888
  },
13567
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/types": {
13568
- "version": "6.7.2",
13569
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.2.tgz",
13570
- "integrity": "sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==",
12889
+ "node_modules/escape-html": {
12890
+ "version": "1.0.3",
12891
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
12892
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
13571
12893
  "dev": true,
12894
+ "license": "MIT"
12895
+ },
12896
+ "node_modules/escape-string-regexp": {
12897
+ "version": "4.0.0",
12898
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
12899
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
13572
12900
  "license": "MIT",
13573
12901
  "engines": {
13574
- "node": "^16.0.0 || >=18.0.0"
12902
+ "node": ">=10"
13575
12903
  },
13576
12904
  "funding": {
13577
- "type": "opencollective",
13578
- "url": "https://opencollective.com/typescript-eslint"
12905
+ "url": "https://github.com/sponsors/sindresorhus"
13579
12906
  }
13580
12907
  },
13581
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree": {
13582
- "version": "6.7.2",
13583
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.2.tgz",
13584
- "integrity": "sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==",
13585
- "dev": true,
12908
+ "node_modules/escodegen": {
12909
+ "version": "2.1.0",
12910
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
12911
+ "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
13586
12912
  "license": "BSD-2-Clause",
13587
12913
  "dependencies": {
13588
- "@typescript-eslint/types": "6.7.2",
13589
- "@typescript-eslint/visitor-keys": "6.7.2",
13590
- "debug": "^4.3.4",
13591
- "globby": "^11.1.0",
13592
- "is-glob": "^4.0.3",
13593
- "semver": "^7.5.4",
13594
- "ts-api-utils": "^1.0.1"
12914
+ "esprima": "^4.0.1",
12915
+ "estraverse": "^5.2.0",
12916
+ "esutils": "^2.0.2"
13595
12917
  },
13596
- "engines": {
13597
- "node": "^16.0.0 || >=18.0.0"
12918
+ "bin": {
12919
+ "escodegen": "bin/escodegen.js",
12920
+ "esgenerate": "bin/esgenerate.js"
13598
12921
  },
13599
- "funding": {
13600
- "type": "opencollective",
13601
- "url": "https://opencollective.com/typescript-eslint"
12922
+ "engines": {
12923
+ "node": ">=6.0"
13602
12924
  },
13603
- "peerDependenciesMeta": {
13604
- "typescript": {
13605
- "optional": true
13606
- }
12925
+ "optionalDependencies": {
12926
+ "source-map": "~0.6.1"
13607
12927
  }
13608
12928
  },
13609
- "node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/utils": {
13610
- "version": "6.7.2",
13611
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.2.tgz",
13612
- "integrity": "sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==",
12929
+ "node_modules/eslint": {
12930
+ "version": "8.55.0",
12931
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz",
12932
+ "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==",
13613
12933
  "dev": true,
13614
12934
  "license": "MIT",
13615
12935
  "dependencies": {
13616
- "@eslint-community/eslint-utils": "^4.4.0",
13617
- "@types/json-schema": "^7.0.12",
13618
- "@types/semver": "^7.5.0",
13619
- "@typescript-eslint/scope-manager": "6.7.2",
13620
- "@typescript-eslint/types": "6.7.2",
13621
- "@typescript-eslint/typescript-estree": "6.7.2",
13622
- "semver": "^7.5.4"
12936
+ "@eslint-community/eslint-utils": "^4.2.0",
12937
+ "@eslint-community/regexpp": "^4.6.1",
12938
+ "@eslint/eslintrc": "^2.1.4",
12939
+ "@eslint/js": "8.55.0",
12940
+ "@humanwhocodes/config-array": "^0.11.13",
12941
+ "@humanwhocodes/module-importer": "^1.0.1",
12942
+ "@nodelib/fs.walk": "^1.2.8",
12943
+ "@ungap/structured-clone": "^1.2.0",
12944
+ "ajv": "^6.12.4",
12945
+ "chalk": "^4.0.0",
12946
+ "cross-spawn": "^7.0.2",
12947
+ "debug": "^4.3.2",
12948
+ "doctrine": "^3.0.0",
12949
+ "escape-string-regexp": "^4.0.0",
12950
+ "eslint-scope": "^7.2.2",
12951
+ "eslint-visitor-keys": "^3.4.3",
12952
+ "espree": "^9.6.1",
12953
+ "esquery": "^1.4.2",
12954
+ "esutils": "^2.0.2",
12955
+ "fast-deep-equal": "^3.1.3",
12956
+ "file-entry-cache": "^6.0.1",
12957
+ "find-up": "^5.0.0",
12958
+ "glob-parent": "^6.0.2",
12959
+ "globals": "^13.19.0",
12960
+ "graphemer": "^1.4.0",
12961
+ "ignore": "^5.2.0",
12962
+ "imurmurhash": "^0.1.4",
12963
+ "is-glob": "^4.0.0",
12964
+ "is-path-inside": "^3.0.3",
12965
+ "js-yaml": "^4.1.0",
12966
+ "json-stable-stringify-without-jsonify": "^1.0.1",
12967
+ "levn": "^0.4.1",
12968
+ "lodash.merge": "^4.6.2",
12969
+ "minimatch": "^3.1.2",
12970
+ "natural-compare": "^1.4.0",
12971
+ "optionator": "^0.9.3",
12972
+ "strip-ansi": "^6.0.1",
12973
+ "text-table": "^0.2.0"
12974
+ },
12975
+ "bin": {
12976
+ "eslint": "bin/eslint.js"
13623
12977
  },
13624
12978
  "engines": {
13625
- "node": "^16.0.0 || >=18.0.0"
12979
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
13626
12980
  },
13627
12981
  "funding": {
13628
- "type": "opencollective",
13629
- "url": "https://opencollective.com/typescript-eslint"
13630
- },
13631
- "peerDependencies": {
13632
- "eslint": "^7.0.0 || ^8.0.0"
12982
+ "url": "https://opencollective.com/eslint"
13633
12983
  }
13634
12984
  },
13635
12985
  "node_modules/eslint-config-prettier": {
13636
- "version": "8.10.0",
13637
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
13638
- "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
12986
+ "version": "9.1.0",
12987
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
12988
+ "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
13639
12989
  "dev": true,
13640
12990
  "license": "MIT",
13641
12991
  "bin": {
@@ -13660,48 +13010,22 @@
13660
13010
  "license": "BSD-3-Clause"
13661
13011
  },
13662
13012
  "node_modules/eslint-config-salesforce-typescript": {
13663
- "version": "1.1.1",
13664
- "resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-1.1.1.tgz",
13665
- "integrity": "sha512-cjj2tU5wkushOUynecjg0JQtb/y61pWSjtOKKnNzWEdtbZEs7pe1/w5hsaZ79urdeFFUHQW2mr3qpzsWzUjgxQ==",
13666
- "dev": true,
13667
- "license": "BSD-3-Clause"
13668
- },
13669
- "node_modules/eslint-config-xo": {
13670
- "version": "0.43.1",
13671
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz",
13672
- "integrity": "sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==",
13673
- "dev": true,
13674
- "license": "MIT",
13675
- "dependencies": {
13676
- "confusing-browser-globals": "1.0.11"
13677
- },
13678
- "engines": {
13679
- "node": ">=12"
13680
- },
13681
- "funding": {
13682
- "url": "https://github.com/sponsors/sindresorhus"
13683
- },
13684
- "peerDependencies": {
13685
- "eslint": ">=8.27.0"
13686
- }
13687
- },
13688
- "node_modules/eslint-config-xo-space": {
13689
- "version": "0.34.0",
13690
- "resolved": "https://registry.npmjs.org/eslint-config-xo-space/-/eslint-config-xo-space-0.34.0.tgz",
13691
- "integrity": "sha512-8ZI0Ta/loUIL1Wk/ouWvk2ZWN8X6Un49MqnBf2b6uMjC9c5Pcfr1OivEOrvd3niD6BKgMNH2Q9nG0CcCWC+iVA==",
13013
+ "version": "3.0.11",
13014
+ "resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.11.tgz",
13015
+ "integrity": "sha512-5AdVXFR+8S+amoJsYra5poTWNKeMnlgEbVMbrkynIoc/8bqpU8Y/CnAySDxRyXP38ibgdV4frweRTZhex8ARmw==",
13692
13016
  "dev": true,
13693
- "license": "MIT",
13017
+ "license": "BSD-3-Clause",
13694
13018
  "dependencies": {
13695
- "eslint-config-xo": "^0.43.0"
13696
- },
13697
- "engines": {
13698
- "node": ">=12"
13699
- },
13700
- "funding": {
13701
- "url": "https://github.com/sponsors/sindresorhus"
13702
- },
13703
- "peerDependencies": {
13704
- "eslint": ">=8.27.0"
13019
+ "@typescript-eslint/eslint-plugin": "^6.13.2",
13020
+ "@typescript-eslint/parser": "^6.13.2",
13021
+ "eslint": "^8.55.0",
13022
+ "eslint-config-prettier": "^9.1.0",
13023
+ "eslint-config-salesforce": "^2.0.2",
13024
+ "eslint-config-salesforce-license": "^0.2.0",
13025
+ "eslint-plugin-header": "^3.1.1",
13026
+ "eslint-plugin-import": "^2.29.0",
13027
+ "eslint-plugin-jsdoc": "^46.9.0",
13028
+ "eslint-plugin-unicorn": "^49.0.0"
13705
13029
  }
13706
13030
  },
13707
13031
  "node_modules/eslint-import-resolver-node": {
@@ -13726,32 +13050,6 @@
13726
13050
  "ms": "^2.1.1"
13727
13051
  }
13728
13052
  },
13729
- "node_modules/eslint-import-resolver-typescript": {
13730
- "version": "3.6.0",
13731
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.0.tgz",
13732
- "integrity": "sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==",
13733
- "dev": true,
13734
- "license": "ISC",
13735
- "dependencies": {
13736
- "debug": "^4.3.4",
13737
- "enhanced-resolve": "^5.12.0",
13738
- "eslint-module-utils": "^2.7.4",
13739
- "fast-glob": "^3.3.1",
13740
- "get-tsconfig": "^4.5.0",
13741
- "is-core-module": "^2.11.0",
13742
- "is-glob": "^4.0.3"
13743
- },
13744
- "engines": {
13745
- "node": "^14.18.0 || >=16.0.0"
13746
- },
13747
- "funding": {
13748
- "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
13749
- },
13750
- "peerDependencies": {
13751
- "eslint": "*",
13752
- "eslint-plugin-import": "*"
13753
- }
13754
- },
13755
13053
  "node_modules/eslint-module-utils": {
13756
13054
  "version": "2.8.0",
13757
13055
  "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
@@ -13780,26 +13078,6 @@
13780
13078
  "ms": "^2.1.1"
13781
13079
  }
13782
13080
  },
13783
- "node_modules/eslint-plugin-es": {
13784
- "version": "3.0.1",
13785
- "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz",
13786
- "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==",
13787
- "dev": true,
13788
- "license": "MIT",
13789
- "dependencies": {
13790
- "eslint-utils": "^2.0.0",
13791
- "regexpp": "^3.0.0"
13792
- },
13793
- "engines": {
13794
- "node": ">=8.10.0"
13795
- },
13796
- "funding": {
13797
- "url": "https://github.com/sponsors/mysticatea"
13798
- },
13799
- "peerDependencies": {
13800
- "eslint": ">=4.19.1"
13801
- }
13802
- },
13803
13081
  "node_modules/eslint-plugin-header": {
13804
13082
  "version": "3.1.1",
13805
13083
  "resolved": "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz",
@@ -13883,94 +13161,7 @@
13883
13161
  "node": ">=16"
13884
13162
  },
13885
13163
  "peerDependencies": {
13886
- "eslint": "^7.0.0 || ^8.0.0"
13887
- }
13888
- },
13889
- "node_modules/eslint-plugin-jsdoc/node_modules/comment-parser": {
13890
- "version": "1.4.1",
13891
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
13892
- "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
13893
- "dev": true,
13894
- "license": "MIT",
13895
- "engines": {
13896
- "node": ">= 12.0.0"
13897
- }
13898
- },
13899
- "node_modules/eslint-plugin-mocha": {
13900
- "version": "10.1.0",
13901
- "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz",
13902
- "integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==",
13903
- "dev": true,
13904
- "license": "MIT",
13905
- "dependencies": {
13906
- "eslint-utils": "^3.0.0",
13907
- "rambda": "^7.1.0"
13908
- },
13909
- "engines": {
13910
- "node": ">=14.0.0"
13911
- },
13912
- "peerDependencies": {
13913
- "eslint": ">=7.0.0"
13914
- }
13915
- },
13916
- "node_modules/eslint-plugin-mocha/node_modules/eslint-utils": {
13917
- "version": "3.0.0",
13918
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
13919
- "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
13920
- "dev": true,
13921
- "license": "MIT",
13922
- "dependencies": {
13923
- "eslint-visitor-keys": "^2.0.0"
13924
- },
13925
- "engines": {
13926
- "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
13927
- },
13928
- "funding": {
13929
- "url": "https://github.com/sponsors/mysticatea"
13930
- },
13931
- "peerDependencies": {
13932
- "eslint": ">=5"
13933
- }
13934
- },
13935
- "node_modules/eslint-plugin-mocha/node_modules/eslint-visitor-keys": {
13936
- "version": "2.1.0",
13937
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
13938
- "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
13939
- "dev": true,
13940
- "license": "Apache-2.0",
13941
- "engines": {
13942
- "node": ">=10"
13943
- }
13944
- },
13945
- "node_modules/eslint-plugin-node": {
13946
- "version": "11.1.0",
13947
- "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz",
13948
- "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==",
13949
- "dev": true,
13950
- "license": "MIT",
13951
- "dependencies": {
13952
- "eslint-plugin-es": "^3.0.0",
13953
- "eslint-utils": "^2.0.0",
13954
- "ignore": "^5.1.1",
13955
- "minimatch": "^3.0.4",
13956
- "resolve": "^1.10.1",
13957
- "semver": "^6.1.0"
13958
- },
13959
- "engines": {
13960
- "node": ">=8.10.0"
13961
- },
13962
- "peerDependencies": {
13963
- "eslint": ">=5.16.0"
13964
- }
13965
- },
13966
- "node_modules/eslint-plugin-node/node_modules/semver": {
13967
- "version": "6.3.1",
13968
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
13969
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
13970
- "dev": true,
13971
- "license": "ISC",
13972
- "bin": {
13973
- "semver": "bin/semver.js"
13164
+ "eslint": "^7.0.0 || ^8.0.0"
13974
13165
  }
13975
13166
  },
13976
13167
  "node_modules/eslint-plugin-perfectionist": {
@@ -14006,110 +13197,6 @@
14006
13197
  }
14007
13198
  }
14008
13199
  },
14009
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
14010
- "version": "6.7.4",
14011
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz",
14012
- "integrity": "sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==",
14013
- "dev": true,
14014
- "license": "MIT",
14015
- "dependencies": {
14016
- "@typescript-eslint/types": "6.7.4",
14017
- "@typescript-eslint/visitor-keys": "6.7.4"
14018
- },
14019
- "engines": {
14020
- "node": "^16.0.0 || >=18.0.0"
14021
- },
14022
- "funding": {
14023
- "type": "opencollective",
14024
- "url": "https://opencollective.com/typescript-eslint"
14025
- }
14026
- },
14027
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
14028
- "version": "6.7.4",
14029
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.4.tgz",
14030
- "integrity": "sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==",
14031
- "dev": true,
14032
- "license": "MIT",
14033
- "engines": {
14034
- "node": "^16.0.0 || >=18.0.0"
14035
- },
14036
- "funding": {
14037
- "type": "opencollective",
14038
- "url": "https://opencollective.com/typescript-eslint"
14039
- }
14040
- },
14041
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
14042
- "version": "6.7.4",
14043
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz",
14044
- "integrity": "sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==",
14045
- "dev": true,
14046
- "license": "BSD-2-Clause",
14047
- "dependencies": {
14048
- "@typescript-eslint/types": "6.7.4",
14049
- "@typescript-eslint/visitor-keys": "6.7.4",
14050
- "debug": "^4.3.4",
14051
- "globby": "^11.1.0",
14052
- "is-glob": "^4.0.3",
14053
- "semver": "^7.5.4",
14054
- "ts-api-utils": "^1.0.1"
14055
- },
14056
- "engines": {
14057
- "node": "^16.0.0 || >=18.0.0"
14058
- },
14059
- "funding": {
14060
- "type": "opencollective",
14061
- "url": "https://opencollective.com/typescript-eslint"
14062
- },
14063
- "peerDependenciesMeta": {
14064
- "typescript": {
14065
- "optional": true
14066
- }
14067
- }
14068
- },
14069
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
14070
- "version": "6.7.4",
14071
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.4.tgz",
14072
- "integrity": "sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==",
14073
- "dev": true,
14074
- "license": "MIT",
14075
- "dependencies": {
14076
- "@eslint-community/eslint-utils": "^4.4.0",
14077
- "@types/json-schema": "^7.0.12",
14078
- "@types/semver": "^7.5.0",
14079
- "@typescript-eslint/scope-manager": "6.7.4",
14080
- "@typescript-eslint/types": "6.7.4",
14081
- "@typescript-eslint/typescript-estree": "6.7.4",
14082
- "semver": "^7.5.4"
14083
- },
14084
- "engines": {
14085
- "node": "^16.0.0 || >=18.0.0"
14086
- },
14087
- "funding": {
14088
- "type": "opencollective",
14089
- "url": "https://opencollective.com/typescript-eslint"
14090
- },
14091
- "peerDependencies": {
14092
- "eslint": "^7.0.0 || ^8.0.0"
14093
- }
14094
- },
14095
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
14096
- "version": "6.7.4",
14097
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz",
14098
- "integrity": "sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==",
14099
- "dev": true,
14100
- "license": "MIT",
14101
- "dependencies": {
14102
- "@typescript-eslint/types": "6.7.4",
14103
- "eslint-visitor-keys": "^3.4.1"
14104
- },
14105
- "engines": {
14106
- "node": "^16.0.0 || >=18.0.0"
14107
- },
14108
- "funding": {
14109
- "type": "opencollective",
14110
- "url": "https://opencollective.com/typescript-eslint"
14111
- }
14112
- },
14113
13200
  "node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
14114
13201
  "version": "9.0.3",
14115
13202
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
@@ -14126,24 +13213,14 @@
14126
13213
  "url": "https://github.com/sponsors/isaacs"
14127
13214
  }
14128
13215
  },
14129
- "node_modules/eslint-plugin-prefer-arrow": {
14130
- "version": "1.2.3",
14131
- "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz",
14132
- "integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==",
14133
- "dev": true,
14134
- "license": "MIT",
14135
- "peerDependencies": {
14136
- "eslint": ">=2.0.0"
14137
- }
14138
- },
14139
13216
  "node_modules/eslint-plugin-unicorn": {
14140
- "version": "48.0.1",
14141
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-48.0.1.tgz",
14142
- "integrity": "sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==",
13217
+ "version": "49.0.0",
13218
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz",
13219
+ "integrity": "sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==",
14143
13220
  "dev": true,
14144
13221
  "license": "MIT",
14145
13222
  "dependencies": {
14146
- "@babel/helper-validator-identifier": "^7.22.5",
13223
+ "@babel/helper-validator-identifier": "^7.22.20",
14147
13224
  "@eslint-community/eslint-utils": "^4.4.0",
14148
13225
  "ci-info": "^3.8.0",
14149
13226
  "clean-regexp": "^1.0.0",
@@ -14151,7 +13228,6 @@
14151
13228
  "indent-string": "^4.0.0",
14152
13229
  "is-builtin-module": "^3.2.1",
14153
13230
  "jsesc": "^3.0.2",
14154
- "lodash": "^4.17.21",
14155
13231
  "pluralize": "^8.0.0",
14156
13232
  "read-pkg-up": "^7.0.1",
14157
13233
  "regexp-tree": "^0.1.27",
@@ -14166,57 +13242,24 @@
14166
13242
  "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
14167
13243
  },
14168
13244
  "peerDependencies": {
14169
- "eslint": ">=8.44.0"
13245
+ "eslint": ">=8.52.0"
14170
13246
  }
14171
13247
  },
14172
13248
  "node_modules/eslint-scope": {
14173
- "version": "5.1.1",
14174
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
14175
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
13249
+ "version": "7.2.2",
13250
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
13251
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
14176
13252
  "dev": true,
14177
13253
  "license": "BSD-2-Clause",
14178
13254
  "dependencies": {
14179
13255
  "esrecurse": "^4.3.0",
14180
- "estraverse": "^4.1.1"
14181
- },
14182
- "engines": {
14183
- "node": ">=8.0.0"
14184
- }
14185
- },
14186
- "node_modules/eslint-scope/node_modules/estraverse": {
14187
- "version": "4.3.0",
14188
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
14189
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
14190
- "dev": true,
14191
- "license": "BSD-2-Clause",
14192
- "engines": {
14193
- "node": ">=4.0"
14194
- }
14195
- },
14196
- "node_modules/eslint-utils": {
14197
- "version": "2.1.0",
14198
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
14199
- "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
14200
- "dev": true,
14201
- "license": "MIT",
14202
- "dependencies": {
14203
- "eslint-visitor-keys": "^1.1.0"
13256
+ "estraverse": "^5.2.0"
14204
13257
  },
14205
13258
  "engines": {
14206
- "node": ">=6"
13259
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
14207
13260
  },
14208
13261
  "funding": {
14209
- "url": "https://github.com/sponsors/mysticatea"
14210
- }
14211
- },
14212
- "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
14213
- "version": "1.3.0",
14214
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
14215
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
14216
- "dev": true,
14217
- "license": "Apache-2.0",
14218
- "engines": {
14219
- "node": ">=4"
13262
+ "url": "https://opencollective.com/eslint"
14220
13263
  }
14221
13264
  },
14222
13265
  "node_modules/eslint-visitor-keys": {
@@ -14249,6 +13292,13 @@
14249
13292
  "url": "https://github.com/sponsors/epoberezkin"
14250
13293
  }
14251
13294
  },
13295
+ "node_modules/eslint/node_modules/argparse": {
13296
+ "version": "2.0.1",
13297
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
13298
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
13299
+ "dev": true,
13300
+ "license": "Python-2.0"
13301
+ },
14252
13302
  "node_modules/eslint/node_modules/doctrine": {
14253
13303
  "version": "3.0.0",
14254
13304
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@@ -14262,21 +13312,21 @@
14262
13312
  "node": ">=6.0.0"
14263
13313
  }
14264
13314
  },
14265
- "node_modules/eslint/node_modules/eslint-scope": {
14266
- "version": "7.2.2",
14267
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
14268
- "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
13315
+ "node_modules/eslint/node_modules/find-up": {
13316
+ "version": "5.0.0",
13317
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
13318
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
14269
13319
  "dev": true,
14270
- "license": "BSD-2-Clause",
13320
+ "license": "MIT",
14271
13321
  "dependencies": {
14272
- "esrecurse": "^4.3.0",
14273
- "estraverse": "^5.2.0"
13322
+ "locate-path": "^6.0.0",
13323
+ "path-exists": "^4.0.0"
14274
13324
  },
14275
13325
  "engines": {
14276
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
13326
+ "node": ">=10"
14277
13327
  },
14278
13328
  "funding": {
14279
- "url": "https://opencollective.com/eslint"
13329
+ "url": "https://github.com/sponsors/sindresorhus"
14280
13330
  }
14281
13331
  },
14282
13332
  "node_modules/eslint/node_modules/glob-parent": {
@@ -14292,6 +13342,19 @@
14292
13342
  "node": ">=10.13.0"
14293
13343
  }
14294
13344
  },
13345
+ "node_modules/eslint/node_modules/js-yaml": {
13346
+ "version": "4.1.0",
13347
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
13348
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
13349
+ "dev": true,
13350
+ "license": "MIT",
13351
+ "dependencies": {
13352
+ "argparse": "^2.0.1"
13353
+ },
13354
+ "bin": {
13355
+ "js-yaml": "bin/js-yaml.js"
13356
+ }
13357
+ },
14295
13358
  "node_modules/eslint/node_modules/json-schema-traverse": {
14296
13359
  "version": "0.4.1",
14297
13360
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
@@ -14299,6 +13362,54 @@
14299
13362
  "dev": true,
14300
13363
  "license": "MIT"
14301
13364
  },
13365
+ "node_modules/eslint/node_modules/locate-path": {
13366
+ "version": "6.0.0",
13367
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
13368
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
13369
+ "dev": true,
13370
+ "license": "MIT",
13371
+ "dependencies": {
13372
+ "p-locate": "^5.0.0"
13373
+ },
13374
+ "engines": {
13375
+ "node": ">=10"
13376
+ },
13377
+ "funding": {
13378
+ "url": "https://github.com/sponsors/sindresorhus"
13379
+ }
13380
+ },
13381
+ "node_modules/eslint/node_modules/p-limit": {
13382
+ "version": "3.1.0",
13383
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
13384
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
13385
+ "dev": true,
13386
+ "license": "MIT",
13387
+ "dependencies": {
13388
+ "yocto-queue": "^0.1.0"
13389
+ },
13390
+ "engines": {
13391
+ "node": ">=10"
13392
+ },
13393
+ "funding": {
13394
+ "url": "https://github.com/sponsors/sindresorhus"
13395
+ }
13396
+ },
13397
+ "node_modules/eslint/node_modules/p-locate": {
13398
+ "version": "5.0.0",
13399
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
13400
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
13401
+ "dev": true,
13402
+ "license": "MIT",
13403
+ "dependencies": {
13404
+ "p-limit": "^3.0.2"
13405
+ },
13406
+ "engines": {
13407
+ "node": ">=10"
13408
+ },
13409
+ "funding": {
13410
+ "url": "https://github.com/sponsors/sindresorhus"
13411
+ }
13412
+ },
14302
13413
  "node_modules/espree": {
14303
13414
  "version": "9.6.1",
14304
13415
  "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
@@ -14427,6 +13538,13 @@
14427
13538
  "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==",
14428
13539
  "license": "Apache-2.0"
14429
13540
  },
13541
+ "node_modules/extend": {
13542
+ "version": "3.0.2",
13543
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
13544
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
13545
+ "dev": true,
13546
+ "license": "MIT"
13547
+ },
14430
13548
  "node_modules/external-editor": {
14431
13549
  "version": "3.1.0",
14432
13550
  "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
@@ -14667,19 +13785,16 @@
14667
13785
  }
14668
13786
  },
14669
13787
  "node_modules/find-up": {
14670
- "version": "5.0.0",
14671
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
14672
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
13788
+ "version": "4.1.0",
13789
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
13790
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
14673
13791
  "license": "MIT",
14674
13792
  "dependencies": {
14675
- "locate-path": "^6.0.0",
13793
+ "locate-path": "^5.0.0",
14676
13794
  "path-exists": "^4.0.0"
14677
13795
  },
14678
13796
  "engines": {
14679
- "node": ">=10"
14680
- },
14681
- "funding": {
14682
- "url": "https://github.com/sponsors/sindresorhus"
13797
+ "node": ">=8"
14683
13798
  }
14684
13799
  },
14685
13800
  "node_modules/find-yarn-workspace-root": {
@@ -14970,6 +14085,36 @@
14970
14085
  "url": "https://github.com/sponsors/isaacs"
14971
14086
  }
14972
14087
  },
14088
+ "node_modules/gaxios": {
14089
+ "version": "6.1.1",
14090
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.1.1.tgz",
14091
+ "integrity": "sha512-bw8smrX+XlAoo9o1JAksBwX+hi/RG15J+NTSxmNPIclKC3ZVK6C2afwY8OSdRvOK0+ZLecUJYtj2MmjOt3Dm0w==",
14092
+ "dev": true,
14093
+ "license": "Apache-2.0",
14094
+ "dependencies": {
14095
+ "extend": "^3.0.2",
14096
+ "https-proxy-agent": "^7.0.1",
14097
+ "is-stream": "^2.0.0",
14098
+ "node-fetch": "^2.6.9"
14099
+ },
14100
+ "engines": {
14101
+ "node": ">=14"
14102
+ }
14103
+ },
14104
+ "node_modules/gaxios/node_modules/https-proxy-agent": {
14105
+ "version": "7.0.2",
14106
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
14107
+ "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
14108
+ "dev": true,
14109
+ "license": "MIT",
14110
+ "dependencies": {
14111
+ "agent-base": "^7.0.2",
14112
+ "debug": "4"
14113
+ },
14114
+ "engines": {
14115
+ "node": ">= 14"
14116
+ }
14117
+ },
14973
14118
  "node_modules/gensync": {
14974
14119
  "version": "1.0.0-beta.2",
14975
14120
  "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -15136,23 +14281,10 @@
15136
14281
  "get-intrinsic": "^1.1.1"
15137
14282
  },
15138
14283
  "engines": {
15139
- "node": ">= 0.4"
15140
- },
15141
- "funding": {
15142
- "url": "https://github.com/sponsors/ljharb"
15143
- }
15144
- },
15145
- "node_modules/get-tsconfig": {
15146
- "version": "4.7.0",
15147
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.0.tgz",
15148
- "integrity": "sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==",
15149
- "dev": true,
15150
- "license": "MIT",
15151
- "dependencies": {
15152
- "resolve-pkg-maps": "^1.0.0"
14284
+ "node": ">= 0.4"
15153
14285
  },
15154
14286
  "funding": {
15155
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
14287
+ "url": "https://github.com/sponsors/ljharb"
15156
14288
  }
15157
14289
  },
15158
14290
  "node_modules/get-uri": {
@@ -15554,16 +14686,6 @@
15554
14686
  "node": ">=8.0.0"
15555
14687
  }
15556
14688
  },
15557
- "node_modules/growl": {
15558
- "version": "1.10.5",
15559
- "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz",
15560
- "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==",
15561
- "dev": true,
15562
- "license": "MIT",
15563
- "engines": {
15564
- "node": ">=4.x"
15565
- }
15566
- },
15567
14689
  "node_modules/handlebars": {
15568
14690
  "version": "4.7.8",
15569
14691
  "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
@@ -15803,6 +14925,26 @@
15803
14925
  "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
15804
14926
  "license": "MIT"
15805
14927
  },
14928
+ "node_modules/htmlparser2": {
14929
+ "version": "9.0.0",
14930
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.0.0.tgz",
14931
+ "integrity": "sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==",
14932
+ "dev": true,
14933
+ "funding": [
14934
+ "https://github.com/fb55/htmlparser2?sponsor=1",
14935
+ {
14936
+ "type": "github",
14937
+ "url": "https://github.com/sponsors/fb55"
14938
+ }
14939
+ ],
14940
+ "license": "MIT",
14941
+ "dependencies": {
14942
+ "domelementtype": "^2.3.0",
14943
+ "domhandler": "^5.0.3",
14944
+ "domutils": "^3.1.0",
14945
+ "entities": "^4.5.0"
14946
+ }
14947
+ },
15806
14948
  "node_modules/http-cache-semantics": {
15807
14949
  "version": "4.1.1",
15808
14950
  "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
@@ -17092,13 +16234,13 @@
17092
16234
  "license": "MIT"
17093
16235
  },
17094
16236
  "node_modules/js-yaml": {
17095
- "version": "4.1.0",
17096
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
17097
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
17098
- "dev": true,
16237
+ "version": "3.14.1",
16238
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
16239
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
17099
16240
  "license": "MIT",
17100
16241
  "dependencies": {
17101
- "argparse": "^2.0.1"
16242
+ "argparse": "^1.0.7",
16243
+ "esprima": "^4.0.0"
17102
16244
  },
17103
16245
  "bin": {
17104
16246
  "js-yaml": "bin/js-yaml.js"
@@ -20367,6 +19509,83 @@
20367
19509
  "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
20368
19510
  "license": "MIT"
20369
19511
  },
19512
+ "node_modules/linkinator": {
19513
+ "version": "6.0.2",
19514
+ "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.2.tgz",
19515
+ "integrity": "sha512-28eiQVzGwaCvVUb/cxii5jraWZYUv5n2Q5CaSRUH9oGDo1Jr8GcREnpw/0IfJ5YTRoIt9/ihra2lG8yqCN292g==",
19516
+ "dev": true,
19517
+ "license": "MIT",
19518
+ "dependencies": {
19519
+ "chalk": "^5.0.0",
19520
+ "escape-html": "^1.0.3",
19521
+ "gaxios": "^6.0.0",
19522
+ "glob": "^10.3.10",
19523
+ "htmlparser2": "^9.0.0",
19524
+ "marked": "^10.0.0",
19525
+ "meow": "^12.0.1",
19526
+ "mime": "^3.0.0",
19527
+ "server-destroy": "^1.0.1",
19528
+ "srcset": "^5.0.0"
19529
+ },
19530
+ "bin": {
19531
+ "linkinator": "build/src/cli.js"
19532
+ },
19533
+ "engines": {
19534
+ "node": ">=18"
19535
+ }
19536
+ },
19537
+ "node_modules/linkinator/node_modules/chalk": {
19538
+ "version": "5.3.0",
19539
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
19540
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
19541
+ "dev": true,
19542
+ "license": "MIT",
19543
+ "engines": {
19544
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
19545
+ },
19546
+ "funding": {
19547
+ "url": "https://github.com/chalk/chalk?sponsor=1"
19548
+ }
19549
+ },
19550
+ "node_modules/linkinator/node_modules/marked": {
19551
+ "version": "10.0.0",
19552
+ "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz",
19553
+ "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==",
19554
+ "dev": true,
19555
+ "license": "MIT",
19556
+ "bin": {
19557
+ "marked": "bin/marked.js"
19558
+ },
19559
+ "engines": {
19560
+ "node": ">= 18"
19561
+ }
19562
+ },
19563
+ "node_modules/linkinator/node_modules/meow": {
19564
+ "version": "12.1.1",
19565
+ "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
19566
+ "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
19567
+ "dev": true,
19568
+ "license": "MIT",
19569
+ "engines": {
19570
+ "node": ">=16.10"
19571
+ },
19572
+ "funding": {
19573
+ "url": "https://github.com/sponsors/sindresorhus"
19574
+ }
19575
+ },
19576
+ "node_modules/linkinator/node_modules/mime": {
19577
+ "version": "3.0.0",
19578
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
19579
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
19580
+ "dev": true,
19581
+ "license": "MIT",
19582
+ "bin": {
19583
+ "mime": "cli.js"
19584
+ },
19585
+ "engines": {
19586
+ "node": ">=10.0.0"
19587
+ }
19588
+ },
20370
19589
  "node_modules/load-json-file": {
20371
19590
  "version": "4.0.0",
20372
19591
  "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
@@ -20422,28 +19641,6 @@
20422
19641
  "node": ">=6"
20423
19642
  }
20424
19643
  },
20425
- "node_modules/load-yaml-file/node_modules/argparse": {
20426
- "version": "1.0.10",
20427
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
20428
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
20429
- "license": "MIT",
20430
- "dependencies": {
20431
- "sprintf-js": "~1.0.2"
20432
- }
20433
- },
20434
- "node_modules/load-yaml-file/node_modules/js-yaml": {
20435
- "version": "3.14.1",
20436
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
20437
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
20438
- "license": "MIT",
20439
- "dependencies": {
20440
- "argparse": "^1.0.7",
20441
- "esprima": "^4.0.0"
20442
- },
20443
- "bin": {
20444
- "js-yaml": "bin/js-yaml.js"
20445
- }
20446
- },
20447
19644
  "node_modules/load-yaml-file/node_modules/pify": {
20448
19645
  "version": "4.0.1",
20449
19646
  "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
@@ -20454,18 +19651,15 @@
20454
19651
  }
20455
19652
  },
20456
19653
  "node_modules/locate-path": {
20457
- "version": "6.0.0",
20458
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
20459
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
19654
+ "version": "5.0.0",
19655
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
19656
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
20460
19657
  "license": "MIT",
20461
19658
  "dependencies": {
20462
- "p-locate": "^5.0.0"
19659
+ "p-locate": "^4.1.0"
20463
19660
  },
20464
19661
  "engines": {
20465
- "node": ">=10"
20466
- },
20467
- "funding": {
20468
- "url": "https://github.com/sponsors/sindresorhus"
19662
+ "node": ">=8"
20469
19663
  }
20470
19664
  },
20471
19665
  "node_modules/lodash": {
@@ -21048,16 +20242,6 @@
21048
20242
  "url": "https://github.com/sponsors/sindresorhus"
21049
20243
  }
21050
20244
  },
21051
- "node_modules/meow/node_modules/yargs-parser": {
21052
- "version": "20.2.9",
21053
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
21054
- "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
21055
- "dev": true,
21056
- "license": "ISC",
21057
- "engines": {
21058
- "node": ">=10"
21059
- }
21060
- },
21061
20245
  "node_modules/merge-stream": {
21062
20246
  "version": "2.0.0",
21063
20247
  "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
@@ -21416,6 +20600,13 @@
21416
20600
  "url": "https://opencollective.com/mochajs"
21417
20601
  }
21418
20602
  },
20603
+ "node_modules/mocha/node_modules/argparse": {
20604
+ "version": "2.0.1",
20605
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
20606
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
20607
+ "dev": true,
20608
+ "license": "Python-2.0"
20609
+ },
21419
20610
  "node_modules/mocha/node_modules/diff": {
21420
20611
  "version": "5.0.0",
21421
20612
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
@@ -21426,6 +20617,23 @@
21426
20617
  "node": ">=0.3.1"
21427
20618
  }
21428
20619
  },
20620
+ "node_modules/mocha/node_modules/find-up": {
20621
+ "version": "5.0.0",
20622
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
20623
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
20624
+ "dev": true,
20625
+ "license": "MIT",
20626
+ "dependencies": {
20627
+ "locate-path": "^6.0.0",
20628
+ "path-exists": "^4.0.0"
20629
+ },
20630
+ "engines": {
20631
+ "node": ">=10"
20632
+ },
20633
+ "funding": {
20634
+ "url": "https://github.com/sponsors/sindresorhus"
20635
+ }
20636
+ },
21429
20637
  "node_modules/mocha/node_modules/glob": {
21430
20638
  "version": "7.2.0",
21431
20639
  "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -21471,6 +20679,35 @@
21471
20679
  "node": "*"
21472
20680
  }
21473
20681
  },
20682
+ "node_modules/mocha/node_modules/js-yaml": {
20683
+ "version": "4.1.0",
20684
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
20685
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
20686
+ "dev": true,
20687
+ "license": "MIT",
20688
+ "dependencies": {
20689
+ "argparse": "^2.0.1"
20690
+ },
20691
+ "bin": {
20692
+ "js-yaml": "bin/js-yaml.js"
20693
+ }
20694
+ },
20695
+ "node_modules/mocha/node_modules/locate-path": {
20696
+ "version": "6.0.0",
20697
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
20698
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
20699
+ "dev": true,
20700
+ "license": "MIT",
20701
+ "dependencies": {
20702
+ "p-locate": "^5.0.0"
20703
+ },
20704
+ "engines": {
20705
+ "node": ">=10"
20706
+ },
20707
+ "funding": {
20708
+ "url": "https://github.com/sponsors/sindresorhus"
20709
+ }
20710
+ },
21474
20711
  "node_modules/mocha/node_modules/minimatch": {
21475
20712
  "version": "5.0.1",
21476
20713
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
@@ -21484,6 +20721,38 @@
21484
20721
  "node": ">=10"
21485
20722
  }
21486
20723
  },
20724
+ "node_modules/mocha/node_modules/p-limit": {
20725
+ "version": "3.1.0",
20726
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
20727
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
20728
+ "dev": true,
20729
+ "license": "MIT",
20730
+ "dependencies": {
20731
+ "yocto-queue": "^0.1.0"
20732
+ },
20733
+ "engines": {
20734
+ "node": ">=10"
20735
+ },
20736
+ "funding": {
20737
+ "url": "https://github.com/sponsors/sindresorhus"
20738
+ }
20739
+ },
20740
+ "node_modules/mocha/node_modules/p-locate": {
20741
+ "version": "5.0.0",
20742
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
20743
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
20744
+ "dev": true,
20745
+ "license": "MIT",
20746
+ "dependencies": {
20747
+ "p-limit": "^3.0.2"
20748
+ },
20749
+ "engines": {
20750
+ "node": ">=10"
20751
+ },
20752
+ "funding": {
20753
+ "url": "https://github.com/sponsors/sindresorhus"
20754
+ }
20755
+ },
21487
20756
  "node_modules/mocha/node_modules/supports-color": {
21488
20757
  "version": "8.1.1",
21489
20758
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -21500,6 +20769,16 @@
21500
20769
  "url": "https://github.com/chalk/supports-color?sponsor=1"
21501
20770
  }
21502
20771
  },
20772
+ "node_modules/mocha/node_modules/yargs-parser": {
20773
+ "version": "20.2.4",
20774
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
20775
+ "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
20776
+ "dev": true,
20777
+ "license": "ISC",
20778
+ "engines": {
20779
+ "node": ">=10"
20780
+ }
20781
+ },
21503
20782
  "node_modules/modify-values": {
21504
20783
  "version": "1.0.1",
21505
20784
  "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",
@@ -21636,27 +20915,50 @@
21636
20915
  "license": "MIT"
21637
20916
  },
21638
20917
  "node_modules/nise": {
21639
- "version": "5.1.4",
21640
- "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.4.tgz",
21641
- "integrity": "sha512-8+Ib8rRJ4L0o3kfmyVCL7gzrohyDe0cMFTBa2d364yIrEGMEoetznKJx899YxjybU6bL9SQkYPSBBs1gyYs8Xg==",
20918
+ "version": "1.5.3",
20919
+ "resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",
20920
+ "integrity": "sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==",
21642
20921
  "dev": true,
21643
20922
  "license": "BSD-3-Clause",
21644
20923
  "dependencies": {
21645
- "@sinonjs/commons": "^2.0.0",
21646
- "@sinonjs/fake-timers": "^10.0.2",
20924
+ "@sinonjs/formatio": "^3.2.1",
21647
20925
  "@sinonjs/text-encoding": "^0.7.1",
21648
20926
  "just-extend": "^4.0.2",
20927
+ "lolex": "^5.0.1",
21649
20928
  "path-to-regexp": "^1.7.0"
21650
20929
  }
21651
20930
  },
21652
- "node_modules/nise/node_modules/@sinonjs/commons": {
21653
- "version": "2.0.0",
21654
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz",
21655
- "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==",
20931
+ "node_modules/nise/node_modules/@sinonjs/formatio": {
20932
+ "version": "3.2.2",
20933
+ "resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.2.tgz",
20934
+ "integrity": "sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ==",
21656
20935
  "dev": true,
21657
20936
  "license": "BSD-3-Clause",
21658
20937
  "dependencies": {
21659
- "type-detect": "4.0.8"
20938
+ "@sinonjs/commons": "^1",
20939
+ "@sinonjs/samsam": "^3.1.0"
20940
+ }
20941
+ },
20942
+ "node_modules/nise/node_modules/@sinonjs/samsam": {
20943
+ "version": "3.3.3",
20944
+ "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-3.3.3.tgz",
20945
+ "integrity": "sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ==",
20946
+ "dev": true,
20947
+ "license": "BSD-3-Clause",
20948
+ "dependencies": {
20949
+ "@sinonjs/commons": "^1.3.0",
20950
+ "array-from": "^2.1.1",
20951
+ "lodash": "^4.17.15"
20952
+ }
20953
+ },
20954
+ "node_modules/nise/node_modules/lolex": {
20955
+ "version": "5.1.2",
20956
+ "resolved": "https://registry.npmjs.org/lolex/-/lolex-5.1.2.tgz",
20957
+ "integrity": "sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==",
20958
+ "dev": true,
20959
+ "license": "BSD-3-Clause",
20960
+ "dependencies": {
20961
+ "@sinonjs/commons": "^1.7.0"
21660
20962
  }
21661
20963
  },
21662
20964
  "node_modules/no-case": {
@@ -21679,9 +20981,9 @@
21679
20981
  }
21680
20982
  },
21681
20983
  "node_modules/node-fetch": {
21682
- "version": "2.6.12",
21683
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
21684
- "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
20984
+ "version": "2.7.0",
20985
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
20986
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
21685
20987
  "license": "MIT",
21686
20988
  "dependencies": {
21687
20989
  "whatwg-url": "^5.0.0"
@@ -25398,22 +24700,8 @@
25398
24700
  "license": "ISC",
25399
24701
  "dependencies": {
25400
24702
  "string-width": "^4.2.0",
25401
- "strip-ansi": "^6.0.0",
25402
- "wrap-ansi": "^6.2.0"
25403
- }
25404
- },
25405
- "node_modules/nyc/node_modules/find-up": {
25406
- "version": "4.1.0",
25407
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
25408
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
25409
- "dev": true,
25410
- "license": "MIT",
25411
- "dependencies": {
25412
- "locate-path": "^5.0.0",
25413
- "path-exists": "^4.0.0"
25414
- },
25415
- "engines": {
25416
- "node": ">=8"
24703
+ "strip-ansi": "^6.0.0",
24704
+ "wrap-ansi": "^6.2.0"
25417
24705
  }
25418
24706
  },
25419
24707
  "node_modules/nyc/node_modules/glob": {
@@ -25437,32 +24725,6 @@
25437
24725
  "url": "https://github.com/sponsors/isaacs"
25438
24726
  }
25439
24727
  },
25440
- "node_modules/nyc/node_modules/locate-path": {
25441
- "version": "5.0.0",
25442
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
25443
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
25444
- "dev": true,
25445
- "license": "MIT",
25446
- "dependencies": {
25447
- "p-locate": "^4.1.0"
25448
- },
25449
- "engines": {
25450
- "node": ">=8"
25451
- }
25452
- },
25453
- "node_modules/nyc/node_modules/p-locate": {
25454
- "version": "4.1.0",
25455
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
25456
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
25457
- "dev": true,
25458
- "license": "MIT",
25459
- "dependencies": {
25460
- "p-limit": "^2.2.0"
25461
- },
25462
- "engines": {
25463
- "node": ">=8"
25464
- }
25465
- },
25466
24728
  "node_modules/nyc/node_modules/p-map": {
25467
24729
  "version": "3.0.0",
25468
24730
  "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
@@ -25773,16 +25035,6 @@
25773
25035
  "node": ">=14.0.0"
25774
25036
  }
25775
25037
  },
25776
- "node_modules/oclif/node_modules/argparse": {
25777
- "version": "1.0.10",
25778
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
25779
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
25780
- "dev": true,
25781
- "license": "MIT",
25782
- "dependencies": {
25783
- "sprintf-js": "~1.0.2"
25784
- }
25785
- },
25786
25038
  "node_modules/oclif/node_modules/hosted-git-info": {
25787
25039
  "version": "4.1.0",
25788
25040
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
@@ -25796,20 +25048,6 @@
25796
25048
  "node": ">=10"
25797
25049
  }
25798
25050
  },
25799
- "node_modules/oclif/node_modules/js-yaml": {
25800
- "version": "3.14.1",
25801
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
25802
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
25803
- "dev": true,
25804
- "license": "MIT",
25805
- "dependencies": {
25806
- "argparse": "^1.0.7",
25807
- "esprima": "^4.0.0"
25808
- },
25809
- "bin": {
25810
- "js-yaml": "bin/js-yaml.js"
25811
- }
25812
- },
25813
25051
  "node_modules/oclif/node_modules/lru-cache": {
25814
25052
  "version": "6.0.0",
25815
25053
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -25994,33 +25232,15 @@
25994
25232
  }
25995
25233
  },
25996
25234
  "node_modules/p-locate": {
25997
- "version": "5.0.0",
25998
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
25999
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
26000
- "license": "MIT",
26001
- "dependencies": {
26002
- "p-limit": "^3.0.2"
26003
- },
26004
- "engines": {
26005
- "node": ">=10"
26006
- },
26007
- "funding": {
26008
- "url": "https://github.com/sponsors/sindresorhus"
26009
- }
26010
- },
26011
- "node_modules/p-locate/node_modules/p-limit": {
26012
- "version": "3.1.0",
26013
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
26014
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
25235
+ "version": "4.1.0",
25236
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
25237
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
26015
25238
  "license": "MIT",
26016
25239
  "dependencies": {
26017
- "yocto-queue": "^0.1.0"
25240
+ "p-limit": "^2.2.0"
26018
25241
  },
26019
25242
  "engines": {
26020
- "node": ">=10"
26021
- },
26022
- "funding": {
26023
- "url": "https://github.com/sponsors/sindresorhus"
25243
+ "node": ">=8"
26024
25244
  }
26025
25245
  },
26026
25246
  "node_modules/p-map": {
@@ -26694,43 +25914,6 @@
26694
25914
  "node": ">=8"
26695
25915
  }
26696
25916
  },
26697
- "node_modules/pkg-dir/node_modules/find-up": {
26698
- "version": "4.1.0",
26699
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
26700
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
26701
- "license": "MIT",
26702
- "dependencies": {
26703
- "locate-path": "^5.0.0",
26704
- "path-exists": "^4.0.0"
26705
- },
26706
- "engines": {
26707
- "node": ">=8"
26708
- }
26709
- },
26710
- "node_modules/pkg-dir/node_modules/locate-path": {
26711
- "version": "5.0.0",
26712
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
26713
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
26714
- "license": "MIT",
26715
- "dependencies": {
26716
- "p-locate": "^4.1.0"
26717
- },
26718
- "engines": {
26719
- "node": ">=8"
26720
- }
26721
- },
26722
- "node_modules/pkg-dir/node_modules/p-locate": {
26723
- "version": "4.1.0",
26724
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
26725
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
26726
- "license": "MIT",
26727
- "dependencies": {
26728
- "p-limit": "^2.2.0"
26729
- },
26730
- "engines": {
26731
- "node": ">=8"
26732
- }
26733
- },
26734
25917
  "node_modules/pluralize": {
26735
25918
  "version": "8.0.0",
26736
25919
  "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
@@ -26770,6 +25953,67 @@
26770
25953
  "node": ">=10"
26771
25954
  }
26772
25955
  },
25956
+ "node_modules/preferred-pm/node_modules/find-up": {
25957
+ "version": "5.0.0",
25958
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
25959
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
25960
+ "license": "MIT",
25961
+ "dependencies": {
25962
+ "locate-path": "^6.0.0",
25963
+ "path-exists": "^4.0.0"
25964
+ },
25965
+ "engines": {
25966
+ "node": ">=10"
25967
+ },
25968
+ "funding": {
25969
+ "url": "https://github.com/sponsors/sindresorhus"
25970
+ }
25971
+ },
25972
+ "node_modules/preferred-pm/node_modules/locate-path": {
25973
+ "version": "6.0.0",
25974
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
25975
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
25976
+ "license": "MIT",
25977
+ "dependencies": {
25978
+ "p-locate": "^5.0.0"
25979
+ },
25980
+ "engines": {
25981
+ "node": ">=10"
25982
+ },
25983
+ "funding": {
25984
+ "url": "https://github.com/sponsors/sindresorhus"
25985
+ }
25986
+ },
25987
+ "node_modules/preferred-pm/node_modules/p-limit": {
25988
+ "version": "3.1.0",
25989
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
25990
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
25991
+ "license": "MIT",
25992
+ "dependencies": {
25993
+ "yocto-queue": "^0.1.0"
25994
+ },
25995
+ "engines": {
25996
+ "node": ">=10"
25997
+ },
25998
+ "funding": {
25999
+ "url": "https://github.com/sponsors/sindresorhus"
26000
+ }
26001
+ },
26002
+ "node_modules/preferred-pm/node_modules/p-locate": {
26003
+ "version": "5.0.0",
26004
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
26005
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
26006
+ "license": "MIT",
26007
+ "dependencies": {
26008
+ "p-limit": "^3.0.2"
26009
+ },
26010
+ "engines": {
26011
+ "node": ">=10"
26012
+ },
26013
+ "funding": {
26014
+ "url": "https://github.com/sponsors/sindresorhus"
26015
+ }
26016
+ },
26773
26017
  "node_modules/prelude-ls": {
26774
26018
  "version": "1.2.1",
26775
26019
  "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -26870,20 +26114,6 @@
26870
26114
  "url": "https://github.com/sindresorhus/execa?sponsor=1"
26871
26115
  }
26872
26116
  },
26873
- "node_modules/pretty-quick/node_modules/find-up": {
26874
- "version": "4.1.0",
26875
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
26876
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
26877
- "dev": true,
26878
- "license": "MIT",
26879
- "dependencies": {
26880
- "locate-path": "^5.0.0",
26881
- "path-exists": "^4.0.0"
26882
- },
26883
- "engines": {
26884
- "node": ">=8"
26885
- }
26886
- },
26887
26117
  "node_modules/pretty-quick/node_modules/get-stream": {
26888
26118
  "version": "5.2.0",
26889
26119
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
@@ -26910,32 +26140,6 @@
26910
26140
  "node": ">=8.12.0"
26911
26141
  }
26912
26142
  },
26913
- "node_modules/pretty-quick/node_modules/locate-path": {
26914
- "version": "5.0.0",
26915
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
26916
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
26917
- "dev": true,
26918
- "license": "MIT",
26919
- "dependencies": {
26920
- "p-locate": "^4.1.0"
26921
- },
26922
- "engines": {
26923
- "node": ">=8"
26924
- }
26925
- },
26926
- "node_modules/pretty-quick/node_modules/p-locate": {
26927
- "version": "4.1.0",
26928
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
26929
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
26930
- "dev": true,
26931
- "license": "MIT",
26932
- "dependencies": {
26933
- "p-limit": "^2.2.0"
26934
- },
26935
- "engines": {
26936
- "node": ">=8"
26937
- }
26938
- },
26939
26143
  "node_modules/proc-log": {
26940
26144
  "version": "3.0.0",
26941
26145
  "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz",
@@ -27189,13 +26393,6 @@
27189
26393
  "url": "https://github.com/sponsors/sindresorhus"
27190
26394
  }
27191
26395
  },
27192
- "node_modules/rambda": {
27193
- "version": "7.5.0",
27194
- "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.5.0.tgz",
27195
- "integrity": "sha512-y/M9weqWAH4iopRd7EHDEQQvpFPHj1AA3oHozE9tfITHUtTR7Z9PSlIRRG2l1GuW7sefC1cXFfIcF+cgnShdBA==",
27196
- "dev": true,
27197
- "license": "MIT"
27198
- },
27199
26396
  "node_modules/randombytes": {
27200
26397
  "version": "2.1.0",
27201
26398
  "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
@@ -27304,37 +26501,12 @@
27304
26501
  "url": "https://github.com/sponsors/sindresorhus"
27305
26502
  }
27306
26503
  },
27307
- "node_modules/read-pkg-up/node_modules/find-up": {
27308
- "version": "4.1.0",
27309
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
27310
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
27311
- "license": "MIT",
27312
- "dependencies": {
27313
- "locate-path": "^5.0.0",
27314
- "path-exists": "^4.0.0"
27315
- },
27316
- "engines": {
27317
- "node": ">=8"
27318
- }
27319
- },
27320
26504
  "node_modules/read-pkg-up/node_modules/hosted-git-info": {
27321
26505
  "version": "2.8.9",
27322
26506
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
27323
26507
  "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
27324
26508
  "license": "ISC"
27325
26509
  },
27326
- "node_modules/read-pkg-up/node_modules/locate-path": {
27327
- "version": "5.0.0",
27328
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
27329
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
27330
- "license": "MIT",
27331
- "dependencies": {
27332
- "p-locate": "^4.1.0"
27333
- },
27334
- "engines": {
27335
- "node": ">=8"
27336
- }
27337
- },
27338
26510
  "node_modules/read-pkg-up/node_modules/normalize-package-data": {
27339
26511
  "version": "2.5.0",
27340
26512
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -27347,18 +26519,6 @@
27347
26519
  "validate-npm-package-license": "^3.0.1"
27348
26520
  }
27349
26521
  },
27350
- "node_modules/read-pkg-up/node_modules/p-locate": {
27351
- "version": "4.1.0",
27352
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
27353
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
27354
- "license": "MIT",
27355
- "dependencies": {
27356
- "p-limit": "^2.2.0"
27357
- },
27358
- "engines": {
27359
- "node": ">=8"
27360
- }
27361
- },
27362
26522
  "node_modules/read-pkg-up/node_modules/read-pkg": {
27363
26523
  "version": "5.2.0",
27364
26524
  "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
@@ -27549,29 +26709,16 @@
27549
26709
  "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
27550
26710
  "dev": true,
27551
26711
  "license": "MIT",
27552
- "dependencies": {
27553
- "call-bind": "^1.0.2",
27554
- "define-properties": "^1.2.0",
27555
- "set-function-name": "^2.0.0"
27556
- },
27557
- "engines": {
27558
- "node": ">= 0.4"
27559
- },
27560
- "funding": {
27561
- "url": "https://github.com/sponsors/ljharb"
27562
- }
27563
- },
27564
- "node_modules/regexpp": {
27565
- "version": "3.2.0",
27566
- "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
27567
- "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
27568
- "dev": true,
27569
- "license": "MIT",
26712
+ "dependencies": {
26713
+ "call-bind": "^1.0.2",
26714
+ "define-properties": "^1.2.0",
26715
+ "set-function-name": "^2.0.0"
26716
+ },
27570
26717
  "engines": {
27571
- "node": ">=8"
26718
+ "node": ">= 0.4"
27572
26719
  },
27573
26720
  "funding": {
27574
- "url": "https://github.com/sponsors/mysticatea"
26721
+ "url": "https://github.com/sponsors/ljharb"
27575
26722
  }
27576
26723
  },
27577
26724
  "node_modules/regjsparser": {
@@ -27716,16 +26863,6 @@
27716
26863
  "node": ">=8"
27717
26864
  }
27718
26865
  },
27719
- "node_modules/resolve-pkg-maps": {
27720
- "version": "1.0.0",
27721
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
27722
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
27723
- "dev": true,
27724
- "license": "MIT",
27725
- "funding": {
27726
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
27727
- }
27728
- },
27729
26866
  "node_modules/responselike": {
27730
26867
  "version": "2.0.1",
27731
26868
  "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
@@ -28023,6 +27160,13 @@
28023
27160
  "randombytes": "^2.1.0"
28024
27161
  }
28025
27162
  },
27163
+ "node_modules/server-destroy": {
27164
+ "version": "1.0.1",
27165
+ "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
27166
+ "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==",
27167
+ "dev": true,
27168
+ "license": "ISC"
27169
+ },
28026
27170
  "node_modules/set-blocking": {
28027
27171
  "version": "2.0.0",
28028
27172
  "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
@@ -28137,15 +27281,16 @@
28137
27281
  }
28138
27282
  },
28139
27283
  "node_modules/shiki": {
28140
- "version": "0.11.1",
28141
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.11.1.tgz",
28142
- "integrity": "sha512-EugY9VASFuDqOexOgXR18ZV+TbFrQHeCpEYaXamO+SZlsnT/2LxuLBX25GGtIrwaEVFXUAbUQ601SWE2rMwWHA==",
27284
+ "version": "0.14.6",
27285
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.6.tgz",
27286
+ "integrity": "sha512-R4koBBlQP33cC8cpzX0hAoOURBHJILp4Aaduh2eYi+Vj8ZBqtK/5SWNEHBS3qwUMu8dqOtI/ftno3ESfNeVW9g==",
28143
27287
  "dev": true,
28144
27288
  "license": "MIT",
28145
27289
  "dependencies": {
28146
- "jsonc-parser": "^3.0.0",
28147
- "vscode-oniguruma": "^1.6.1",
28148
- "vscode-textmate": "^6.0.0"
27290
+ "ansi-sequence-parser": "^1.1.0",
27291
+ "jsonc-parser": "^3.2.0",
27292
+ "vscode-oniguruma": "^1.7.0",
27293
+ "vscode-textmate": "^8.0.0"
28149
27294
  }
28150
27295
  },
28151
27296
  "node_modules/shimmer": {
@@ -28319,32 +27464,46 @@
28319
27464
  "license": "MIT"
28320
27465
  },
28321
27466
  "node_modules/sinon": {
28322
- "version": "15.2.0",
28323
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz",
28324
- "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==",
27467
+ "version": "10.0.0",
27468
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
27469
+ "integrity": "sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==",
28325
27470
  "dev": true,
28326
27471
  "license": "BSD-3-Clause",
28327
27472
  "dependencies": {
28328
- "@sinonjs/commons": "^3.0.0",
28329
- "@sinonjs/fake-timers": "^10.3.0",
28330
- "@sinonjs/samsam": "^8.0.0",
28331
- "diff": "^5.1.0",
28332
- "nise": "^5.1.4",
28333
- "supports-color": "^7.2.0"
27473
+ "@sinonjs/commons": "^1.8.1",
27474
+ "@sinonjs/fake-timers": "^6.0.1",
27475
+ "@sinonjs/samsam": "^5.3.1",
27476
+ "diff": "^4.0.2",
27477
+ "nise": "^4.1.0",
27478
+ "supports-color": "^7.1.0"
28334
27479
  },
28335
27480
  "funding": {
28336
27481
  "type": "opencollective",
28337
27482
  "url": "https://opencollective.com/sinon"
28338
27483
  }
28339
27484
  },
28340
- "node_modules/sinon/node_modules/@sinonjs/commons": {
28341
- "version": "3.0.0",
28342
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
28343
- "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
27485
+ "node_modules/sinon/node_modules/diff": {
27486
+ "version": "4.0.2",
27487
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
27488
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
27489
+ "dev": true,
27490
+ "license": "BSD-3-Clause",
27491
+ "engines": {
27492
+ "node": ">=0.3.1"
27493
+ }
27494
+ },
27495
+ "node_modules/sinon/node_modules/nise": {
27496
+ "version": "4.1.0",
27497
+ "resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
27498
+ "integrity": "sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==",
28344
27499
  "dev": true,
28345
27500
  "license": "BSD-3-Clause",
28346
27501
  "dependencies": {
28347
- "type-detect": "4.0.8"
27502
+ "@sinonjs/commons": "^1.7.0",
27503
+ "@sinonjs/fake-timers": "^6.0.0",
27504
+ "@sinonjs/text-encoding": "^0.7.1",
27505
+ "just-extend": "^4.0.2",
27506
+ "path-to-regexp": "^1.7.0"
28348
27507
  }
28349
27508
  },
28350
27509
  "node_modules/slash": {
@@ -28545,6 +27704,19 @@
28545
27704
  "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
28546
27705
  "license": "BSD-3-Clause"
28547
27706
  },
27707
+ "node_modules/srcset": {
27708
+ "version": "5.0.0",
27709
+ "resolved": "https://registry.npmjs.org/srcset/-/srcset-5.0.0.tgz",
27710
+ "integrity": "sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==",
27711
+ "dev": true,
27712
+ "license": "MIT",
27713
+ "engines": {
27714
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
27715
+ },
27716
+ "funding": {
27717
+ "url": "https://github.com/sponsors/sindresorhus"
27718
+ }
27719
+ },
28548
27720
  "node_modules/ssri": {
28549
27721
  "version": "10.0.5",
28550
27722
  "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
@@ -28656,6 +27828,23 @@
28656
27828
  "node": ">=0.8.0"
28657
27829
  }
28658
27830
  },
27831
+ "node_modules/standard-version/node_modules/find-up": {
27832
+ "version": "5.0.0",
27833
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
27834
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
27835
+ "dev": true,
27836
+ "license": "MIT",
27837
+ "dependencies": {
27838
+ "locate-path": "^6.0.0",
27839
+ "path-exists": "^4.0.0"
27840
+ },
27841
+ "engines": {
27842
+ "node": ">=10"
27843
+ },
27844
+ "funding": {
27845
+ "url": "https://github.com/sponsors/sindresorhus"
27846
+ }
27847
+ },
28659
27848
  "node_modules/standard-version/node_modules/has-flag": {
28660
27849
  "version": "3.0.0",
28661
27850
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -28666,6 +27855,54 @@
28666
27855
  "node": ">=4"
28667
27856
  }
28668
27857
  },
27858
+ "node_modules/standard-version/node_modules/locate-path": {
27859
+ "version": "6.0.0",
27860
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
27861
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
27862
+ "dev": true,
27863
+ "license": "MIT",
27864
+ "dependencies": {
27865
+ "p-locate": "^5.0.0"
27866
+ },
27867
+ "engines": {
27868
+ "node": ">=10"
27869
+ },
27870
+ "funding": {
27871
+ "url": "https://github.com/sponsors/sindresorhus"
27872
+ }
27873
+ },
27874
+ "node_modules/standard-version/node_modules/p-limit": {
27875
+ "version": "3.1.0",
27876
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
27877
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
27878
+ "dev": true,
27879
+ "license": "MIT",
27880
+ "dependencies": {
27881
+ "yocto-queue": "^0.1.0"
27882
+ },
27883
+ "engines": {
27884
+ "node": ">=10"
27885
+ },
27886
+ "funding": {
27887
+ "url": "https://github.com/sponsors/sindresorhus"
27888
+ }
27889
+ },
27890
+ "node_modules/standard-version/node_modules/p-locate": {
27891
+ "version": "5.0.0",
27892
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
27893
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
27894
+ "dev": true,
27895
+ "license": "MIT",
27896
+ "dependencies": {
27897
+ "p-limit": "^3.0.2"
27898
+ },
27899
+ "engines": {
27900
+ "node": ">=10"
27901
+ },
27902
+ "funding": {
27903
+ "url": "https://github.com/sponsors/sindresorhus"
27904
+ }
27905
+ },
28669
27906
  "node_modules/standard-version/node_modules/supports-color": {
28670
27907
  "version": "5.5.0",
28671
27908
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -28920,16 +28157,6 @@
28920
28157
  "url": "https://github.com/sponsors/ljharb"
28921
28158
  }
28922
28159
  },
28923
- "node_modules/tapable": {
28924
- "version": "2.2.1",
28925
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
28926
- "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
28927
- "dev": true,
28928
- "license": "MIT",
28929
- "engines": {
28930
- "node": ">=6"
28931
- }
28932
- },
28933
28160
  "node_modules/tar": {
28934
28161
  "version": "6.2.0",
28935
28162
  "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
@@ -29219,6 +28446,19 @@
29219
28446
  "typescript": ">=4.2.0"
29220
28447
  }
29221
28448
  },
28449
+ "node_modules/ts-api-utils/node_modules/typescript": {
28450
+ "version": "4.9.5",
28451
+ "dev": true,
28452
+ "license": "Apache-2.0",
28453
+ "peer": true,
28454
+ "bin": {
28455
+ "tsc": "bin/tsc",
28456
+ "tsserver": "bin/tsserver"
28457
+ },
28458
+ "engines": {
28459
+ "node": ">=4.2.0"
28460
+ }
28461
+ },
29222
28462
  "node_modules/ts-json-schema-generator": {
29223
28463
  "version": "1.3.0",
29224
28464
  "resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.3.0.tgz",
@@ -29413,29 +28653,6 @@
29413
28653
  "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
29414
28654
  "license": "0BSD"
29415
28655
  },
29416
- "node_modules/tsutils": {
29417
- "version": "3.21.0",
29418
- "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
29419
- "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
29420
- "dev": true,
29421
- "license": "MIT",
29422
- "dependencies": {
29423
- "tslib": "^1.8.1"
29424
- },
29425
- "engines": {
29426
- "node": ">= 6"
29427
- },
29428
- "peerDependencies": {
29429
- "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
29430
- }
29431
- },
29432
- "node_modules/tsutils/node_modules/tslib": {
29433
- "version": "1.14.1",
29434
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
29435
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
29436
- "dev": true,
29437
- "license": "0BSD"
29438
- },
29439
28656
  "node_modules/tuf-js": {
29440
28657
  "version": "2.1.0",
29441
28658
  "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.1.0.tgz",
@@ -29661,29 +28878,6 @@
29661
28878
  "is-typedarray": "^1.0.0"
29662
28879
  }
29663
28880
  },
29664
- "node_modules/typedoc": {
29665
- "version": "0.23.16",
29666
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.16.tgz",
29667
- "integrity": "sha512-rumYsCeNRXlyuZVzefD7050n7ptL2uudsCJg50dY0v/stKniqIlRpvx/F/6expC0/Q6Dbab+g/JpZuB7Sw90FA==",
29668
- "dev": true,
29669
- "license": "Apache-2.0",
29670
- "peer": true,
29671
- "dependencies": {
29672
- "lunr": "^2.3.9",
29673
- "marked": "^4.0.19",
29674
- "minimatch": "^5.1.0",
29675
- "shiki": "^0.11.1"
29676
- },
29677
- "bin": {
29678
- "typedoc": "bin/typedoc"
29679
- },
29680
- "engines": {
29681
- "node": ">= 14.14"
29682
- },
29683
- "peerDependencies": {
29684
- "typescript": "4.6.x || 4.7.x || 4.8.x"
29685
- }
29686
- },
29687
28881
  "node_modules/typedoc-plugin-missing-exports": {
29688
28882
  "version": "0.23.0",
29689
28883
  "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
@@ -29694,20 +28888,6 @@
29694
28888
  "typedoc": "0.22.x || 0.23.x"
29695
28889
  }
29696
28890
  },
29697
- "node_modules/typedoc/node_modules/minimatch": {
29698
- "version": "5.1.6",
29699
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
29700
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
29701
- "dev": true,
29702
- "license": "ISC",
29703
- "peer": true,
29704
- "dependencies": {
29705
- "brace-expansion": "^2.0.1"
29706
- },
29707
- "engines": {
29708
- "node": ">=10"
29709
- }
29710
- },
29711
28891
  "node_modules/typescript": {
29712
28892
  "version": "5.3.3",
29713
28893
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
@@ -30001,9 +29181,9 @@
30001
29181
  "license": "MIT"
30002
29182
  },
30003
29183
  "node_modules/vscode-textmate": {
30004
- "version": "6.0.0",
30005
- "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-6.0.0.tgz",
30006
- "integrity": "sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==",
29184
+ "version": "8.0.0",
29185
+ "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz",
29186
+ "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==",
30007
29187
  "dev": true,
30008
29188
  "license": "MIT"
30009
29189
  },
@@ -30347,9 +29527,9 @@
30347
29527
  }
30348
29528
  },
30349
29529
  "node_modules/yargs-parser": {
30350
- "version": "20.2.4",
30351
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
30352
- "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
29530
+ "version": "20.2.9",
29531
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
29532
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
30353
29533
  "dev": true,
30354
29534
  "license": "ISC",
30355
29535
  "engines": {
@@ -30398,16 +29578,6 @@
30398
29578
  "url": "https://github.com/sponsors/sindresorhus"
30399
29579
  }
30400
29580
  },
30401
- "node_modules/yargs/node_modules/yargs-parser": {
30402
- "version": "20.2.9",
30403
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
30404
- "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
30405
- "dev": true,
30406
- "license": "ISC",
30407
- "engines": {
30408
- "node": ">=10"
30409
- }
30410
- },
30411
29581
  "node_modules/yarn": {
30412
29582
  "version": "1.22.21",
30413
29583
  "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
@@ -30826,6 +29996,22 @@
30826
29996
  "node": "*"
30827
29997
  }
30828
29998
  },
29999
+ "node_modules/yeoman-environment/node_modules/find-up": {
30000
+ "version": "5.0.0",
30001
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
30002
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
30003
+ "license": "MIT",
30004
+ "dependencies": {
30005
+ "locate-path": "^6.0.0",
30006
+ "path-exists": "^4.0.0"
30007
+ },
30008
+ "engines": {
30009
+ "node": ">=10"
30010
+ },
30011
+ "funding": {
30012
+ "url": "https://github.com/sponsors/sindresorhus"
30013
+ }
30014
+ },
30829
30015
  "node_modules/yeoman-environment/node_modules/fs-minipass": {
30830
30016
  "version": "2.1.0",
30831
30017
  "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
@@ -30908,6 +30094,21 @@
30908
30094
  "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
30909
30095
  "license": "MIT"
30910
30096
  },
30097
+ "node_modules/yeoman-environment/node_modules/locate-path": {
30098
+ "version": "6.0.0",
30099
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
30100
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
30101
+ "license": "MIT",
30102
+ "dependencies": {
30103
+ "p-locate": "^5.0.0"
30104
+ },
30105
+ "engines": {
30106
+ "node": ">=10"
30107
+ },
30108
+ "funding": {
30109
+ "url": "https://github.com/sponsors/sindresorhus"
30110
+ }
30111
+ },
30911
30112
  "node_modules/yeoman-environment/node_modules/lru-cache": {
30912
30113
  "version": "6.0.0",
30913
30114
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -31358,6 +30559,36 @@
31358
30559
  "set-blocking": "^2.0.0"
31359
30560
  }
31360
30561
  },
30562
+ "node_modules/yeoman-environment/node_modules/p-limit": {
30563
+ "version": "3.1.0",
30564
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
30565
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
30566
+ "license": "MIT",
30567
+ "dependencies": {
30568
+ "yocto-queue": "^0.1.0"
30569
+ },
30570
+ "engines": {
30571
+ "node": ">=10"
30572
+ },
30573
+ "funding": {
30574
+ "url": "https://github.com/sponsors/sindresorhus"
30575
+ }
30576
+ },
30577
+ "node_modules/yeoman-environment/node_modules/p-locate": {
30578
+ "version": "5.0.0",
30579
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
30580
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
30581
+ "license": "MIT",
30582
+ "dependencies": {
30583
+ "p-limit": "^3.0.2"
30584
+ },
30585
+ "engines": {
30586
+ "node": ">=10"
30587
+ },
30588
+ "funding": {
30589
+ "url": "https://github.com/sponsors/sindresorhus"
30590
+ }
30591
+ },
31361
30592
  "node_modules/yeoman-environment/node_modules/pacote": {
31362
30593
  "version": "12.0.3",
31363
30594
  "resolved": "https://registry.npmjs.org/pacote/-/pacote-12.0.3.tgz",