|
26 | 26 | "ts-loader": "^9.4.4", |
27 | 27 | "ts-node": "^10.9.2", |
28 | 28 | "typescript": "^5.7.2", |
29 | | - "typescript-eslint": "^8.18.2", |
| 29 | + "typescript-eslint": "^8.19.0", |
30 | 30 | "webpack": "^5.97.1", |
31 | 31 | "webpack-cli": "^6.0.1" |
32 | 32 | }, |
|
2326 | 2326 | "license": "MIT" |
2327 | 2327 | }, |
2328 | 2328 | "node_modules/@typescript-eslint/eslint-plugin": { |
2329 | | - "version": "8.18.2", |
2330 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.2.tgz", |
2331 | | - "integrity": "sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==", |
| 2329 | + "version": "8.19.0", |
| 2330 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz", |
| 2331 | + "integrity": "sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==", |
2332 | 2332 | "dev": true, |
2333 | 2333 | "dependencies": { |
2334 | 2334 | "@eslint-community/regexpp": "^4.10.0", |
2335 | | - "@typescript-eslint/scope-manager": "8.18.2", |
2336 | | - "@typescript-eslint/type-utils": "8.18.2", |
2337 | | - "@typescript-eslint/utils": "8.18.2", |
2338 | | - "@typescript-eslint/visitor-keys": "8.18.2", |
| 2335 | + "@typescript-eslint/scope-manager": "8.19.0", |
| 2336 | + "@typescript-eslint/type-utils": "8.19.0", |
| 2337 | + "@typescript-eslint/utils": "8.19.0", |
| 2338 | + "@typescript-eslint/visitor-keys": "8.19.0", |
2339 | 2339 | "graphemer": "^1.4.0", |
2340 | 2340 | "ignore": "^5.3.1", |
2341 | 2341 | "natural-compare": "^1.4.0", |
|
2355 | 2355 | } |
2356 | 2356 | }, |
2357 | 2357 | "node_modules/@typescript-eslint/parser": { |
2358 | | - "version": "8.18.2", |
2359 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.18.2.tgz", |
2360 | | - "integrity": "sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==", |
| 2358 | + "version": "8.19.0", |
| 2359 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.0.tgz", |
| 2360 | + "integrity": "sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==", |
2361 | 2361 | "dev": true, |
2362 | 2362 | "dependencies": { |
2363 | | - "@typescript-eslint/scope-manager": "8.18.2", |
2364 | | - "@typescript-eslint/types": "8.18.2", |
2365 | | - "@typescript-eslint/typescript-estree": "8.18.2", |
2366 | | - "@typescript-eslint/visitor-keys": "8.18.2", |
| 2363 | + "@typescript-eslint/scope-manager": "8.19.0", |
| 2364 | + "@typescript-eslint/types": "8.19.0", |
| 2365 | + "@typescript-eslint/typescript-estree": "8.19.0", |
| 2366 | + "@typescript-eslint/visitor-keys": "8.19.0", |
2367 | 2367 | "debug": "^4.3.4" |
2368 | 2368 | }, |
2369 | 2369 | "engines": { |
|
2379 | 2379 | } |
2380 | 2380 | }, |
2381 | 2381 | "node_modules/@typescript-eslint/scope-manager": { |
2382 | | - "version": "8.18.2", |
2383 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz", |
2384 | | - "integrity": "sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==", |
| 2382 | + "version": "8.19.0", |
| 2383 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz", |
| 2384 | + "integrity": "sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==", |
2385 | 2385 | "dev": true, |
2386 | 2386 | "dependencies": { |
2387 | | - "@typescript-eslint/types": "8.18.2", |
2388 | | - "@typescript-eslint/visitor-keys": "8.18.2" |
| 2387 | + "@typescript-eslint/types": "8.19.0", |
| 2388 | + "@typescript-eslint/visitor-keys": "8.19.0" |
2389 | 2389 | }, |
2390 | 2390 | "engines": { |
2391 | 2391 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2396 | 2396 | } |
2397 | 2397 | }, |
2398 | 2398 | "node_modules/@typescript-eslint/type-utils": { |
2399 | | - "version": "8.18.2", |
2400 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.18.2.tgz", |
2401 | | - "integrity": "sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==", |
| 2399 | + "version": "8.19.0", |
| 2400 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz", |
| 2401 | + "integrity": "sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==", |
2402 | 2402 | "dev": true, |
2403 | 2403 | "dependencies": { |
2404 | | - "@typescript-eslint/typescript-estree": "8.18.2", |
2405 | | - "@typescript-eslint/utils": "8.18.2", |
| 2404 | + "@typescript-eslint/typescript-estree": "8.19.0", |
| 2405 | + "@typescript-eslint/utils": "8.19.0", |
2406 | 2406 | "debug": "^4.3.4", |
2407 | 2407 | "ts-api-utils": "^1.3.0" |
2408 | 2408 | }, |
|
2419 | 2419 | } |
2420 | 2420 | }, |
2421 | 2421 | "node_modules/@typescript-eslint/types": { |
2422 | | - "version": "8.18.2", |
2423 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.2.tgz", |
2424 | | - "integrity": "sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==", |
| 2422 | + "version": "8.19.0", |
| 2423 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.0.tgz", |
| 2424 | + "integrity": "sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==", |
2425 | 2425 | "dev": true, |
2426 | 2426 | "engines": { |
2427 | 2427 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2432 | 2432 | } |
2433 | 2433 | }, |
2434 | 2434 | "node_modules/@typescript-eslint/typescript-estree": { |
2435 | | - "version": "8.18.2", |
2436 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz", |
2437 | | - "integrity": "sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==", |
| 2435 | + "version": "8.19.0", |
| 2436 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz", |
| 2437 | + "integrity": "sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==", |
2438 | 2438 | "dev": true, |
2439 | 2439 | "dependencies": { |
2440 | | - "@typescript-eslint/types": "8.18.2", |
2441 | | - "@typescript-eslint/visitor-keys": "8.18.2", |
| 2440 | + "@typescript-eslint/types": "8.19.0", |
| 2441 | + "@typescript-eslint/visitor-keys": "8.19.0", |
2442 | 2442 | "debug": "^4.3.4", |
2443 | 2443 | "fast-glob": "^3.3.2", |
2444 | 2444 | "is-glob": "^4.0.3", |
|
2482 | 2482 | } |
2483 | 2483 | }, |
2484 | 2484 | "node_modules/@typescript-eslint/utils": { |
2485 | | - "version": "8.18.2", |
2486 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.18.2.tgz", |
2487 | | - "integrity": "sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==", |
| 2485 | + "version": "8.19.0", |
| 2486 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.0.tgz", |
| 2487 | + "integrity": "sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==", |
2488 | 2488 | "dev": true, |
2489 | 2489 | "dependencies": { |
2490 | 2490 | "@eslint-community/eslint-utils": "^4.4.0", |
2491 | | - "@typescript-eslint/scope-manager": "8.18.2", |
2492 | | - "@typescript-eslint/types": "8.18.2", |
2493 | | - "@typescript-eslint/typescript-estree": "8.18.2" |
| 2491 | + "@typescript-eslint/scope-manager": "8.19.0", |
| 2492 | + "@typescript-eslint/types": "8.19.0", |
| 2493 | + "@typescript-eslint/typescript-estree": "8.19.0" |
2494 | 2494 | }, |
2495 | 2495 | "engines": { |
2496 | 2496 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2505 | 2505 | } |
2506 | 2506 | }, |
2507 | 2507 | "node_modules/@typescript-eslint/visitor-keys": { |
2508 | | - "version": "8.18.2", |
2509 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz", |
2510 | | - "integrity": "sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==", |
| 2508 | + "version": "8.19.0", |
| 2509 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz", |
| 2510 | + "integrity": "sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==", |
2511 | 2511 | "dev": true, |
2512 | 2512 | "dependencies": { |
2513 | | - "@typescript-eslint/types": "8.18.2", |
| 2513 | + "@typescript-eslint/types": "8.19.0", |
2514 | 2514 | "eslint-visitor-keys": "^4.2.0" |
2515 | 2515 | }, |
2516 | 2516 | "engines": { |
@@ -10346,14 +10346,14 @@ |
10346 | 10346 | } |
10347 | 10347 | }, |
10348 | 10348 | "node_modules/typescript-eslint": { |
10349 | | - "version": "8.18.2", |
10350 | | - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.18.2.tgz", |
10351 | | - "integrity": "sha512-KuXezG6jHkvC3MvizeXgupZzaG5wjhU3yE8E7e6viOvAvD9xAWYp8/vy0WULTGe9DYDWcQu7aW03YIV3mSitrQ==", |
| 10349 | + "version": "8.19.0", |
| 10350 | + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.19.0.tgz", |
| 10351 | + "integrity": "sha512-Ni8sUkVWYK4KAcTtPjQ/UTiRk6jcsuDhPpxULapUDi8A/l8TSBk+t1GtJA1RsCzIJg0q6+J7bf35AwQigENWRQ==", |
10352 | 10352 | "dev": true, |
10353 | 10353 | "dependencies": { |
10354 | | - "@typescript-eslint/eslint-plugin": "8.18.2", |
10355 | | - "@typescript-eslint/parser": "8.18.2", |
10356 | | - "@typescript-eslint/utils": "8.18.2" |
| 10354 | + "@typescript-eslint/eslint-plugin": "8.19.0", |
| 10355 | + "@typescript-eslint/parser": "8.19.0", |
| 10356 | + "@typescript-eslint/utils": "8.19.0" |
10357 | 10357 | }, |
10358 | 10358 | "engines": { |
10359 | 10359 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
0 commit comments