@jayree/sfdx-plugin-manifest 4.0.31 → 4.0.33

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": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.31",
3
+ "version": "4.0.33",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.31",
9
+ "version": "4.0.33",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.10",
@@ -14,14 +14,14 @@
14
14
  "@salesforce/core": "^8.15.0",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.2.3",
17
- "@salesforce/source-deploy-retrieve": "12.20.1",
17
+ "@salesforce/source-deploy-retrieve": "12.21.0",
18
18
  "@salesforce/source-tracking": "7.4.7",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
21
  "fast-xml-parser": "^5.2.5",
22
22
  "fs-extra": "^11.3.0",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.32.0"
24
+ "isomorphic-git": "1.32.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.2",
@@ -32,7 +32,7 @@
32
32
  "@types/fs-extra": "^11.0.4",
33
33
  "@types/graceful-fs": "^4.1.9",
34
34
  "c8": "^10.1.3",
35
- "eslint-config-oclif": "^6.0.76",
35
+ "eslint-config-oclif": "^6.0.80",
36
36
  "eslint-config-salesforce-license": "^1.0.1",
37
37
  "eslint-plugin-prettier": "^5.5.1",
38
38
  "eslint-plugin-sf-plugin": "^1.20.26",
@@ -2086,16 +2086,16 @@
2086
2086
  }
2087
2087
  },
2088
2088
  "node_modules/@eslint/compat": {
2089
- "version": "1.3.0",
2090
- "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.3.0.tgz",
2091
- "integrity": "sha512-ZBygRBqpDYiIHsN+d1WyHn3TYgzgpzLEcgJUxTATyiInQbKZz6wZb6+ljwdg8xeeOe4v03z6Uh6lELiw0/mVhQ==",
2089
+ "version": "1.3.1",
2090
+ "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.3.1.tgz",
2091
+ "integrity": "sha512-k8MHony59I5EPic6EQTCNOuPoVBnoYXkP+20xvwFjN7t0qI3ImyvyBgg+hIVPwC8JaxVjjUZld+cLfBLFDLucg==",
2092
2092
  "dev": true,
2093
2093
  "license": "Apache-2.0",
2094
2094
  "engines": {
2095
2095
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2096
2096
  },
2097
2097
  "peerDependencies": {
2098
- "eslint": "^9.10.0"
2098
+ "eslint": "^8.40 || 9"
2099
2099
  },
2100
2100
  "peerDependenciesMeta": {
2101
2101
  "eslint": {
@@ -2169,6 +2169,17 @@
2169
2169
  "url": "https://opencollective.com/eslint"
2170
2170
  }
2171
2171
  },
2172
+ "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
2173
+ "version": "1.1.11",
2174
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2175
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2176
+ "dev": true,
2177
+ "license": "MIT",
2178
+ "dependencies": {
2179
+ "balanced-match": "^1.0.0",
2180
+ "concat-map": "0.0.1"
2181
+ }
2182
+ },
2172
2183
  "node_modules/@eslint/eslintrc/node_modules/espree": {
2173
2184
  "version": "9.6.1",
2174
2185
  "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
@@ -2187,10 +2198,23 @@
2187
2198
  "url": "https://opencollective.com/eslint"
2188
2199
  }
2189
2200
  },
2201
+ "node_modules/@eslint/eslintrc/node_modules/minimatch": {
2202
+ "version": "3.1.2",
2203
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2204
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2205
+ "dev": true,
2206
+ "license": "ISC",
2207
+ "dependencies": {
2208
+ "brace-expansion": "^1.1.7"
2209
+ },
2210
+ "engines": {
2211
+ "node": "*"
2212
+ }
2213
+ },
2190
2214
  "node_modules/@eslint/js": {
2191
- "version": "9.28.0",
2192
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
2193
- "integrity": "sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==",
2215
+ "version": "9.30.0",
2216
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.0.tgz",
2217
+ "integrity": "sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==",
2194
2218
  "dev": true,
2195
2219
  "license": "MIT",
2196
2220
  "engines": {
@@ -2258,6 +2282,30 @@
2258
2282
  "node": ">=10.10.0"
2259
2283
  }
2260
2284
  },
2285
+ "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
2286
+ "version": "1.1.11",
2287
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2288
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2289
+ "dev": true,
2290
+ "license": "MIT",
2291
+ "dependencies": {
2292
+ "balanced-match": "^1.0.0",
2293
+ "concat-map": "0.0.1"
2294
+ }
2295
+ },
2296
+ "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
2297
+ "version": "3.1.2",
2298
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2299
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2300
+ "dev": true,
2301
+ "license": "ISC",
2302
+ "dependencies": {
2303
+ "brace-expansion": "^1.1.7"
2304
+ },
2305
+ "engines": {
2306
+ "node": "*"
2307
+ }
2308
+ },
2261
2309
  "node_modules/@humanwhocodes/module-importer": {
2262
2310
  "version": "1.0.1",
2263
2311
  "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -3326,21 +3374,6 @@
3326
3374
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3327
3375
  }
3328
3376
  },
3329
- "node_modules/@oclif/core/node_modules/minimatch": {
3330
- "version": "9.0.5",
3331
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
3332
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
3333
- "license": "ISC",
3334
- "dependencies": {
3335
- "brace-expansion": "^2.0.1"
3336
- },
3337
- "engines": {
3338
- "node": ">=16 || 14 >=14.17"
3339
- },
3340
- "funding": {
3341
- "url": "https://github.com/sponsors/isaacs"
3342
- }
3343
- },
3344
3377
  "node_modules/@oclif/core/node_modules/supports-color": {
3345
3378
  "version": "8.1.1",
3346
3379
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -4090,9 +4123,9 @@
4090
4123
  }
4091
4124
  },
4092
4125
  "node_modules/@salesforce/source-deploy-retrieve": {
4093
- "version": "12.20.1",
4094
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz",
4095
- "integrity": "sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==",
4126
+ "version": "12.21.0",
4127
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.0.tgz",
4128
+ "integrity": "sha512-dLOHm2F2maHmFHhumwigYwImh/8hWJQIOGSHYgtOMy5E0xc6Sed06QyRw1WBsoSUx7ihXvTrWpp6FhArb4OhFA==",
4096
4129
  "license": "Apache-2.0",
4097
4130
  "dependencies": {
4098
4131
  "@salesforce/core": "^8.12.0",
@@ -4133,21 +4166,6 @@
4133
4166
  "fxparser": "src/cli/cli.js"
4134
4167
  }
4135
4168
  },
4136
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
4137
- "version": "9.0.5",
4138
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
4139
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
4140
- "license": "ISC",
4141
- "dependencies": {
4142
- "brace-expansion": "^2.0.1"
4143
- },
4144
- "engines": {
4145
- "node": ">=16 || 14 >=14.17"
4146
- },
4147
- "funding": {
4148
- "url": "https://github.com/sponsors/isaacs"
4149
- }
4150
- },
4151
4169
  "node_modules/@salesforce/source-tracking": {
4152
4170
  "version": "7.4.7",
4153
4171
  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.7.tgz",
@@ -5232,163 +5250,6 @@
5232
5250
  "eslint": ">=8.40.0"
5233
5251
  }
5234
5252
  },
5235
- "node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
5236
- "version": "4.7.0",
5237
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
5238
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
5239
- "dev": true,
5240
- "license": "MIT",
5241
- "dependencies": {
5242
- "eslint-visitor-keys": "^3.4.3"
5243
- },
5244
- "engines": {
5245
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5246
- },
5247
- "funding": {
5248
- "url": "https://opencollective.com/eslint"
5249
- },
5250
- "peerDependencies": {
5251
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
5252
- }
5253
- },
5254
- "node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
5255
- "version": "3.4.3",
5256
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
5257
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
5258
- "dev": true,
5259
- "license": "Apache-2.0",
5260
- "engines": {
5261
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5262
- },
5263
- "funding": {
5264
- "url": "https://opencollective.com/eslint"
5265
- }
5266
- },
5267
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/project-service": {
5268
- "version": "8.34.0",
5269
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
5270
- "integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
5271
- "dev": true,
5272
- "license": "MIT",
5273
- "dependencies": {
5274
- "@typescript-eslint/tsconfig-utils": "^8.34.0",
5275
- "@typescript-eslint/types": "^8.34.0",
5276
- "debug": "^4.3.4"
5277
- },
5278
- "engines": {
5279
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5280
- },
5281
- "funding": {
5282
- "type": "opencollective",
5283
- "url": "https://opencollective.com/typescript-eslint"
5284
- },
5285
- "peerDependencies": {
5286
- "typescript": ">=4.8.4 <5.9.0"
5287
- }
5288
- },
5289
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5290
- "version": "8.34.0",
5291
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
5292
- "integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
5293
- "dev": true,
5294
- "license": "MIT",
5295
- "dependencies": {
5296
- "@typescript-eslint/types": "8.34.0",
5297
- "@typescript-eslint/visitor-keys": "8.34.0"
5298
- },
5299
- "engines": {
5300
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5301
- },
5302
- "funding": {
5303
- "type": "opencollective",
5304
- "url": "https://opencollective.com/typescript-eslint"
5305
- }
5306
- },
5307
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
5308
- "version": "8.34.0",
5309
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
5310
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
5311
- "dev": true,
5312
- "license": "MIT",
5313
- "engines": {
5314
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5315
- },
5316
- "funding": {
5317
- "type": "opencollective",
5318
- "url": "https://opencollective.com/typescript-eslint"
5319
- }
5320
- },
5321
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
5322
- "version": "8.34.0",
5323
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
5324
- "integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
5325
- "dev": true,
5326
- "license": "MIT",
5327
- "dependencies": {
5328
- "@typescript-eslint/project-service": "8.34.0",
5329
- "@typescript-eslint/tsconfig-utils": "8.34.0",
5330
- "@typescript-eslint/types": "8.34.0",
5331
- "@typescript-eslint/visitor-keys": "8.34.0",
5332
- "debug": "^4.3.4",
5333
- "fast-glob": "^3.3.2",
5334
- "is-glob": "^4.0.3",
5335
- "minimatch": "^9.0.4",
5336
- "semver": "^7.6.0",
5337
- "ts-api-utils": "^2.1.0"
5338
- },
5339
- "engines": {
5340
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5341
- },
5342
- "funding": {
5343
- "type": "opencollective",
5344
- "url": "https://opencollective.com/typescript-eslint"
5345
- },
5346
- "peerDependencies": {
5347
- "typescript": ">=4.8.4 <5.9.0"
5348
- }
5349
- },
5350
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
5351
- "version": "8.34.0",
5352
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
5353
- "integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
5354
- "dev": true,
5355
- "license": "MIT",
5356
- "dependencies": {
5357
- "@eslint-community/eslint-utils": "^4.7.0",
5358
- "@typescript-eslint/scope-manager": "8.34.0",
5359
- "@typescript-eslint/types": "8.34.0",
5360
- "@typescript-eslint/typescript-estree": "8.34.0"
5361
- },
5362
- "engines": {
5363
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5364
- },
5365
- "funding": {
5366
- "type": "opencollective",
5367
- "url": "https://opencollective.com/typescript-eslint"
5368
- },
5369
- "peerDependencies": {
5370
- "eslint": "^8.57.0 || ^9.0.0",
5371
- "typescript": ">=4.8.4 <5.9.0"
5372
- }
5373
- },
5374
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5375
- "version": "8.34.0",
5376
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
5377
- "integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
5378
- "dev": true,
5379
- "license": "MIT",
5380
- "dependencies": {
5381
- "@typescript-eslint/types": "8.34.0",
5382
- "eslint-visitor-keys": "^4.2.0"
5383
- },
5384
- "engines": {
5385
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5386
- },
5387
- "funding": {
5388
- "type": "opencollective",
5389
- "url": "https://opencollective.com/typescript-eslint"
5390
- }
5391
- },
5392
5253
  "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
5393
5254
  "version": "4.2.0",
5394
5255
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
@@ -5402,35 +5263,6 @@
5402
5263
  "url": "https://opencollective.com/eslint"
5403
5264
  }
5404
5265
  },
5405
- "node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
5406
- "version": "9.0.5",
5407
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5408
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5409
- "dev": true,
5410
- "license": "ISC",
5411
- "dependencies": {
5412
- "brace-expansion": "^2.0.1"
5413
- },
5414
- "engines": {
5415
- "node": ">=16 || 14 >=14.17"
5416
- },
5417
- "funding": {
5418
- "url": "https://github.com/sponsors/isaacs"
5419
- }
5420
- },
5421
- "node_modules/@stylistic/eslint-plugin/node_modules/ts-api-utils": {
5422
- "version": "2.1.0",
5423
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5424
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5425
- "dev": true,
5426
- "license": "MIT",
5427
- "engines": {
5428
- "node": ">=18.12"
5429
- },
5430
- "peerDependencies": {
5431
- "typescript": ">=4.8.4"
5432
- }
5433
- },
5434
5266
  "node_modules/@szmarczak/http-timer": {
5435
5267
  "version": "4.0.6",
5436
5268
  "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
@@ -5721,17 +5553,17 @@
5721
5553
  "license": "MIT"
5722
5554
  },
5723
5555
  "node_modules/@typescript-eslint/eslint-plugin": {
5724
- "version": "8.34.1",
5725
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz",
5726
- "integrity": "sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==",
5556
+ "version": "8.35.0",
5557
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz",
5558
+ "integrity": "sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==",
5727
5559
  "dev": true,
5728
5560
  "license": "MIT",
5729
5561
  "dependencies": {
5730
5562
  "@eslint-community/regexpp": "^4.10.0",
5731
- "@typescript-eslint/scope-manager": "8.34.1",
5732
- "@typescript-eslint/type-utils": "8.34.1",
5733
- "@typescript-eslint/utils": "8.34.1",
5734
- "@typescript-eslint/visitor-keys": "8.34.1",
5563
+ "@typescript-eslint/scope-manager": "8.35.0",
5564
+ "@typescript-eslint/type-utils": "8.35.0",
5565
+ "@typescript-eslint/utils": "8.35.0",
5566
+ "@typescript-eslint/visitor-keys": "8.35.0",
5735
5567
  "graphemer": "^1.4.0",
5736
5568
  "ignore": "^7.0.0",
5737
5569
  "natural-compare": "^1.4.0",
@@ -5745,20 +5577,53 @@
5745
5577
  "url": "https://opencollective.com/typescript-eslint"
5746
5578
  },
5747
5579
  "peerDependencies": {
5748
- "@typescript-eslint/parser": "^8.34.1",
5580
+ "@typescript-eslint/parser": "^8.35.0",
5749
5581
  "eslint": "^8.57.0 || ^9.0.0",
5750
5582
  "typescript": ">=4.8.4 <5.9.0"
5751
5583
  }
5752
5584
  },
5753
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5754
- "version": "8.34.1",
5755
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
5756
- "integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
5585
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
5586
+ "version": "4.7.0",
5587
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
5588
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
5757
5589
  "dev": true,
5758
5590
  "license": "MIT",
5759
5591
  "dependencies": {
5760
- "@typescript-eslint/types": "8.34.1",
5761
- "@typescript-eslint/visitor-keys": "8.34.1"
5592
+ "eslint-visitor-keys": "^3.4.3"
5593
+ },
5594
+ "engines": {
5595
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5596
+ },
5597
+ "funding": {
5598
+ "url": "https://opencollective.com/eslint"
5599
+ },
5600
+ "peerDependencies": {
5601
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
5602
+ }
5603
+ },
5604
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
5605
+ "version": "3.4.3",
5606
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
5607
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
5608
+ "dev": true,
5609
+ "license": "Apache-2.0",
5610
+ "engines": {
5611
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5612
+ },
5613
+ "funding": {
5614
+ "url": "https://opencollective.com/eslint"
5615
+ }
5616
+ },
5617
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/project-service": {
5618
+ "version": "8.35.0",
5619
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.35.0.tgz",
5620
+ "integrity": "sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==",
5621
+ "dev": true,
5622
+ "license": "MIT",
5623
+ "dependencies": {
5624
+ "@typescript-eslint/tsconfig-utils": "^8.35.0",
5625
+ "@typescript-eslint/types": "^8.35.0",
5626
+ "debug": "^4.3.4"
5762
5627
  },
5763
5628
  "engines": {
5764
5629
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5766,16 +5631,107 @@
5766
5631
  "funding": {
5767
5632
  "type": "opencollective",
5768
5633
  "url": "https://opencollective.com/typescript-eslint"
5634
+ },
5635
+ "peerDependencies": {
5636
+ "typescript": ">=4.8.4 <5.9.0"
5637
+ }
5638
+ },
5639
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5640
+ "version": "8.35.0",
5641
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz",
5642
+ "integrity": "sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==",
5643
+ "dev": true,
5644
+ "license": "MIT",
5645
+ "dependencies": {
5646
+ "@typescript-eslint/types": "8.35.0",
5647
+ "@typescript-eslint/visitor-keys": "8.35.0"
5648
+ },
5649
+ "engines": {
5650
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5651
+ },
5652
+ "funding": {
5653
+ "type": "opencollective",
5654
+ "url": "https://opencollective.com/typescript-eslint"
5655
+ }
5656
+ },
5657
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/tsconfig-utils": {
5658
+ "version": "8.35.0",
5659
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz",
5660
+ "integrity": "sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==",
5661
+ "dev": true,
5662
+ "license": "MIT",
5663
+ "engines": {
5664
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5665
+ },
5666
+ "funding": {
5667
+ "type": "opencollective",
5668
+ "url": "https://opencollective.com/typescript-eslint"
5669
+ },
5670
+ "peerDependencies": {
5671
+ "typescript": ">=4.8.4 <5.9.0"
5672
+ }
5673
+ },
5674
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
5675
+ "version": "8.35.0",
5676
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz",
5677
+ "integrity": "sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==",
5678
+ "dev": true,
5679
+ "license": "MIT",
5680
+ "dependencies": {
5681
+ "@typescript-eslint/project-service": "8.35.0",
5682
+ "@typescript-eslint/tsconfig-utils": "8.35.0",
5683
+ "@typescript-eslint/types": "8.35.0",
5684
+ "@typescript-eslint/visitor-keys": "8.35.0",
5685
+ "debug": "^4.3.4",
5686
+ "fast-glob": "^3.3.2",
5687
+ "is-glob": "^4.0.3",
5688
+ "minimatch": "^9.0.4",
5689
+ "semver": "^7.6.0",
5690
+ "ts-api-utils": "^2.1.0"
5691
+ },
5692
+ "engines": {
5693
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5694
+ },
5695
+ "funding": {
5696
+ "type": "opencollective",
5697
+ "url": "https://opencollective.com/typescript-eslint"
5698
+ },
5699
+ "peerDependencies": {
5700
+ "typescript": ">=4.8.4 <5.9.0"
5701
+ }
5702
+ },
5703
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
5704
+ "version": "8.35.0",
5705
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.35.0.tgz",
5706
+ "integrity": "sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==",
5707
+ "dev": true,
5708
+ "license": "MIT",
5709
+ "dependencies": {
5710
+ "@eslint-community/eslint-utils": "^4.7.0",
5711
+ "@typescript-eslint/scope-manager": "8.35.0",
5712
+ "@typescript-eslint/types": "8.35.0",
5713
+ "@typescript-eslint/typescript-estree": "8.35.0"
5714
+ },
5715
+ "engines": {
5716
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5717
+ },
5718
+ "funding": {
5719
+ "type": "opencollective",
5720
+ "url": "https://opencollective.com/typescript-eslint"
5721
+ },
5722
+ "peerDependencies": {
5723
+ "eslint": "^8.57.0 || ^9.0.0",
5724
+ "typescript": ">=4.8.4 <5.9.0"
5769
5725
  }
5770
5726
  },
5771
5727
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5772
- "version": "8.34.1",
5773
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
5774
- "integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
5728
+ "version": "8.35.0",
5729
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz",
5730
+ "integrity": "sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==",
5775
5731
  "dev": true,
5776
5732
  "license": "MIT",
5777
5733
  "dependencies": {
5778
- "@typescript-eslint/types": "8.34.1",
5734
+ "@typescript-eslint/types": "8.35.0",
5779
5735
  "eslint-visitor-keys": "^4.2.1"
5780
5736
  },
5781
5737
  "engines": {
@@ -5809,30 +5765,40 @@
5809
5765
  "node": ">= 4"
5810
5766
  }
5811
5767
  },
5812
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
5813
- "version": "2.1.0",
5814
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5815
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5768
+ "node_modules/@typescript-eslint/parser": {
5769
+ "version": "8.35.0",
5770
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.35.0.tgz",
5771
+ "integrity": "sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA==",
5816
5772
  "dev": true,
5817
5773
  "license": "MIT",
5774
+ "dependencies": {
5775
+ "@typescript-eslint/scope-manager": "8.35.0",
5776
+ "@typescript-eslint/types": "8.35.0",
5777
+ "@typescript-eslint/typescript-estree": "8.35.0",
5778
+ "@typescript-eslint/visitor-keys": "8.35.0",
5779
+ "debug": "^4.3.4"
5780
+ },
5818
5781
  "engines": {
5819
- "node": ">=18.12"
5782
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5783
+ },
5784
+ "funding": {
5785
+ "type": "opencollective",
5786
+ "url": "https://opencollective.com/typescript-eslint"
5820
5787
  },
5821
5788
  "peerDependencies": {
5822
- "typescript": ">=4.8.4"
5789
+ "eslint": "^8.57.0 || ^9.0.0",
5790
+ "typescript": ">=4.8.4 <5.9.0"
5823
5791
  }
5824
5792
  },
5825
- "node_modules/@typescript-eslint/parser": {
5826
- "version": "8.34.1",
5827
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.34.1.tgz",
5828
- "integrity": "sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==",
5793
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/project-service": {
5794
+ "version": "8.35.0",
5795
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.35.0.tgz",
5796
+ "integrity": "sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==",
5829
5797
  "dev": true,
5830
5798
  "license": "MIT",
5831
5799
  "dependencies": {
5832
- "@typescript-eslint/scope-manager": "8.34.1",
5833
- "@typescript-eslint/types": "8.34.1",
5834
- "@typescript-eslint/typescript-estree": "8.34.1",
5835
- "@typescript-eslint/visitor-keys": "8.34.1",
5800
+ "@typescript-eslint/tsconfig-utils": "^8.35.0",
5801
+ "@typescript-eslint/types": "^8.35.0",
5836
5802
  "debug": "^4.3.4"
5837
5803
  },
5838
5804
  "engines": {
@@ -5843,19 +5809,18 @@
5843
5809
  "url": "https://opencollective.com/typescript-eslint"
5844
5810
  },
5845
5811
  "peerDependencies": {
5846
- "eslint": "^8.57.0 || ^9.0.0",
5847
5812
  "typescript": ">=4.8.4 <5.9.0"
5848
5813
  }
5849
5814
  },
5850
5815
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
5851
- "version": "8.34.1",
5852
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
5853
- "integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
5816
+ "version": "8.35.0",
5817
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz",
5818
+ "integrity": "sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==",
5854
5819
  "dev": true,
5855
5820
  "license": "MIT",
5856
5821
  "dependencies": {
5857
- "@typescript-eslint/types": "8.34.1",
5858
- "@typescript-eslint/visitor-keys": "8.34.1"
5822
+ "@typescript-eslint/types": "8.35.0",
5823
+ "@typescript-eslint/visitor-keys": "8.35.0"
5859
5824
  },
5860
5825
  "engines": {
5861
5826
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5866,9 +5831,9 @@
5866
5831
  }
5867
5832
  },
5868
5833
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/tsconfig-utils": {
5869
- "version": "8.34.1",
5870
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
5871
- "integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
5834
+ "version": "8.35.0",
5835
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz",
5836
+ "integrity": "sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==",
5872
5837
  "dev": true,
5873
5838
  "license": "MIT",
5874
5839
  "engines": {
@@ -5883,16 +5848,16 @@
5883
5848
  }
5884
5849
  },
5885
5850
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
5886
- "version": "8.34.1",
5887
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
5888
- "integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
5851
+ "version": "8.35.0",
5852
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz",
5853
+ "integrity": "sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==",
5889
5854
  "dev": true,
5890
5855
  "license": "MIT",
5891
5856
  "dependencies": {
5892
- "@typescript-eslint/project-service": "8.34.1",
5893
- "@typescript-eslint/tsconfig-utils": "8.34.1",
5894
- "@typescript-eslint/types": "8.34.1",
5895
- "@typescript-eslint/visitor-keys": "8.34.1",
5857
+ "@typescript-eslint/project-service": "8.35.0",
5858
+ "@typescript-eslint/tsconfig-utils": "8.35.0",
5859
+ "@typescript-eslint/types": "8.35.0",
5860
+ "@typescript-eslint/visitor-keys": "8.35.0",
5896
5861
  "debug": "^4.3.4",
5897
5862
  "fast-glob": "^3.3.2",
5898
5863
  "is-glob": "^4.0.3",
@@ -5912,13 +5877,13 @@
5912
5877
  }
5913
5878
  },
5914
5879
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
5915
- "version": "8.34.1",
5916
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
5917
- "integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
5880
+ "version": "8.35.0",
5881
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz",
5882
+ "integrity": "sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==",
5918
5883
  "dev": true,
5919
5884
  "license": "MIT",
5920
5885
  "dependencies": {
5921
- "@typescript-eslint/types": "8.34.1",
5886
+ "@typescript-eslint/types": "8.35.0",
5922
5887
  "eslint-visitor-keys": "^4.2.1"
5923
5888
  },
5924
5889
  "engines": {
@@ -5942,44 +5907,15 @@
5942
5907
  "url": "https://opencollective.com/eslint"
5943
5908
  }
5944
5909
  },
5945
- "node_modules/@typescript-eslint/parser/node_modules/minimatch": {
5946
- "version": "9.0.5",
5947
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5948
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5949
- "dev": true,
5950
- "license": "ISC",
5951
- "dependencies": {
5952
- "brace-expansion": "^2.0.1"
5953
- },
5954
- "engines": {
5955
- "node": ">=16 || 14 >=14.17"
5956
- },
5957
- "funding": {
5958
- "url": "https://github.com/sponsors/isaacs"
5959
- }
5960
- },
5961
- "node_modules/@typescript-eslint/parser/node_modules/ts-api-utils": {
5962
- "version": "2.1.0",
5963
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5964
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5965
- "dev": true,
5966
- "license": "MIT",
5967
- "engines": {
5968
- "node": ">=18.12"
5969
- },
5970
- "peerDependencies": {
5971
- "typescript": ">=4.8.4"
5972
- }
5973
- },
5974
5910
  "node_modules/@typescript-eslint/project-service": {
5975
- "version": "8.34.1",
5976
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.1.tgz",
5977
- "integrity": "sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==",
5911
+ "version": "8.34.0",
5912
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
5913
+ "integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
5978
5914
  "dev": true,
5979
5915
  "license": "MIT",
5980
5916
  "dependencies": {
5981
- "@typescript-eslint/tsconfig-utils": "^8.34.1",
5982
- "@typescript-eslint/types": "^8.34.1",
5917
+ "@typescript-eslint/tsconfig-utils": "^8.34.0",
5918
+ "@typescript-eslint/types": "^8.34.0",
5983
5919
  "debug": "^4.3.4"
5984
5920
  },
5985
5921
  "engines": {
@@ -5993,10 +5929,10 @@
5993
5929
  "typescript": ">=4.8.4 <5.9.0"
5994
5930
  }
5995
5931
  },
5996
- "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
5997
- "version": "8.34.1",
5998
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
5999
- "integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
5932
+ "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
5933
+ "version": "8.34.0",
5934
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
5935
+ "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
6000
5936
  "dev": true,
6001
5937
  "license": "MIT",
6002
5938
  "engines": {
@@ -6005,9 +5941,6 @@
6005
5941
  "funding": {
6006
5942
  "type": "opencollective",
6007
5943
  "url": "https://opencollective.com/typescript-eslint"
6008
- },
6009
- "peerDependencies": {
6010
- "typescript": ">=4.8.4 <5.9.0"
6011
5944
  }
6012
5945
  },
6013
5946
  "node_modules/@typescript-eslint/scope-manager": {
@@ -6060,14 +5993,14 @@
6060
5993
  }
6061
5994
  },
6062
5995
  "node_modules/@typescript-eslint/type-utils": {
6063
- "version": "8.34.1",
6064
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz",
6065
- "integrity": "sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==",
5996
+ "version": "8.35.0",
5997
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz",
5998
+ "integrity": "sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==",
6066
5999
  "dev": true,
6067
6000
  "license": "MIT",
6068
6001
  "dependencies": {
6069
- "@typescript-eslint/typescript-estree": "8.34.1",
6070
- "@typescript-eslint/utils": "8.34.1",
6002
+ "@typescript-eslint/typescript-estree": "8.35.0",
6003
+ "@typescript-eslint/utils": "8.35.0",
6071
6004
  "debug": "^4.3.4",
6072
6005
  "ts-api-utils": "^2.1.0"
6073
6006
  },
@@ -6083,10 +6016,69 @@
6083
6016
  "typescript": ">=4.8.4 <5.9.0"
6084
6017
  }
6085
6018
  },
6019
+ "node_modules/@typescript-eslint/type-utils/node_modules/@eslint-community/eslint-utils": {
6020
+ "version": "4.7.0",
6021
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
6022
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
6023
+ "dev": true,
6024
+ "license": "MIT",
6025
+ "dependencies": {
6026
+ "eslint-visitor-keys": "^3.4.3"
6027
+ },
6028
+ "engines": {
6029
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6030
+ },
6031
+ "funding": {
6032
+ "url": "https://opencollective.com/eslint"
6033
+ },
6034
+ "peerDependencies": {
6035
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
6036
+ }
6037
+ },
6038
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": {
6039
+ "version": "8.35.0",
6040
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.35.0.tgz",
6041
+ "integrity": "sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==",
6042
+ "dev": true,
6043
+ "license": "MIT",
6044
+ "dependencies": {
6045
+ "@typescript-eslint/tsconfig-utils": "^8.35.0",
6046
+ "@typescript-eslint/types": "^8.35.0",
6047
+ "debug": "^4.3.4"
6048
+ },
6049
+ "engines": {
6050
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6051
+ },
6052
+ "funding": {
6053
+ "type": "opencollective",
6054
+ "url": "https://opencollective.com/typescript-eslint"
6055
+ },
6056
+ "peerDependencies": {
6057
+ "typescript": ">=4.8.4 <5.9.0"
6058
+ }
6059
+ },
6060
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
6061
+ "version": "8.35.0",
6062
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz",
6063
+ "integrity": "sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==",
6064
+ "dev": true,
6065
+ "license": "MIT",
6066
+ "dependencies": {
6067
+ "@typescript-eslint/types": "8.35.0",
6068
+ "@typescript-eslint/visitor-keys": "8.35.0"
6069
+ },
6070
+ "engines": {
6071
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6072
+ },
6073
+ "funding": {
6074
+ "type": "opencollective",
6075
+ "url": "https://opencollective.com/typescript-eslint"
6076
+ }
6077
+ },
6086
6078
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": {
6087
- "version": "8.34.1",
6088
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
6089
- "integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
6079
+ "version": "8.35.0",
6080
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz",
6081
+ "integrity": "sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==",
6090
6082
  "dev": true,
6091
6083
  "license": "MIT",
6092
6084
  "engines": {
@@ -6101,16 +6093,16 @@
6101
6093
  }
6102
6094
  },
6103
6095
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
6104
- "version": "8.34.1",
6105
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
6106
- "integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
6096
+ "version": "8.35.0",
6097
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz",
6098
+ "integrity": "sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==",
6107
6099
  "dev": true,
6108
6100
  "license": "MIT",
6109
6101
  "dependencies": {
6110
- "@typescript-eslint/project-service": "8.34.1",
6111
- "@typescript-eslint/tsconfig-utils": "8.34.1",
6112
- "@typescript-eslint/types": "8.34.1",
6113
- "@typescript-eslint/visitor-keys": "8.34.1",
6102
+ "@typescript-eslint/project-service": "8.35.0",
6103
+ "@typescript-eslint/tsconfig-utils": "8.35.0",
6104
+ "@typescript-eslint/types": "8.35.0",
6105
+ "@typescript-eslint/visitor-keys": "8.35.0",
6114
6106
  "debug": "^4.3.4",
6115
6107
  "fast-glob": "^3.3.2",
6116
6108
  "is-glob": "^4.0.3",
@@ -6129,14 +6121,38 @@
6129
6121
  "typescript": ">=4.8.4 <5.9.0"
6130
6122
  }
6131
6123
  },
6124
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
6125
+ "version": "8.35.0",
6126
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.35.0.tgz",
6127
+ "integrity": "sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==",
6128
+ "dev": true,
6129
+ "license": "MIT",
6130
+ "dependencies": {
6131
+ "@eslint-community/eslint-utils": "^4.7.0",
6132
+ "@typescript-eslint/scope-manager": "8.35.0",
6133
+ "@typescript-eslint/types": "8.35.0",
6134
+ "@typescript-eslint/typescript-estree": "8.35.0"
6135
+ },
6136
+ "engines": {
6137
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6138
+ },
6139
+ "funding": {
6140
+ "type": "opencollective",
6141
+ "url": "https://opencollective.com/typescript-eslint"
6142
+ },
6143
+ "peerDependencies": {
6144
+ "eslint": "^8.57.0 || ^9.0.0",
6145
+ "typescript": ">=4.8.4 <5.9.0"
6146
+ }
6147
+ },
6132
6148
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
6133
- "version": "8.34.1",
6134
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
6135
- "integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
6149
+ "version": "8.35.0",
6150
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz",
6151
+ "integrity": "sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==",
6136
6152
  "dev": true,
6137
6153
  "license": "MIT",
6138
6154
  "dependencies": {
6139
- "@typescript-eslint/types": "8.34.1",
6155
+ "@typescript-eslint/types": "8.35.0",
6140
6156
  "eslint-visitor-keys": "^4.2.1"
6141
6157
  },
6142
6158
  "engines": {
@@ -6147,7 +6163,7 @@
6147
6163
  "url": "https://opencollective.com/typescript-eslint"
6148
6164
  }
6149
6165
  },
6150
- "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
6166
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
6151
6167
  "version": "4.2.1",
6152
6168
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
6153
6169
  "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
@@ -6160,39 +6176,10 @@
6160
6176
  "url": "https://opencollective.com/eslint"
6161
6177
  }
6162
6178
  },
6163
- "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
6164
- "version": "9.0.5",
6165
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
6166
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
6167
- "dev": true,
6168
- "license": "ISC",
6169
- "dependencies": {
6170
- "brace-expansion": "^2.0.1"
6171
- },
6172
- "engines": {
6173
- "node": ">=16 || 14 >=14.17"
6174
- },
6175
- "funding": {
6176
- "url": "https://github.com/sponsors/isaacs"
6177
- }
6178
- },
6179
- "node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
6180
- "version": "2.1.0",
6181
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
6182
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
6183
- "dev": true,
6184
- "license": "MIT",
6185
- "engines": {
6186
- "node": ">=18.12"
6187
- },
6188
- "peerDependencies": {
6189
- "typescript": ">=4.8.4"
6190
- }
6191
- },
6192
6179
  "node_modules/@typescript-eslint/types": {
6193
- "version": "8.34.1",
6194
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.1.tgz",
6195
- "integrity": "sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==",
6180
+ "version": "8.35.0",
6181
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.0.tgz",
6182
+ "integrity": "sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==",
6196
6183
  "dev": true,
6197
6184
  "license": "MIT",
6198
6185
  "engines": {
@@ -6262,17 +6249,30 @@
6262
6249
  "url": "https://github.com/sponsors/isaacs"
6263
6250
  }
6264
6251
  },
6252
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/ts-api-utils": {
6253
+ "version": "1.4.3",
6254
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
6255
+ "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
6256
+ "dev": true,
6257
+ "license": "MIT",
6258
+ "engines": {
6259
+ "node": ">=16"
6260
+ },
6261
+ "peerDependencies": {
6262
+ "typescript": ">=4.2.0"
6263
+ }
6264
+ },
6265
6265
  "node_modules/@typescript-eslint/utils": {
6266
- "version": "8.34.1",
6267
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.1.tgz",
6268
- "integrity": "sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==",
6266
+ "version": "8.34.0",
6267
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
6268
+ "integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
6269
6269
  "dev": true,
6270
6270
  "license": "MIT",
6271
6271
  "dependencies": {
6272
6272
  "@eslint-community/eslint-utils": "^4.7.0",
6273
- "@typescript-eslint/scope-manager": "8.34.1",
6274
- "@typescript-eslint/types": "8.34.1",
6275
- "@typescript-eslint/typescript-estree": "8.34.1"
6273
+ "@typescript-eslint/scope-manager": "8.34.0",
6274
+ "@typescript-eslint/types": "8.34.0",
6275
+ "@typescript-eslint/typescript-estree": "8.34.0"
6276
6276
  },
6277
6277
  "engines": {
6278
6278
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6306,14 +6306,14 @@
6306
6306
  }
6307
6307
  },
6308
6308
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
6309
- "version": "8.34.1",
6310
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
6311
- "integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
6309
+ "version": "8.34.0",
6310
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
6311
+ "integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
6312
6312
  "dev": true,
6313
6313
  "license": "MIT",
6314
6314
  "dependencies": {
6315
- "@typescript-eslint/types": "8.34.1",
6316
- "@typescript-eslint/visitor-keys": "8.34.1"
6315
+ "@typescript-eslint/types": "8.34.0",
6316
+ "@typescript-eslint/visitor-keys": "8.34.0"
6317
6317
  },
6318
6318
  "engines": {
6319
6319
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6323,10 +6323,10 @@
6323
6323
  "url": "https://opencollective.com/typescript-eslint"
6324
6324
  }
6325
6325
  },
6326
- "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": {
6327
- "version": "8.34.1",
6328
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
6329
- "integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
6326
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
6327
+ "version": "8.34.0",
6328
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
6329
+ "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
6330
6330
  "dev": true,
6331
6331
  "license": "MIT",
6332
6332
  "engines": {
@@ -6335,22 +6335,19 @@
6335
6335
  "funding": {
6336
6336
  "type": "opencollective",
6337
6337
  "url": "https://opencollective.com/typescript-eslint"
6338
- },
6339
- "peerDependencies": {
6340
- "typescript": ">=4.8.4 <5.9.0"
6341
6338
  }
6342
6339
  },
6343
6340
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
6344
- "version": "8.34.1",
6345
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
6346
- "integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
6341
+ "version": "8.34.0",
6342
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
6343
+ "integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
6347
6344
  "dev": true,
6348
6345
  "license": "MIT",
6349
6346
  "dependencies": {
6350
- "@typescript-eslint/project-service": "8.34.1",
6351
- "@typescript-eslint/tsconfig-utils": "8.34.1",
6352
- "@typescript-eslint/types": "8.34.1",
6353
- "@typescript-eslint/visitor-keys": "8.34.1",
6347
+ "@typescript-eslint/project-service": "8.34.0",
6348
+ "@typescript-eslint/tsconfig-utils": "8.34.0",
6349
+ "@typescript-eslint/types": "8.34.0",
6350
+ "@typescript-eslint/visitor-keys": "8.34.0",
6354
6351
  "debug": "^4.3.4",
6355
6352
  "fast-glob": "^3.3.2",
6356
6353
  "is-glob": "^4.0.3",
@@ -6370,14 +6367,14 @@
6370
6367
  }
6371
6368
  },
6372
6369
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
6373
- "version": "8.34.1",
6374
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
6375
- "integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
6370
+ "version": "8.34.0",
6371
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
6372
+ "integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
6376
6373
  "dev": true,
6377
6374
  "license": "MIT",
6378
6375
  "dependencies": {
6379
- "@typescript-eslint/types": "8.34.1",
6380
- "eslint-visitor-keys": "^4.2.1"
6376
+ "@typescript-eslint/types": "8.34.0",
6377
+ "eslint-visitor-keys": "^4.2.0"
6381
6378
  },
6382
6379
  "engines": {
6383
6380
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6388,9 +6385,9 @@
6388
6385
  }
6389
6386
  },
6390
6387
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
6391
- "version": "4.2.1",
6392
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
6393
- "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
6388
+ "version": "4.2.0",
6389
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
6390
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
6394
6391
  "dev": true,
6395
6392
  "license": "Apache-2.0",
6396
6393
  "engines": {
@@ -6400,35 +6397,6 @@
6400
6397
  "url": "https://opencollective.com/eslint"
6401
6398
  }
6402
6399
  },
6403
- "node_modules/@typescript-eslint/utils/node_modules/minimatch": {
6404
- "version": "9.0.5",
6405
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
6406
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
6407
- "dev": true,
6408
- "license": "ISC",
6409
- "dependencies": {
6410
- "brace-expansion": "^2.0.1"
6411
- },
6412
- "engines": {
6413
- "node": ">=16 || 14 >=14.17"
6414
- },
6415
- "funding": {
6416
- "url": "https://github.com/sponsors/isaacs"
6417
- }
6418
- },
6419
- "node_modules/@typescript-eslint/utils/node_modules/ts-api-utils": {
6420
- "version": "2.1.0",
6421
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
6422
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
6423
- "dev": true,
6424
- "license": "MIT",
6425
- "engines": {
6426
- "node": ">=18.12"
6427
- },
6428
- "peerDependencies": {
6429
- "typescript": ">=4.8.4"
6430
- }
6431
- },
6432
6400
  "node_modules/@typescript-eslint/visitor-keys": {
6433
6401
  "version": "6.21.0",
6434
6402
  "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
@@ -9336,15 +9304,15 @@
9336
9304
  }
9337
9305
  },
9338
9306
  "node_modules/eslint-config-oclif": {
9339
- "version": "6.0.76",
9340
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.76.tgz",
9341
- "integrity": "sha512-rp5n9im3yyeFhwUFjUt8hZnsnluzjNbNVXdNEmKqAc3Nh5nwXddxq3qXsrHCvRDTvaAWzVHVmgPFiE+afV3HzQ==",
9307
+ "version": "6.0.80",
9308
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.80.tgz",
9309
+ "integrity": "sha512-r41O0F29wkvPft3cqH1hY5wx2q6fFRi3qE/r5lMdzSi28iz1I4EISDW9sBHzm7qpYUSDz/6SewCGU/zLIS2UKA==",
9342
9310
  "dev": true,
9343
9311
  "license": "MIT",
9344
9312
  "dependencies": {
9345
- "@eslint/compat": "^1.3.0",
9313
+ "@eslint/compat": "^1.3.1",
9346
9314
  "@eslint/eslintrc": "^3.3.1",
9347
- "@eslint/js": "^9.28.0",
9315
+ "@eslint/js": "^9.30.0",
9348
9316
  "@stylistic/eslint-plugin": "^3.1.0",
9349
9317
  "@typescript-eslint/eslint-plugin": "^8",
9350
9318
  "@typescript-eslint/parser": "^8",
@@ -9358,7 +9326,7 @@
9358
9326
  "eslint-plugin-n": "^17.20.0",
9359
9327
  "eslint-plugin-perfectionist": "^4",
9360
9328
  "eslint-plugin-unicorn": "^56.0.1",
9361
- "typescript-eslint": "^8.34.1"
9329
+ "typescript-eslint": "^8.35.0"
9362
9330
  },
9363
9331
  "engines": {
9364
9332
  "node": ">=18.18.0"
@@ -9388,6 +9356,17 @@
9388
9356
  "url": "https://opencollective.com/eslint"
9389
9357
  }
9390
9358
  },
9359
+ "node_modules/eslint-config-oclif/node_modules/brace-expansion": {
9360
+ "version": "1.1.11",
9361
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
9362
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
9363
+ "dev": true,
9364
+ "license": "MIT",
9365
+ "dependencies": {
9366
+ "balanced-match": "^1.0.0",
9367
+ "concat-map": "0.0.1"
9368
+ }
9369
+ },
9391
9370
  "node_modules/eslint-config-oclif/node_modules/eslint-config-oclif": {
9392
9371
  "version": "5.2.2",
9393
9372
  "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz",
@@ -9476,6 +9455,19 @@
9476
9455
  "url": "https://github.com/sponsors/sindresorhus"
9477
9456
  }
9478
9457
  },
9458
+ "node_modules/eslint-config-oclif/node_modules/minimatch": {
9459
+ "version": "3.1.2",
9460
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
9461
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
9462
+ "dev": true,
9463
+ "license": "ISC",
9464
+ "dependencies": {
9465
+ "brace-expansion": "^1.1.7"
9466
+ },
9467
+ "engines": {
9468
+ "node": "*"
9469
+ }
9470
+ },
9479
9471
  "node_modules/eslint-config-prettier": {
9480
9472
  "version": "9.1.0",
9481
9473
  "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
@@ -9758,256 +9750,112 @@
9758
9750
  "dev": true,
9759
9751
  "license": "MIT",
9760
9752
  "engines": {
9761
- "node": ">=12.0.0"
9762
- }
9763
- },
9764
- "node_modules/eslint-config-salesforce-typescript/node_modules/spdx-expression-parse": {
9765
- "version": "4.0.0",
9766
- "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
9767
- "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
9768
- "dev": true,
9769
- "license": "MIT",
9770
- "dependencies": {
9771
- "spdx-exceptions": "^2.1.0",
9772
- "spdx-license-ids": "^3.0.0"
9773
- }
9774
- },
9775
- "node_modules/eslint-config-xo": {
9776
- "version": "0.47.0",
9777
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz",
9778
- "integrity": "sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==",
9779
- "dev": true,
9780
- "license": "MIT",
9781
- "dependencies": {
9782
- "@eslint/css": "^0.7.0",
9783
- "@eslint/json": "^0.12.0",
9784
- "@stylistic/eslint-plugin": "^4.2.0",
9785
- "confusing-browser-globals": "1.0.11",
9786
- "globals": "^16.0.0"
9787
- },
9788
- "engines": {
9789
- "node": ">=18.18"
9790
- },
9791
- "funding": {
9792
- "url": "https://github.com/sponsors/sindresorhus"
9793
- },
9794
- "peerDependencies": {
9795
- "eslint": ">=9.25.0"
9796
- }
9797
- },
9798
- "node_modules/eslint-config-xo-space": {
9799
- "version": "0.35.0",
9800
- "resolved": "https://registry.npmjs.org/eslint-config-xo-space/-/eslint-config-xo-space-0.35.0.tgz",
9801
- "integrity": "sha512-+79iVcoLi3PvGcjqYDpSPzbLfqYpNcMlhsCBRsnmDoHAn4npJG6YxmHpelQKpXM7v/EeZTUKb4e1xotWlei8KA==",
9802
- "dev": true,
9803
- "license": "MIT",
9804
- "dependencies": {
9805
- "eslint-config-xo": "^0.44.0"
9806
- },
9807
- "engines": {
9808
- "node": ">=12"
9809
- },
9810
- "funding": {
9811
- "url": "https://github.com/sponsors/sindresorhus"
9812
- },
9813
- "peerDependencies": {
9814
- "eslint": ">=8.56.0"
9815
- }
9816
- },
9817
- "node_modules/eslint-config-xo-space/node_modules/eslint-config-xo": {
9818
- "version": "0.44.0",
9819
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz",
9820
- "integrity": "sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew==",
9821
- "dev": true,
9822
- "license": "MIT",
9823
- "dependencies": {
9824
- "confusing-browser-globals": "1.0.11"
9825
- },
9826
- "engines": {
9827
- "node": ">=18"
9828
- },
9829
- "funding": {
9830
- "url": "https://github.com/sponsors/sindresorhus"
9831
- },
9832
- "peerDependencies": {
9833
- "eslint": ">=8.56.0"
9834
- }
9835
- },
9836
- "node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils": {
9837
- "version": "4.7.0",
9838
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
9839
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
9840
- "dev": true,
9841
- "license": "MIT",
9842
- "dependencies": {
9843
- "eslint-visitor-keys": "^3.4.3"
9844
- },
9845
- "engines": {
9846
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9847
- },
9848
- "funding": {
9849
- "url": "https://opencollective.com/eslint"
9850
- },
9851
- "peerDependencies": {
9852
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
9853
- }
9854
- },
9855
- "node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
9856
- "version": "3.4.3",
9857
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
9858
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
9859
- "dev": true,
9860
- "license": "Apache-2.0",
9861
- "engines": {
9862
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9863
- },
9864
- "funding": {
9865
- "url": "https://opencollective.com/eslint"
9753
+ "node": ">=12.0.0"
9866
9754
  }
9867
9755
  },
9868
- "node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
9869
- "version": "4.4.0",
9870
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
9871
- "integrity": "sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==",
9756
+ "node_modules/eslint-config-salesforce-typescript/node_modules/spdx-expression-parse": {
9757
+ "version": "4.0.0",
9758
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
9759
+ "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
9872
9760
  "dev": true,
9873
9761
  "license": "MIT",
9874
9762
  "dependencies": {
9875
- "@typescript-eslint/utils": "^8.32.1",
9876
- "eslint-visitor-keys": "^4.2.0",
9877
- "espree": "^10.3.0",
9878
- "estraverse": "^5.3.0",
9879
- "picomatch": "^4.0.2"
9880
- },
9881
- "engines": {
9882
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9883
- },
9884
- "peerDependencies": {
9885
- "eslint": ">=9.0.0"
9763
+ "spdx-exceptions": "^2.1.0",
9764
+ "spdx-license-ids": "^3.0.0"
9886
9765
  }
9887
9766
  },
9888
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/project-service": {
9889
- "version": "8.34.0",
9890
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
9891
- "integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
9767
+ "node_modules/eslint-config-salesforce-typescript/node_modules/ts-api-utils": {
9768
+ "version": "1.4.3",
9769
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
9770
+ "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
9892
9771
  "dev": true,
9893
9772
  "license": "MIT",
9894
- "dependencies": {
9895
- "@typescript-eslint/tsconfig-utils": "^8.34.0",
9896
- "@typescript-eslint/types": "^8.34.0",
9897
- "debug": "^4.3.4"
9898
- },
9899
9773
  "engines": {
9900
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9901
- },
9902
- "funding": {
9903
- "type": "opencollective",
9904
- "url": "https://opencollective.com/typescript-eslint"
9774
+ "node": ">=16"
9905
9775
  },
9906
9776
  "peerDependencies": {
9907
- "typescript": ">=4.8.4 <5.9.0"
9777
+ "typescript": ">=4.2.0"
9908
9778
  }
9909
9779
  },
9910
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/scope-manager": {
9911
- "version": "8.34.0",
9912
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
9913
- "integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
9780
+ "node_modules/eslint-config-xo": {
9781
+ "version": "0.47.0",
9782
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz",
9783
+ "integrity": "sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==",
9914
9784
  "dev": true,
9915
9785
  "license": "MIT",
9916
9786
  "dependencies": {
9917
- "@typescript-eslint/types": "8.34.0",
9918
- "@typescript-eslint/visitor-keys": "8.34.0"
9787
+ "@eslint/css": "^0.7.0",
9788
+ "@eslint/json": "^0.12.0",
9789
+ "@stylistic/eslint-plugin": "^4.2.0",
9790
+ "confusing-browser-globals": "1.0.11",
9791
+ "globals": "^16.0.0"
9919
9792
  },
9920
9793
  "engines": {
9921
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9794
+ "node": ">=18.18"
9922
9795
  },
9923
9796
  "funding": {
9924
- "type": "opencollective",
9925
- "url": "https://opencollective.com/typescript-eslint"
9926
- }
9927
- },
9928
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/types": {
9929
- "version": "8.34.0",
9930
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
9931
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
9932
- "dev": true,
9933
- "license": "MIT",
9934
- "engines": {
9935
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9797
+ "url": "https://github.com/sponsors/sindresorhus"
9936
9798
  },
9937
- "funding": {
9938
- "type": "opencollective",
9939
- "url": "https://opencollective.com/typescript-eslint"
9799
+ "peerDependencies": {
9800
+ "eslint": ">=9.25.0"
9940
9801
  }
9941
9802
  },
9942
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/typescript-estree": {
9943
- "version": "8.34.0",
9944
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
9945
- "integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
9803
+ "node_modules/eslint-config-xo-space": {
9804
+ "version": "0.35.0",
9805
+ "resolved": "https://registry.npmjs.org/eslint-config-xo-space/-/eslint-config-xo-space-0.35.0.tgz",
9806
+ "integrity": "sha512-+79iVcoLi3PvGcjqYDpSPzbLfqYpNcMlhsCBRsnmDoHAn4npJG6YxmHpelQKpXM7v/EeZTUKb4e1xotWlei8KA==",
9946
9807
  "dev": true,
9947
9808
  "license": "MIT",
9948
9809
  "dependencies": {
9949
- "@typescript-eslint/project-service": "8.34.0",
9950
- "@typescript-eslint/tsconfig-utils": "8.34.0",
9951
- "@typescript-eslint/types": "8.34.0",
9952
- "@typescript-eslint/visitor-keys": "8.34.0",
9953
- "debug": "^4.3.4",
9954
- "fast-glob": "^3.3.2",
9955
- "is-glob": "^4.0.3",
9956
- "minimatch": "^9.0.4",
9957
- "semver": "^7.6.0",
9958
- "ts-api-utils": "^2.1.0"
9810
+ "eslint-config-xo": "^0.44.0"
9959
9811
  },
9960
9812
  "engines": {
9961
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9813
+ "node": ">=12"
9962
9814
  },
9963
9815
  "funding": {
9964
- "type": "opencollective",
9965
- "url": "https://opencollective.com/typescript-eslint"
9816
+ "url": "https://github.com/sponsors/sindresorhus"
9966
9817
  },
9967
9818
  "peerDependencies": {
9968
- "typescript": ">=4.8.4 <5.9.0"
9819
+ "eslint": ">=8.56.0"
9969
9820
  }
9970
9821
  },
9971
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/utils": {
9972
- "version": "8.34.0",
9973
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
9974
- "integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
9822
+ "node_modules/eslint-config-xo-space/node_modules/eslint-config-xo": {
9823
+ "version": "0.44.0",
9824
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz",
9825
+ "integrity": "sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew==",
9975
9826
  "dev": true,
9976
9827
  "license": "MIT",
9977
9828
  "dependencies": {
9978
- "@eslint-community/eslint-utils": "^4.7.0",
9979
- "@typescript-eslint/scope-manager": "8.34.0",
9980
- "@typescript-eslint/types": "8.34.0",
9981
- "@typescript-eslint/typescript-estree": "8.34.0"
9829
+ "confusing-browser-globals": "1.0.11"
9982
9830
  },
9983
9831
  "engines": {
9984
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9832
+ "node": ">=18"
9985
9833
  },
9986
9834
  "funding": {
9987
- "type": "opencollective",
9988
- "url": "https://opencollective.com/typescript-eslint"
9835
+ "url": "https://github.com/sponsors/sindresorhus"
9989
9836
  },
9990
9837
  "peerDependencies": {
9991
- "eslint": "^8.57.0 || ^9.0.0",
9992
- "typescript": ">=4.8.4 <5.9.0"
9838
+ "eslint": ">=8.56.0"
9993
9839
  }
9994
9840
  },
9995
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/visitor-keys": {
9996
- "version": "8.34.0",
9997
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
9998
- "integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
9841
+ "node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
9842
+ "version": "4.4.0",
9843
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
9844
+ "integrity": "sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==",
9999
9845
  "dev": true,
10000
9846
  "license": "MIT",
10001
9847
  "dependencies": {
10002
- "@typescript-eslint/types": "8.34.0",
10003
- "eslint-visitor-keys": "^4.2.0"
9848
+ "@typescript-eslint/utils": "^8.32.1",
9849
+ "eslint-visitor-keys": "^4.2.0",
9850
+ "espree": "^10.3.0",
9851
+ "estraverse": "^5.3.0",
9852
+ "picomatch": "^4.0.2"
10004
9853
  },
10005
9854
  "engines": {
10006
9855
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10007
9856
  },
10008
- "funding": {
10009
- "type": "opencollective",
10010
- "url": "https://opencollective.com/typescript-eslint"
9857
+ "peerDependencies": {
9858
+ "eslint": ">=9.0.0"
10011
9859
  }
10012
9860
  },
10013
9861
  "node_modules/eslint-config-xo/node_modules/eslint-visitor-keys": {
@@ -10036,35 +9884,6 @@
10036
9884
  "url": "https://github.com/sponsors/sindresorhus"
10037
9885
  }
10038
9886
  },
10039
- "node_modules/eslint-config-xo/node_modules/minimatch": {
10040
- "version": "9.0.5",
10041
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
10042
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
10043
- "dev": true,
10044
- "license": "ISC",
10045
- "dependencies": {
10046
- "brace-expansion": "^2.0.1"
10047
- },
10048
- "engines": {
10049
- "node": ">=16 || 14 >=14.17"
10050
- },
10051
- "funding": {
10052
- "url": "https://github.com/sponsors/isaacs"
10053
- }
10054
- },
10055
- "node_modules/eslint-config-xo/node_modules/ts-api-utils": {
10056
- "version": "2.1.0",
10057
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
10058
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
10059
- "dev": true,
10060
- "license": "MIT",
10061
- "engines": {
10062
- "node": ">=18.12"
10063
- },
10064
- "peerDependencies": {
10065
- "typescript": ">=4.8.4"
10066
- }
10067
- },
10068
9887
  "node_modules/eslint-import-resolver-node": {
10069
9888
  "version": "0.3.9",
10070
9889
  "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
@@ -10262,6 +10081,17 @@
10262
10081
  "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
10263
10082
  }
10264
10083
  },
10084
+ "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
10085
+ "version": "1.1.11",
10086
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
10087
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
10088
+ "dev": true,
10089
+ "license": "MIT",
10090
+ "dependencies": {
10091
+ "balanced-match": "^1.0.0",
10092
+ "concat-map": "0.0.1"
10093
+ }
10094
+ },
10265
10095
  "node_modules/eslint-plugin-import/node_modules/debug": {
10266
10096
  "version": "3.2.7",
10267
10097
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
@@ -10272,6 +10102,19 @@
10272
10102
  "ms": "^2.1.1"
10273
10103
  }
10274
10104
  },
10105
+ "node_modules/eslint-plugin-import/node_modules/minimatch": {
10106
+ "version": "3.1.2",
10107
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10108
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
10109
+ "dev": true,
10110
+ "license": "ISC",
10111
+ "dependencies": {
10112
+ "brace-expansion": "^1.1.7"
10113
+ },
10114
+ "engines": {
10115
+ "node": "*"
10116
+ }
10117
+ },
10275
10118
  "node_modules/eslint-plugin-import/node_modules/semver": {
10276
10119
  "version": "6.3.1",
10277
10120
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -10352,88 +10195,22 @@
10352
10195
  "ignore": "^5.3.2",
10353
10196
  "minimatch": "^9.0.5",
10354
10197
  "semver": "^7.6.3",
10355
- "ts-declaration-location": "^1.0.6"
10356
- },
10357
- "engines": {
10358
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10359
- },
10360
- "funding": {
10361
- "url": "https://opencollective.com/eslint"
10362
- },
10363
- "peerDependencies": {
10364
- "eslint": ">=8.23.0"
10365
- }
10366
- },
10367
- "node_modules/eslint-plugin-n/node_modules/@eslint-community/eslint-utils": {
10368
- "version": "4.5.1",
10369
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz",
10370
- "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
10371
- "dev": true,
10372
- "license": "MIT",
10373
- "dependencies": {
10374
- "eslint-visitor-keys": "^3.4.3"
10375
- },
10376
- "engines": {
10377
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10378
- },
10379
- "funding": {
10380
- "url": "https://opencollective.com/eslint"
10381
- },
10382
- "peerDependencies": {
10383
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
10384
- }
10385
- },
10386
- "node_modules/eslint-plugin-n/node_modules/globals": {
10387
- "version": "15.15.0",
10388
- "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
10389
- "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
10390
- "dev": true,
10391
- "license": "MIT",
10392
- "engines": {
10393
- "node": ">=18"
10394
- },
10395
- "funding": {
10396
- "url": "https://github.com/sponsors/sindresorhus"
10397
- }
10398
- },
10399
- "node_modules/eslint-plugin-n/node_modules/minimatch": {
10400
- "version": "9.0.5",
10401
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
10402
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
10403
- "dev": true,
10404
- "license": "ISC",
10405
- "dependencies": {
10406
- "brace-expansion": "^2.0.1"
10407
- },
10408
- "engines": {
10409
- "node": ">=16 || 14 >=14.17"
10410
- },
10411
- "funding": {
10412
- "url": "https://github.com/sponsors/isaacs"
10413
- }
10414
- },
10415
- "node_modules/eslint-plugin-perfectionist": {
10416
- "version": "4.9.0",
10417
- "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
10418
- "integrity": "sha512-76lDfJnonOcXGW3bEXuqhEGId0LrOlvIE1yLHvK/eKMMPOc0b43KchAIR2Bdbqlg+LPXU5/Q+UzuzkO+cWHT6w==",
10419
- "dev": true,
10420
- "license": "MIT",
10421
- "dependencies": {
10422
- "@typescript-eslint/types": "^8.24.0",
10423
- "@typescript-eslint/utils": "^8.24.0",
10424
- "natural-orderby": "^5.0.0"
10198
+ "ts-declaration-location": "^1.0.6"
10425
10199
  },
10426
10200
  "engines": {
10427
- "node": "^18.0.0 || >=20.0.0"
10201
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10202
+ },
10203
+ "funding": {
10204
+ "url": "https://opencollective.com/eslint"
10428
10205
  },
10429
10206
  "peerDependencies": {
10430
- "eslint": ">=8.0.0"
10207
+ "eslint": ">=8.23.0"
10431
10208
  }
10432
10209
  },
10433
- "node_modules/eslint-plugin-perfectionist/node_modules/@eslint-community/eslint-utils": {
10434
- "version": "4.7.0",
10435
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
10436
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
10210
+ "node_modules/eslint-plugin-n/node_modules/@eslint-community/eslint-utils": {
10211
+ "version": "4.5.1",
10212
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz",
10213
+ "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
10437
10214
  "dev": true,
10438
10215
  "license": "MIT",
10439
10216
  "dependencies": {
@@ -10449,15 +10226,15 @@
10449
10226
  "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
10450
10227
  }
10451
10228
  },
10452
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service": {
10453
- "version": "8.34.0",
10454
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.0.tgz",
10455
- "integrity": "sha512-iEgDALRf970/B2YExmtPMPF54NenZUf4xpL3wsCRx/lgjz6ul/l13R81ozP/ZNuXfnLCS+oPmG7JIxfdNYKELw==",
10229
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/project-service": {
10230
+ "version": "8.34.1",
10231
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.34.1.tgz",
10232
+ "integrity": "sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==",
10456
10233
  "dev": true,
10457
10234
  "license": "MIT",
10458
10235
  "dependencies": {
10459
- "@typescript-eslint/tsconfig-utils": "^8.34.0",
10460
- "@typescript-eslint/types": "^8.34.0",
10236
+ "@typescript-eslint/tsconfig-utils": "^8.34.1",
10237
+ "@typescript-eslint/types": "^8.34.1",
10461
10238
  "debug": "^4.3.4"
10462
10239
  },
10463
10240
  "engines": {
@@ -10471,29 +10248,15 @@
10471
10248
  "typescript": ">=4.8.4 <5.9.0"
10472
10249
  }
10473
10250
  },
10474
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
10475
- "version": "8.34.0",
10476
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
10477
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
10478
- "dev": true,
10479
- "license": "MIT",
10480
- "engines": {
10481
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10482
- },
10483
- "funding": {
10484
- "type": "opencollective",
10485
- "url": "https://opencollective.com/typescript-eslint"
10486
- }
10487
- },
10488
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
10489
- "version": "8.34.0",
10490
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz",
10491
- "integrity": "sha512-9Ac0X8WiLykl0aj1oYQNcLZjHgBojT6cW68yAgZ19letYu+Hxd0rE0veI1XznSSst1X5lwnxhPbVdwjDRIomRw==",
10251
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/scope-manager": {
10252
+ "version": "8.34.1",
10253
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz",
10254
+ "integrity": "sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==",
10492
10255
  "dev": true,
10493
10256
  "license": "MIT",
10494
10257
  "dependencies": {
10495
- "@typescript-eslint/types": "8.34.0",
10496
- "@typescript-eslint/visitor-keys": "8.34.0"
10258
+ "@typescript-eslint/types": "8.34.1",
10259
+ "@typescript-eslint/visitor-keys": "8.34.1"
10497
10260
  },
10498
10261
  "engines": {
10499
10262
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -10503,10 +10266,10 @@
10503
10266
  "url": "https://opencollective.com/typescript-eslint"
10504
10267
  }
10505
10268
  },
10506
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
10507
- "version": "8.34.0",
10508
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
10509
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
10269
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/tsconfig-utils": {
10270
+ "version": "8.34.1",
10271
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz",
10272
+ "integrity": "sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==",
10510
10273
  "dev": true,
10511
10274
  "license": "MIT",
10512
10275
  "engines": {
@@ -10515,12 +10278,15 @@
10515
10278
  "funding": {
10516
10279
  "type": "opencollective",
10517
10280
  "url": "https://opencollective.com/typescript-eslint"
10281
+ },
10282
+ "peerDependencies": {
10283
+ "typescript": ">=4.8.4 <5.9.0"
10518
10284
  }
10519
10285
  },
10520
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
10521
- "version": "8.25.0",
10522
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
10523
- "integrity": "sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==",
10286
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/types": {
10287
+ "version": "8.34.1",
10288
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.1.tgz",
10289
+ "integrity": "sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==",
10524
10290
  "dev": true,
10525
10291
  "license": "MIT",
10526
10292
  "engines": {
@@ -10531,17 +10297,17 @@
10531
10297
  "url": "https://opencollective.com/typescript-eslint"
10532
10298
  }
10533
10299
  },
10534
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
10535
- "version": "8.34.0",
10536
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz",
10537
- "integrity": "sha512-rOi4KZxI7E0+BMqG7emPSK1bB4RICCpF7QD3KCLXn9ZvWoESsOMlHyZPAHyG04ujVplPaHbmEvs34m+wjgtVtg==",
10300
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/typescript-estree": {
10301
+ "version": "8.34.1",
10302
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz",
10303
+ "integrity": "sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==",
10538
10304
  "dev": true,
10539
10305
  "license": "MIT",
10540
10306
  "dependencies": {
10541
- "@typescript-eslint/project-service": "8.34.0",
10542
- "@typescript-eslint/tsconfig-utils": "8.34.0",
10543
- "@typescript-eslint/types": "8.34.0",
10544
- "@typescript-eslint/visitor-keys": "8.34.0",
10307
+ "@typescript-eslint/project-service": "8.34.1",
10308
+ "@typescript-eslint/tsconfig-utils": "8.34.1",
10309
+ "@typescript-eslint/types": "8.34.1",
10310
+ "@typescript-eslint/visitor-keys": "8.34.1",
10545
10311
  "debug": "^4.3.4",
10546
10312
  "fast-glob": "^3.3.2",
10547
10313
  "is-glob": "^4.0.3",
@@ -10560,31 +10326,17 @@
10560
10326
  "typescript": ">=4.8.4 <5.9.0"
10561
10327
  }
10562
10328
  },
10563
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
10564
- "version": "8.34.0",
10565
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
10566
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
10567
- "dev": true,
10568
- "license": "MIT",
10569
- "engines": {
10570
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10571
- },
10572
- "funding": {
10573
- "type": "opencollective",
10574
- "url": "https://opencollective.com/typescript-eslint"
10575
- }
10576
- },
10577
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
10578
- "version": "8.34.0",
10579
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.0.tgz",
10580
- "integrity": "sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==",
10329
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/utils": {
10330
+ "version": "8.34.1",
10331
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.34.1.tgz",
10332
+ "integrity": "sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==",
10581
10333
  "dev": true,
10582
10334
  "license": "MIT",
10583
10335
  "dependencies": {
10584
10336
  "@eslint-community/eslint-utils": "^4.7.0",
10585
- "@typescript-eslint/scope-manager": "8.34.0",
10586
- "@typescript-eslint/types": "8.34.0",
10587
- "@typescript-eslint/typescript-estree": "8.34.0"
10337
+ "@typescript-eslint/scope-manager": "8.34.1",
10338
+ "@typescript-eslint/types": "8.34.1",
10339
+ "@typescript-eslint/typescript-estree": "8.34.1"
10588
10340
  },
10589
10341
  "engines": {
10590
10342
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -10598,29 +10350,34 @@
10598
10350
  "typescript": ">=4.8.4 <5.9.0"
10599
10351
  }
10600
10352
  },
10601
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
10602
- "version": "8.34.0",
10603
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
10604
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
10353
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/utils/node_modules/@eslint-community/eslint-utils": {
10354
+ "version": "4.7.0",
10355
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
10356
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
10605
10357
  "dev": true,
10606
10358
  "license": "MIT",
10359
+ "dependencies": {
10360
+ "eslint-visitor-keys": "^3.4.3"
10361
+ },
10607
10362
  "engines": {
10608
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10363
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10609
10364
  },
10610
10365
  "funding": {
10611
- "type": "opencollective",
10612
- "url": "https://opencollective.com/typescript-eslint"
10366
+ "url": "https://opencollective.com/eslint"
10367
+ },
10368
+ "peerDependencies": {
10369
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
10613
10370
  }
10614
10371
  },
10615
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
10616
- "version": "8.34.0",
10617
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz",
10618
- "integrity": "sha512-qHV7pW7E85A0x6qyrFn+O+q1k1p3tQCsqIZ1KZ5ESLXY57aTvUd3/a4rdPTeXisvhXn2VQG0VSKUqs8KHF2zcA==",
10372
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/visitor-keys": {
10373
+ "version": "8.34.1",
10374
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz",
10375
+ "integrity": "sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==",
10619
10376
  "dev": true,
10620
10377
  "license": "MIT",
10621
10378
  "dependencies": {
10622
- "@typescript-eslint/types": "8.34.0",
10623
- "eslint-visitor-keys": "^4.2.0"
10379
+ "@typescript-eslint/types": "8.34.1",
10380
+ "eslint-visitor-keys": "^4.2.1"
10624
10381
  },
10625
10382
  "engines": {
10626
10383
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -10630,47 +10387,62 @@
10630
10387
  "url": "https://opencollective.com/typescript-eslint"
10631
10388
  }
10632
10389
  },
10633
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
10634
- "version": "8.34.0",
10635
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.34.0.tgz",
10636
- "integrity": "sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==",
10390
+ "node_modules/eslint-plugin-n/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
10391
+ "version": "4.2.1",
10392
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
10393
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
10637
10394
  "dev": true,
10638
- "license": "MIT",
10395
+ "license": "Apache-2.0",
10639
10396
  "engines": {
10640
10397
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10641
10398
  },
10642
10399
  "funding": {
10643
- "type": "opencollective",
10644
- "url": "https://opencollective.com/typescript-eslint"
10400
+ "url": "https://opencollective.com/eslint"
10645
10401
  }
10646
10402
  },
10647
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
10648
- "version": "4.2.0",
10649
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
10650
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
10403
+ "node_modules/eslint-plugin-n/node_modules/globals": {
10404
+ "version": "15.15.0",
10405
+ "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
10406
+ "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
10651
10407
  "dev": true,
10652
- "license": "Apache-2.0",
10408
+ "license": "MIT",
10653
10409
  "engines": {
10654
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10410
+ "node": ">=18"
10655
10411
  },
10656
10412
  "funding": {
10657
- "url": "https://opencollective.com/eslint"
10413
+ "url": "https://github.com/sponsors/sindresorhus"
10658
10414
  }
10659
10415
  },
10660
- "node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
10661
- "version": "9.0.5",
10662
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
10663
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
10416
+ "node_modules/eslint-plugin-perfectionist": {
10417
+ "version": "4.9.0",
10418
+ "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
10419
+ "integrity": "sha512-76lDfJnonOcXGW3bEXuqhEGId0LrOlvIE1yLHvK/eKMMPOc0b43KchAIR2Bdbqlg+LPXU5/Q+UzuzkO+cWHT6w==",
10664
10420
  "dev": true,
10665
- "license": "ISC",
10421
+ "license": "MIT",
10666
10422
  "dependencies": {
10667
- "brace-expansion": "^2.0.1"
10423
+ "@typescript-eslint/types": "^8.24.0",
10424
+ "@typescript-eslint/utils": "^8.24.0",
10425
+ "natural-orderby": "^5.0.0"
10668
10426
  },
10669
10427
  "engines": {
10670
- "node": ">=16 || 14 >=14.17"
10428
+ "node": "^18.0.0 || >=20.0.0"
10429
+ },
10430
+ "peerDependencies": {
10431
+ "eslint": ">=8.0.0"
10432
+ }
10433
+ },
10434
+ "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
10435
+ "version": "8.25.0",
10436
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
10437
+ "integrity": "sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==",
10438
+ "dev": true,
10439
+ "license": "MIT",
10440
+ "engines": {
10441
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10671
10442
  },
10672
10443
  "funding": {
10673
- "url": "https://github.com/sponsors/isaacs"
10444
+ "type": "opencollective",
10445
+ "url": "https://opencollective.com/typescript-eslint"
10674
10446
  }
10675
10447
  },
10676
10448
  "node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
@@ -10683,19 +10455,6 @@
10683
10455
  "node": ">=18"
10684
10456
  }
10685
10457
  },
10686
- "node_modules/eslint-plugin-perfectionist/node_modules/ts-api-utils": {
10687
- "version": "2.1.0",
10688
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
10689
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
10690
- "dev": true,
10691
- "license": "MIT",
10692
- "engines": {
10693
- "node": ">=18.12"
10694
- },
10695
- "peerDependencies": {
10696
- "typescript": ">=4.8.4"
10697
- }
10698
- },
10699
10458
  "node_modules/eslint-plugin-prettier": {
10700
10459
  "version": "5.5.1",
10701
10460
  "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz",
@@ -10843,20 +10602,17 @@
10843
10602
  "url": "https://opencollective.com/typescript-eslint"
10844
10603
  }
10845
10604
  },
10846
- "node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
10847
- "version": "9.0.5",
10848
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
10849
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
10605
+ "node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
10606
+ "version": "1.4.3",
10607
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
10608
+ "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
10850
10609
  "dev": true,
10851
- "license": "ISC",
10852
- "dependencies": {
10853
- "brace-expansion": "^2.0.1"
10854
- },
10610
+ "license": "MIT",
10855
10611
  "engines": {
10856
- "node": ">=16 || 14 >=14.17"
10612
+ "node": ">=16"
10857
10613
  },
10858
- "funding": {
10859
- "url": "https://github.com/sponsors/isaacs"
10614
+ "peerDependencies": {
10615
+ "typescript": ">=4.2.0"
10860
10616
  }
10861
10617
  },
10862
10618
  "node_modules/eslint-plugin-unicorn": {
@@ -10991,6 +10747,17 @@
10991
10747
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10992
10748
  }
10993
10749
  },
10750
+ "node_modules/eslint/node_modules/brace-expansion": {
10751
+ "version": "1.1.11",
10752
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
10753
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
10754
+ "dev": true,
10755
+ "license": "MIT",
10756
+ "dependencies": {
10757
+ "balanced-match": "^1.0.0",
10758
+ "concat-map": "0.0.1"
10759
+ }
10760
+ },
10994
10761
  "node_modules/eslint/node_modules/doctrine": {
10995
10762
  "version": "3.0.0",
10996
10763
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@@ -11068,6 +10835,19 @@
11068
10835
  "url": "https://github.com/sponsors/sindresorhus"
11069
10836
  }
11070
10837
  },
10838
+ "node_modules/eslint/node_modules/minimatch": {
10839
+ "version": "3.1.2",
10840
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10841
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
10842
+ "dev": true,
10843
+ "license": "ISC",
10844
+ "dependencies": {
10845
+ "brace-expansion": "^1.1.7"
10846
+ },
10847
+ "engines": {
10848
+ "node": "*"
10849
+ }
10850
+ },
11071
10851
  "node_modules/eslint/node_modules/p-limit": {
11072
10852
  "version": "3.1.0",
11073
10853
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -11934,17 +11714,41 @@
11934
11714
  "url": "https://github.com/sponsors/isaacs"
11935
11715
  }
11936
11716
  },
11937
- "node_modules/glob-parent": {
11938
- "version": "5.1.2",
11939
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
11940
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
11717
+ "node_modules/glob-parent": {
11718
+ "version": "5.1.2",
11719
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
11720
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
11721
+ "dev": true,
11722
+ "license": "ISC",
11723
+ "dependencies": {
11724
+ "is-glob": "^4.0.1"
11725
+ },
11726
+ "engines": {
11727
+ "node": ">= 6"
11728
+ }
11729
+ },
11730
+ "node_modules/glob/node_modules/brace-expansion": {
11731
+ "version": "1.1.11",
11732
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
11733
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
11734
+ "dev": true,
11735
+ "license": "MIT",
11736
+ "dependencies": {
11737
+ "balanced-match": "^1.0.0",
11738
+ "concat-map": "0.0.1"
11739
+ }
11740
+ },
11741
+ "node_modules/glob/node_modules/minimatch": {
11742
+ "version": "3.1.2",
11743
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
11744
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
11941
11745
  "dev": true,
11942
11746
  "license": "ISC",
11943
11747
  "dependencies": {
11944
- "is-glob": "^4.0.1"
11748
+ "brace-expansion": "^1.1.7"
11945
11749
  },
11946
11750
  "engines": {
11947
- "node": ">= 6"
11751
+ "node": "*"
11948
11752
  }
11949
11753
  },
11950
11754
  "node_modules/global-dirs": {
@@ -13462,9 +13266,9 @@
13462
13266
  "license": "ISC"
13463
13267
  },
13464
13268
  "node_modules/isomorphic-git": {
13465
- "version": "1.32.0",
13466
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.0.tgz",
13467
- "integrity": "sha512-opbs9B00JcXZRmCFB8oxCIKsmshtfmWh89lHu+2qZZFF6599KNn3aRuhsDlA1YiAtvZXK85LW6MCLPxmNhGIAw==",
13269
+ "version": "1.32.1",
13270
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.1.tgz",
13271
+ "integrity": "sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==",
13468
13272
  "license": "MIT",
13469
13273
  "dependencies": {
13470
13274
  "async-lock": "^1.4.1",
@@ -13649,6 +13453,28 @@
13649
13453
  "node": ">=10"
13650
13454
  }
13651
13455
  },
13456
+ "node_modules/jake/node_modules/brace-expansion": {
13457
+ "version": "1.1.11",
13458
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
13459
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
13460
+ "license": "MIT",
13461
+ "dependencies": {
13462
+ "balanced-match": "^1.0.0",
13463
+ "concat-map": "0.0.1"
13464
+ }
13465
+ },
13466
+ "node_modules/jake/node_modules/minimatch": {
13467
+ "version": "3.1.2",
13468
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
13469
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
13470
+ "license": "ISC",
13471
+ "dependencies": {
13472
+ "brace-expansion": "^1.1.7"
13473
+ },
13474
+ "engines": {
13475
+ "node": "*"
13476
+ }
13477
+ },
13652
13478
  "node_modules/joycon": {
13653
13479
  "version": "3.1.1",
13654
13480
  "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
@@ -14125,22 +13951,6 @@
14125
13951
  "node": ">=16"
14126
13952
  }
14127
13953
  },
14128
- "node_modules/linkinator/node_modules/minimatch": {
14129
- "version": "9.0.5",
14130
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
14131
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
14132
- "dev": true,
14133
- "license": "ISC",
14134
- "dependencies": {
14135
- "brace-expansion": "^2.0.1"
14136
- },
14137
- "engines": {
14138
- "node": ">=16 || 14 >=14.17"
14139
- },
14140
- "funding": {
14141
- "url": "https://github.com/sponsors/isaacs"
14142
- }
14143
- },
14144
13954
  "node_modules/locate-path": {
14145
13955
  "version": "5.0.0",
14146
13956
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -14807,25 +14617,18 @@
14807
14617
  }
14808
14618
  },
14809
14619
  "node_modules/minimatch": {
14810
- "version": "3.1.2",
14811
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
14812
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14620
+ "version": "9.0.5",
14621
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
14622
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
14813
14623
  "license": "ISC",
14814
14624
  "dependencies": {
14815
- "brace-expansion": "^1.1.7"
14625
+ "brace-expansion": "^2.0.1"
14816
14626
  },
14817
14627
  "engines": {
14818
- "node": "*"
14819
- }
14820
- },
14821
- "node_modules/minimatch/node_modules/brace-expansion": {
14822
- "version": "1.1.11",
14823
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
14824
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
14825
- "license": "MIT",
14826
- "dependencies": {
14827
- "balanced-match": "^1.0.0",
14828
- "concat-map": "0.0.1"
14628
+ "node": ">=16 || 14 >=14.17"
14629
+ },
14630
+ "funding": {
14631
+ "url": "https://github.com/sponsors/isaacs"
14829
14632
  }
14830
14633
  },
14831
14634
  "node_modules/minimist": {
@@ -15323,6 +15126,17 @@
15323
15126
  "node": ">=18"
15324
15127
  }
15325
15128
  },
15129
+ "node_modules/nyc/node_modules/brace-expansion": {
15130
+ "version": "1.1.11",
15131
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
15132
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
15133
+ "dev": true,
15134
+ "license": "MIT",
15135
+ "dependencies": {
15136
+ "balanced-match": "^1.0.0",
15137
+ "concat-map": "0.0.1"
15138
+ }
15139
+ },
15326
15140
  "node_modules/nyc/node_modules/cliui": {
15327
15141
  "version": "6.0.0",
15328
15142
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -15342,6 +15156,19 @@
15342
15156
  "dev": true,
15343
15157
  "license": "MIT"
15344
15158
  },
15159
+ "node_modules/nyc/node_modules/minimatch": {
15160
+ "version": "3.1.2",
15161
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
15162
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
15163
+ "dev": true,
15164
+ "license": "ISC",
15165
+ "dependencies": {
15166
+ "brace-expansion": "^1.1.7"
15167
+ },
15168
+ "engines": {
15169
+ "node": "*"
15170
+ }
15171
+ },
15345
15172
  "node_modules/nyc/node_modules/test-exclude": {
15346
15173
  "version": "6.0.0",
15347
15174
  "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
@@ -18301,22 +18128,6 @@
18301
18128
  "url": "https://github.com/sponsors/isaacs"
18302
18129
  }
18303
18130
  },
18304
- "node_modules/test-exclude/node_modules/minimatch": {
18305
- "version": "9.0.5",
18306
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
18307
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
18308
- "dev": true,
18309
- "license": "ISC",
18310
- "dependencies": {
18311
- "brace-expansion": "^2.0.1"
18312
- },
18313
- "engines": {
18314
- "node": ">=16 || 14 >=14.17"
18315
- },
18316
- "funding": {
18317
- "url": "https://github.com/sponsors/isaacs"
18318
- }
18319
- },
18320
18131
  "node_modules/text-extensions": {
18321
18132
  "version": "1.9.0",
18322
18133
  "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
@@ -18495,16 +18306,16 @@
18495
18306
  }
18496
18307
  },
18497
18308
  "node_modules/ts-api-utils": {
18498
- "version": "1.4.3",
18499
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
18500
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
18309
+ "version": "2.1.0",
18310
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
18311
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
18501
18312
  "dev": true,
18502
18313
  "license": "MIT",
18503
18314
  "engines": {
18504
- "node": ">=16"
18315
+ "node": ">=18.12"
18505
18316
  },
18506
18317
  "peerDependencies": {
18507
- "typescript": ">=4.2.0"
18318
+ "typescript": ">=4.8.4"
18508
18319
  }
18509
18320
  },
18510
18321
  "node_modules/ts-declaration-location": {
@@ -18850,22 +18661,6 @@
18850
18661
  "typedoc": "0.26.x || 0.27.x"
18851
18662
  }
18852
18663
  },
18853
- "node_modules/typedoc/node_modules/minimatch": {
18854
- "version": "9.0.5",
18855
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
18856
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
18857
- "dev": true,
18858
- "license": "ISC",
18859
- "dependencies": {
18860
- "brace-expansion": "^2.0.1"
18861
- },
18862
- "engines": {
18863
- "node": ">=16 || 14 >=14.17"
18864
- },
18865
- "funding": {
18866
- "url": "https://github.com/sponsors/isaacs"
18867
- }
18868
- },
18869
18664
  "node_modules/typescript": {
18870
18665
  "version": "5.8.3",
18871
18666
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
@@ -18881,15 +18676,144 @@
18881
18676
  }
18882
18677
  },
18883
18678
  "node_modules/typescript-eslint": {
18884
- "version": "8.34.1",
18885
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.34.1.tgz",
18886
- "integrity": "sha512-XjS+b6Vg9oT1BaIUfkW3M3LvqZE++rbzAMEHuccCfO/YkP43ha6w3jTEMilQxMF92nVOYCcdjv1ZUhAa1D/0ow==",
18679
+ "version": "8.35.0",
18680
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.35.0.tgz",
18681
+ "integrity": "sha512-uEnz70b7kBz6eg/j0Czy6K5NivaYopgxRjsnAJ2Fx5oTLo3wefTHIbL7AkQr1+7tJCRVpTs/wiM8JR/11Loq9A==",
18682
+ "dev": true,
18683
+ "license": "MIT",
18684
+ "dependencies": {
18685
+ "@typescript-eslint/eslint-plugin": "8.35.0",
18686
+ "@typescript-eslint/parser": "8.35.0",
18687
+ "@typescript-eslint/utils": "8.35.0"
18688
+ },
18689
+ "engines": {
18690
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18691
+ },
18692
+ "funding": {
18693
+ "type": "opencollective",
18694
+ "url": "https://opencollective.com/typescript-eslint"
18695
+ },
18696
+ "peerDependencies": {
18697
+ "eslint": "^8.57.0 || ^9.0.0",
18698
+ "typescript": ">=4.8.4 <5.9.0"
18699
+ }
18700
+ },
18701
+ "node_modules/typescript-eslint/node_modules/@eslint-community/eslint-utils": {
18702
+ "version": "4.7.0",
18703
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
18704
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
18705
+ "dev": true,
18706
+ "license": "MIT",
18707
+ "dependencies": {
18708
+ "eslint-visitor-keys": "^3.4.3"
18709
+ },
18710
+ "engines": {
18711
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
18712
+ },
18713
+ "funding": {
18714
+ "url": "https://opencollective.com/eslint"
18715
+ },
18716
+ "peerDependencies": {
18717
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
18718
+ }
18719
+ },
18720
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/project-service": {
18721
+ "version": "8.35.0",
18722
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.35.0.tgz",
18723
+ "integrity": "sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==",
18724
+ "dev": true,
18725
+ "license": "MIT",
18726
+ "dependencies": {
18727
+ "@typescript-eslint/tsconfig-utils": "^8.35.0",
18728
+ "@typescript-eslint/types": "^8.35.0",
18729
+ "debug": "^4.3.4"
18730
+ },
18731
+ "engines": {
18732
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18733
+ },
18734
+ "funding": {
18735
+ "type": "opencollective",
18736
+ "url": "https://opencollective.com/typescript-eslint"
18737
+ },
18738
+ "peerDependencies": {
18739
+ "typescript": ">=4.8.4 <5.9.0"
18740
+ }
18741
+ },
18742
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
18743
+ "version": "8.35.0",
18744
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz",
18745
+ "integrity": "sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==",
18746
+ "dev": true,
18747
+ "license": "MIT",
18748
+ "dependencies": {
18749
+ "@typescript-eslint/types": "8.35.0",
18750
+ "@typescript-eslint/visitor-keys": "8.35.0"
18751
+ },
18752
+ "engines": {
18753
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18754
+ },
18755
+ "funding": {
18756
+ "type": "opencollective",
18757
+ "url": "https://opencollective.com/typescript-eslint"
18758
+ }
18759
+ },
18760
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/tsconfig-utils": {
18761
+ "version": "8.35.0",
18762
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz",
18763
+ "integrity": "sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==",
18764
+ "dev": true,
18765
+ "license": "MIT",
18766
+ "engines": {
18767
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18768
+ },
18769
+ "funding": {
18770
+ "type": "opencollective",
18771
+ "url": "https://opencollective.com/typescript-eslint"
18772
+ },
18773
+ "peerDependencies": {
18774
+ "typescript": ">=4.8.4 <5.9.0"
18775
+ }
18776
+ },
18777
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
18778
+ "version": "8.35.0",
18779
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz",
18780
+ "integrity": "sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==",
18781
+ "dev": true,
18782
+ "license": "MIT",
18783
+ "dependencies": {
18784
+ "@typescript-eslint/project-service": "8.35.0",
18785
+ "@typescript-eslint/tsconfig-utils": "8.35.0",
18786
+ "@typescript-eslint/types": "8.35.0",
18787
+ "@typescript-eslint/visitor-keys": "8.35.0",
18788
+ "debug": "^4.3.4",
18789
+ "fast-glob": "^3.3.2",
18790
+ "is-glob": "^4.0.3",
18791
+ "minimatch": "^9.0.4",
18792
+ "semver": "^7.6.0",
18793
+ "ts-api-utils": "^2.1.0"
18794
+ },
18795
+ "engines": {
18796
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18797
+ },
18798
+ "funding": {
18799
+ "type": "opencollective",
18800
+ "url": "https://opencollective.com/typescript-eslint"
18801
+ },
18802
+ "peerDependencies": {
18803
+ "typescript": ">=4.8.4 <5.9.0"
18804
+ }
18805
+ },
18806
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
18807
+ "version": "8.35.0",
18808
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.35.0.tgz",
18809
+ "integrity": "sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==",
18887
18810
  "dev": true,
18888
18811
  "license": "MIT",
18889
18812
  "dependencies": {
18890
- "@typescript-eslint/eslint-plugin": "8.34.1",
18891
- "@typescript-eslint/parser": "8.34.1",
18892
- "@typescript-eslint/utils": "8.34.1"
18813
+ "@eslint-community/eslint-utils": "^4.7.0",
18814
+ "@typescript-eslint/scope-manager": "8.35.0",
18815
+ "@typescript-eslint/types": "8.35.0",
18816
+ "@typescript-eslint/typescript-estree": "8.35.0"
18893
18817
  },
18894
18818
  "engines": {
18895
18819
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -18903,6 +18827,37 @@
18903
18827
  "typescript": ">=4.8.4 <5.9.0"
18904
18828
  }
18905
18829
  },
18830
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
18831
+ "version": "8.35.0",
18832
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz",
18833
+ "integrity": "sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==",
18834
+ "dev": true,
18835
+ "license": "MIT",
18836
+ "dependencies": {
18837
+ "@typescript-eslint/types": "8.35.0",
18838
+ "eslint-visitor-keys": "^4.2.1"
18839
+ },
18840
+ "engines": {
18841
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18842
+ },
18843
+ "funding": {
18844
+ "type": "opencollective",
18845
+ "url": "https://opencollective.com/typescript-eslint"
18846
+ }
18847
+ },
18848
+ "node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
18849
+ "version": "4.2.1",
18850
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
18851
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
18852
+ "dev": true,
18853
+ "license": "Apache-2.0",
18854
+ "engines": {
18855
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
18856
+ },
18857
+ "funding": {
18858
+ "url": "https://opencollective.com/eslint"
18859
+ }
18860
+ },
18906
18861
  "node_modules/uc.micro": {
18907
18862
  "version": "2.1.0",
18908
18863
  "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",