|
26 | 26 | "ts-loader": "^9.5.2", |
27 | 27 | "ts-node": "^10.9.2", |
28 | 28 | "typescript": "^5.8.3", |
29 | | - "typescript-eslint": "^8.30.0", |
| 29 | + "typescript-eslint": "^8.30.1", |
30 | 30 | "webpack": "^5.99.5", |
31 | 31 | "webpack-cli": "^6.0.1" |
32 | 32 | }, |
|
2350 | 2350 | "license": "MIT" |
2351 | 2351 | }, |
2352 | 2352 | "node_modules/@typescript-eslint/eslint-plugin": { |
2353 | | - "version": "8.30.0", |
2354 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.0.tgz", |
2355 | | - "integrity": "sha512-3LOb8q0E1kazkeON2awh5oWnsn+KO9pPvzSWZNCYeXOZw81yXeq0WfOB22kVCHESHFgQST6LFmkISvjaE9V5kw==", |
| 2353 | + "version": "8.30.1", |
| 2354 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz", |
| 2355 | + "integrity": "sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==", |
2356 | 2356 | "dev": true, |
2357 | 2357 | "license": "MIT", |
2358 | 2358 | "dependencies": { |
2359 | 2359 | "@eslint-community/regexpp": "^4.10.0", |
2360 | | - "@typescript-eslint/scope-manager": "8.30.0", |
2361 | | - "@typescript-eslint/type-utils": "8.30.0", |
2362 | | - "@typescript-eslint/utils": "8.30.0", |
2363 | | - "@typescript-eslint/visitor-keys": "8.30.0", |
| 2360 | + "@typescript-eslint/scope-manager": "8.30.1", |
| 2361 | + "@typescript-eslint/type-utils": "8.30.1", |
| 2362 | + "@typescript-eslint/utils": "8.30.1", |
| 2363 | + "@typescript-eslint/visitor-keys": "8.30.1", |
2364 | 2364 | "graphemer": "^1.4.0", |
2365 | 2365 | "ignore": "^5.3.1", |
2366 | 2366 | "natural-compare": "^1.4.0", |
|
2380 | 2380 | } |
2381 | 2381 | }, |
2382 | 2382 | "node_modules/@typescript-eslint/parser": { |
2383 | | - "version": "8.30.0", |
2384 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.30.0.tgz", |
2385 | | - "integrity": "sha512-5w64ZeRCgWOA/2ADPoFYmDYdPnEeEkUiFx5Sez7MQpQuxVazHO9wwl+wElokaY5hMKVVor1N13z/tZeWYfVaUg==", |
| 2383 | + "version": "8.30.1", |
| 2384 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.30.1.tgz", |
| 2385 | + "integrity": "sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==", |
2386 | 2386 | "dev": true, |
2387 | 2387 | "license": "MIT", |
2388 | 2388 | "dependencies": { |
2389 | | - "@typescript-eslint/scope-manager": "8.30.0", |
2390 | | - "@typescript-eslint/types": "8.30.0", |
2391 | | - "@typescript-eslint/typescript-estree": "8.30.0", |
2392 | | - "@typescript-eslint/visitor-keys": "8.30.0", |
| 2389 | + "@typescript-eslint/scope-manager": "8.30.1", |
| 2390 | + "@typescript-eslint/types": "8.30.1", |
| 2391 | + "@typescript-eslint/typescript-estree": "8.30.1", |
| 2392 | + "@typescript-eslint/visitor-keys": "8.30.1", |
2393 | 2393 | "debug": "^4.3.4" |
2394 | 2394 | }, |
2395 | 2395 | "engines": { |
|
2405 | 2405 | } |
2406 | 2406 | }, |
2407 | 2407 | "node_modules/@typescript-eslint/scope-manager": { |
2408 | | - "version": "8.30.0", |
2409 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.0.tgz", |
2410 | | - "integrity": "sha512-TTkN0Sjk3SxpfW3lvSteOUxcTxnviQKsD1wgf+sk30Aj7UrHjVNFPTosir3+/3eaxpRMau4U/NY6PAw6cmj7hg==", |
| 2408 | + "version": "8.30.1", |
| 2409 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz", |
| 2410 | + "integrity": "sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==", |
2411 | 2411 | "dev": true, |
2412 | 2412 | "license": "MIT", |
2413 | 2413 | "dependencies": { |
2414 | | - "@typescript-eslint/types": "8.30.0", |
2415 | | - "@typescript-eslint/visitor-keys": "8.30.0" |
| 2414 | + "@typescript-eslint/types": "8.30.1", |
| 2415 | + "@typescript-eslint/visitor-keys": "8.30.1" |
2416 | 2416 | }, |
2417 | 2417 | "engines": { |
2418 | 2418 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2423 | 2423 | } |
2424 | 2424 | }, |
2425 | 2425 | "node_modules/@typescript-eslint/type-utils": { |
2426 | | - "version": "8.30.0", |
2427 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.30.0.tgz", |
2428 | | - "integrity": "sha512-8ryZsrZwEuTuC2IBPsb8H5iGQJDdXhHWNc1oNHOp60wGb04/XAG0QU9kUpu0/2hdBPR4/00/Hz4ep+GzpTgDkg==", |
| 2426 | + "version": "8.30.1", |
| 2427 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz", |
| 2428 | + "integrity": "sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==", |
2429 | 2429 | "dev": true, |
2430 | 2430 | "license": "MIT", |
2431 | 2431 | "dependencies": { |
2432 | | - "@typescript-eslint/typescript-estree": "8.30.0", |
2433 | | - "@typescript-eslint/utils": "8.30.0", |
| 2432 | + "@typescript-eslint/typescript-estree": "8.30.1", |
| 2433 | + "@typescript-eslint/utils": "8.30.1", |
2434 | 2434 | "debug": "^4.3.4", |
2435 | 2435 | "ts-api-utils": "^2.0.1" |
2436 | 2436 | }, |
|
2447 | 2447 | } |
2448 | 2448 | }, |
2449 | 2449 | "node_modules/@typescript-eslint/types": { |
2450 | | - "version": "8.30.0", |
2451 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.0.tgz", |
2452 | | - "integrity": "sha512-UQXFVF+8t4YhbU3nxabQL3/uyUEVw9kiVc+V0kZzblElC5MTvzvjJVhmrvI0xya1C1lqhIykWY7CeKioK9RMRw==", |
| 2450 | + "version": "8.30.1", |
| 2451 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.30.1.tgz", |
| 2452 | + "integrity": "sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==", |
2453 | 2453 | "dev": true, |
2454 | 2454 | "license": "MIT", |
2455 | 2455 | "engines": { |
|
2461 | 2461 | } |
2462 | 2462 | }, |
2463 | 2463 | "node_modules/@typescript-eslint/typescript-estree": { |
2464 | | - "version": "8.30.0", |
2465 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.0.tgz", |
2466 | | - "integrity": "sha512-/5n4GS/8koPkRx0XBl9OCFf9N80u+0h05QBU/z5cDBCUXnPpDmSzQ2FXC7JGvU777GOzE6mUAOx2ABtswgzWgQ==", |
| 2464 | + "version": "8.30.1", |
| 2465 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz", |
| 2466 | + "integrity": "sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==", |
2467 | 2467 | "dev": true, |
2468 | 2468 | "license": "MIT", |
2469 | 2469 | "dependencies": { |
2470 | | - "@typescript-eslint/types": "8.30.0", |
2471 | | - "@typescript-eslint/visitor-keys": "8.30.0", |
| 2470 | + "@typescript-eslint/types": "8.30.1", |
| 2471 | + "@typescript-eslint/visitor-keys": "8.30.1", |
2472 | 2472 | "debug": "^4.3.4", |
2473 | 2473 | "fast-glob": "^3.3.2", |
2474 | 2474 | "is-glob": "^4.0.3", |
|
2514 | 2514 | } |
2515 | 2515 | }, |
2516 | 2516 | "node_modules/@typescript-eslint/utils": { |
2517 | | - "version": "8.30.0", |
2518 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.30.0.tgz", |
2519 | | - "integrity": "sha512-TmrXlhwFWpfUBhJE7NJSyru26XrU/foccGTOFvLGcci38/ZnKXgq2IUtAUqE9ILVNjM4Zm3TccGuvl2QANhjag==", |
| 2517 | + "version": "8.30.1", |
| 2518 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.30.1.tgz", |
| 2519 | + "integrity": "sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==", |
2520 | 2520 | "dev": true, |
2521 | 2521 | "license": "MIT", |
2522 | 2522 | "dependencies": { |
2523 | 2523 | "@eslint-community/eslint-utils": "^4.4.0", |
2524 | | - "@typescript-eslint/scope-manager": "8.30.0", |
2525 | | - "@typescript-eslint/types": "8.30.0", |
2526 | | - "@typescript-eslint/typescript-estree": "8.30.0" |
| 2524 | + "@typescript-eslint/scope-manager": "8.30.1", |
| 2525 | + "@typescript-eslint/types": "8.30.1", |
| 2526 | + "@typescript-eslint/typescript-estree": "8.30.1" |
2527 | 2527 | }, |
2528 | 2528 | "engines": { |
2529 | 2529 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2538 | 2538 | } |
2539 | 2539 | }, |
2540 | 2540 | "node_modules/@typescript-eslint/visitor-keys": { |
2541 | | - "version": "8.30.0", |
2542 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.0.tgz", |
2543 | | - "integrity": "sha512-oj82UQEi0fcYmpQpVISEOUM/icPNJiRh+E6svAtwNP58QpAQnnFigEoeGADm8H7t2bolxSb7+kRYzykbBdA47w==", |
| 2541 | + "version": "8.30.1", |
| 2542 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz", |
| 2543 | + "integrity": "sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==", |
2544 | 2544 | "dev": true, |
2545 | 2545 | "license": "MIT", |
2546 | 2546 | "dependencies": { |
2547 | | - "@typescript-eslint/types": "8.30.0", |
| 2547 | + "@typescript-eslint/types": "8.30.1", |
2548 | 2548 | "eslint-visitor-keys": "^4.2.0" |
2549 | 2549 | }, |
2550 | 2550 | "engines": { |
@@ -10502,15 +10502,15 @@ |
10502 | 10502 | } |
10503 | 10503 | }, |
10504 | 10504 | "node_modules/typescript-eslint": { |
10505 | | - "version": "8.30.0", |
10506 | | - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.30.0.tgz", |
10507 | | - "integrity": "sha512-3h4NHcfPpVvrhjfv2spuzlxwvIBS7Yu84fMnwq9uboU8A28gthC8Pqv+AN/Jca7VHY5dU16k+Bs3+W7t1b1xNQ==", |
| 10505 | + "version": "8.30.1", |
| 10506 | + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.30.1.tgz", |
| 10507 | + "integrity": "sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==", |
10508 | 10508 | "dev": true, |
10509 | 10509 | "license": "MIT", |
10510 | 10510 | "dependencies": { |
10511 | | - "@typescript-eslint/eslint-plugin": "8.30.0", |
10512 | | - "@typescript-eslint/parser": "8.30.0", |
10513 | | - "@typescript-eslint/utils": "8.30.0" |
| 10511 | + "@typescript-eslint/eslint-plugin": "8.30.1", |
| 10512 | + "@typescript-eslint/parser": "8.30.1", |
| 10513 | + "@typescript-eslint/utils": "8.30.1" |
10514 | 10514 | }, |
10515 | 10515 | "engines": { |
10516 | 10516 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
0 commit comments