|
26 | 26 | "ts-loader": "^9.5.2", |
27 | 27 | "ts-node": "^10.9.2", |
28 | 28 | "typescript": "^5.7.3", |
29 | | - "typescript-eslint": "^8.24.0", |
| 29 | + "typescript-eslint": "^8.24.1", |
30 | 30 | "webpack": "^5.98.0", |
31 | 31 | "webpack-cli": "^6.0.1" |
32 | 32 | }, |
|
2335 | 2335 | "license": "MIT" |
2336 | 2336 | }, |
2337 | 2337 | "node_modules/@typescript-eslint/eslint-plugin": { |
2338 | | - "version": "8.24.0", |
2339 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz", |
2340 | | - "integrity": "sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==", |
| 2338 | + "version": "8.24.1", |
| 2339 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz", |
| 2340 | + "integrity": "sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==", |
2341 | 2341 | "dev": true, |
2342 | 2342 | "license": "MIT", |
2343 | 2343 | "dependencies": { |
2344 | 2344 | "@eslint-community/regexpp": "^4.10.0", |
2345 | | - "@typescript-eslint/scope-manager": "8.24.0", |
2346 | | - "@typescript-eslint/type-utils": "8.24.0", |
2347 | | - "@typescript-eslint/utils": "8.24.0", |
2348 | | - "@typescript-eslint/visitor-keys": "8.24.0", |
| 2345 | + "@typescript-eslint/scope-manager": "8.24.1", |
| 2346 | + "@typescript-eslint/type-utils": "8.24.1", |
| 2347 | + "@typescript-eslint/utils": "8.24.1", |
| 2348 | + "@typescript-eslint/visitor-keys": "8.24.1", |
2349 | 2349 | "graphemer": "^1.4.0", |
2350 | 2350 | "ignore": "^5.3.1", |
2351 | 2351 | "natural-compare": "^1.4.0", |
|
2365 | 2365 | } |
2366 | 2366 | }, |
2367 | 2367 | "node_modules/@typescript-eslint/parser": { |
2368 | | - "version": "8.24.0", |
2369 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.0.tgz", |
2370 | | - "integrity": "sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==", |
| 2368 | + "version": "8.24.1", |
| 2369 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.1.tgz", |
| 2370 | + "integrity": "sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==", |
2371 | 2371 | "dev": true, |
2372 | 2372 | "license": "MIT", |
2373 | 2373 | "dependencies": { |
2374 | | - "@typescript-eslint/scope-manager": "8.24.0", |
2375 | | - "@typescript-eslint/types": "8.24.0", |
2376 | | - "@typescript-eslint/typescript-estree": "8.24.0", |
2377 | | - "@typescript-eslint/visitor-keys": "8.24.0", |
| 2374 | + "@typescript-eslint/scope-manager": "8.24.1", |
| 2375 | + "@typescript-eslint/types": "8.24.1", |
| 2376 | + "@typescript-eslint/typescript-estree": "8.24.1", |
| 2377 | + "@typescript-eslint/visitor-keys": "8.24.1", |
2378 | 2378 | "debug": "^4.3.4" |
2379 | 2379 | }, |
2380 | 2380 | "engines": { |
|
2390 | 2390 | } |
2391 | 2391 | }, |
2392 | 2392 | "node_modules/@typescript-eslint/scope-manager": { |
2393 | | - "version": "8.24.0", |
2394 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz", |
2395 | | - "integrity": "sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==", |
| 2393 | + "version": "8.24.1", |
| 2394 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz", |
| 2395 | + "integrity": "sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==", |
2396 | 2396 | "dev": true, |
2397 | 2397 | "license": "MIT", |
2398 | 2398 | "dependencies": { |
2399 | | - "@typescript-eslint/types": "8.24.0", |
2400 | | - "@typescript-eslint/visitor-keys": "8.24.0" |
| 2399 | + "@typescript-eslint/types": "8.24.1", |
| 2400 | + "@typescript-eslint/visitor-keys": "8.24.1" |
2401 | 2401 | }, |
2402 | 2402 | "engines": { |
2403 | 2403 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2408 | 2408 | } |
2409 | 2409 | }, |
2410 | 2410 | "node_modules/@typescript-eslint/type-utils": { |
2411 | | - "version": "8.24.0", |
2412 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz", |
2413 | | - "integrity": "sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==", |
| 2411 | + "version": "8.24.1", |
| 2412 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz", |
| 2413 | + "integrity": "sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==", |
2414 | 2414 | "dev": true, |
2415 | 2415 | "license": "MIT", |
2416 | 2416 | "dependencies": { |
2417 | | - "@typescript-eslint/typescript-estree": "8.24.0", |
2418 | | - "@typescript-eslint/utils": "8.24.0", |
| 2417 | + "@typescript-eslint/typescript-estree": "8.24.1", |
| 2418 | + "@typescript-eslint/utils": "8.24.1", |
2419 | 2419 | "debug": "^4.3.4", |
2420 | 2420 | "ts-api-utils": "^2.0.1" |
2421 | 2421 | }, |
|
2432 | 2432 | } |
2433 | 2433 | }, |
2434 | 2434 | "node_modules/@typescript-eslint/types": { |
2435 | | - "version": "8.24.0", |
2436 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.24.0.tgz", |
2437 | | - "integrity": "sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==", |
| 2435 | + "version": "8.24.1", |
| 2436 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.24.1.tgz", |
| 2437 | + "integrity": "sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==", |
2438 | 2438 | "dev": true, |
2439 | 2439 | "license": "MIT", |
2440 | 2440 | "engines": { |
|
2446 | 2446 | } |
2447 | 2447 | }, |
2448 | 2448 | "node_modules/@typescript-eslint/typescript-estree": { |
2449 | | - "version": "8.24.0", |
2450 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz", |
2451 | | - "integrity": "sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==", |
| 2449 | + "version": "8.24.1", |
| 2450 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz", |
| 2451 | + "integrity": "sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==", |
2452 | 2452 | "dev": true, |
2453 | 2453 | "license": "MIT", |
2454 | 2454 | "dependencies": { |
2455 | | - "@typescript-eslint/types": "8.24.0", |
2456 | | - "@typescript-eslint/visitor-keys": "8.24.0", |
| 2455 | + "@typescript-eslint/types": "8.24.1", |
| 2456 | + "@typescript-eslint/visitor-keys": "8.24.1", |
2457 | 2457 | "debug": "^4.3.4", |
2458 | 2458 | "fast-glob": "^3.3.2", |
2459 | 2459 | "is-glob": "^4.0.3", |
|
2499 | 2499 | } |
2500 | 2500 | }, |
2501 | 2501 | "node_modules/@typescript-eslint/utils": { |
2502 | | - "version": "8.24.0", |
2503 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.0.tgz", |
2504 | | - "integrity": "sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==", |
| 2502 | + "version": "8.24.1", |
| 2503 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.1.tgz", |
| 2504 | + "integrity": "sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==", |
2505 | 2505 | "dev": true, |
2506 | 2506 | "license": "MIT", |
2507 | 2507 | "dependencies": { |
2508 | 2508 | "@eslint-community/eslint-utils": "^4.4.0", |
2509 | | - "@typescript-eslint/scope-manager": "8.24.0", |
2510 | | - "@typescript-eslint/types": "8.24.0", |
2511 | | - "@typescript-eslint/typescript-estree": "8.24.0" |
| 2509 | + "@typescript-eslint/scope-manager": "8.24.1", |
| 2510 | + "@typescript-eslint/types": "8.24.1", |
| 2511 | + "@typescript-eslint/typescript-estree": "8.24.1" |
2512 | 2512 | }, |
2513 | 2513 | "engines": { |
2514 | 2514 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2523 | 2523 | } |
2524 | 2524 | }, |
2525 | 2525 | "node_modules/@typescript-eslint/visitor-keys": { |
2526 | | - "version": "8.24.0", |
2527 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz", |
2528 | | - "integrity": "sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==", |
| 2526 | + "version": "8.24.1", |
| 2527 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz", |
| 2528 | + "integrity": "sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==", |
2529 | 2529 | "dev": true, |
2530 | 2530 | "license": "MIT", |
2531 | 2531 | "dependencies": { |
2532 | | - "@typescript-eslint/types": "8.24.0", |
| 2532 | + "@typescript-eslint/types": "8.24.1", |
2533 | 2533 | "eslint-visitor-keys": "^4.2.0" |
2534 | 2534 | }, |
2535 | 2535 | "engines": { |
@@ -10478,15 +10478,15 @@ |
10478 | 10478 | } |
10479 | 10479 | }, |
10480 | 10480 | "node_modules/typescript-eslint": { |
10481 | | - "version": "8.24.0", |
10482 | | - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.24.0.tgz", |
10483 | | - "integrity": "sha512-/lmv4366en/qbB32Vz5+kCNZEMf6xYHwh1z48suBwZvAtnXKbP+YhGe8OLE2BqC67LMqKkCNLtjejdwsdW6uOQ==", |
| 10481 | + "version": "8.24.1", |
| 10482 | + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.24.1.tgz", |
| 10483 | + "integrity": "sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA==", |
10484 | 10484 | "dev": true, |
10485 | 10485 | "license": "MIT", |
10486 | 10486 | "dependencies": { |
10487 | | - "@typescript-eslint/eslint-plugin": "8.24.0", |
10488 | | - "@typescript-eslint/parser": "8.24.0", |
10489 | | - "@typescript-eslint/utils": "8.24.0" |
| 10487 | + "@typescript-eslint/eslint-plugin": "8.24.1", |
| 10488 | + "@typescript-eslint/parser": "8.24.1", |
| 10489 | + "@typescript-eslint/utils": "8.24.1" |
10490 | 10490 | }, |
10491 | 10491 | "engines": { |
10492 | 10492 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
0 commit comments