|
26 | 26 | "ts-loader": "^9.4.4", |
27 | 27 | "ts-node": "^10.9.2", |
28 | 28 | "typescript": "^5.6.3", |
29 | | - "typescript-eslint": "^8.10.0", |
| 29 | + "typescript-eslint": "^8.11.0", |
30 | 30 | "webpack": "^5.95.0", |
31 | 31 | "webpack-cli": "^5.0.1" |
32 | 32 | }, |
|
46 | 46 | "vscode-languageclient": "^9.0.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@types/jest": "^29.5.13", |
| 49 | + "@types/jest": "^29.5.14", |
50 | 50 | "@types/node": "^22.7.7", |
51 | 51 | "@types/vscode": "^1.94.0", |
52 | 52 | "json-loader": "^0.5.7", |
|
2255 | 2255 | } |
2256 | 2256 | }, |
2257 | 2257 | "node_modules/@types/jest": { |
2258 | | - "version": "29.5.13", |
2259 | | - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", |
2260 | | - "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", |
| 2258 | + "version": "29.5.14", |
| 2259 | + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", |
| 2260 | + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", |
2261 | 2261 | "dev": true, |
2262 | 2262 | "dependencies": { |
2263 | 2263 | "expect": "^29.0.0", |
|
2316 | 2316 | "license": "MIT" |
2317 | 2317 | }, |
2318 | 2318 | "node_modules/@typescript-eslint/eslint-plugin": { |
2319 | | - "version": "8.10.0", |
2320 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.10.0.tgz", |
2321 | | - "integrity": "sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==", |
| 2319 | + "version": "8.11.0", |
| 2320 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.11.0.tgz", |
| 2321 | + "integrity": "sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==", |
2322 | 2322 | "dev": true, |
2323 | 2323 | "dependencies": { |
2324 | 2324 | "@eslint-community/regexpp": "^4.10.0", |
2325 | | - "@typescript-eslint/scope-manager": "8.10.0", |
2326 | | - "@typescript-eslint/type-utils": "8.10.0", |
2327 | | - "@typescript-eslint/utils": "8.10.0", |
2328 | | - "@typescript-eslint/visitor-keys": "8.10.0", |
| 2325 | + "@typescript-eslint/scope-manager": "8.11.0", |
| 2326 | + "@typescript-eslint/type-utils": "8.11.0", |
| 2327 | + "@typescript-eslint/utils": "8.11.0", |
| 2328 | + "@typescript-eslint/visitor-keys": "8.11.0", |
2329 | 2329 | "graphemer": "^1.4.0", |
2330 | 2330 | "ignore": "^5.3.1", |
2331 | 2331 | "natural-compare": "^1.4.0", |
|
2349 | 2349 | } |
2350 | 2350 | }, |
2351 | 2351 | "node_modules/@typescript-eslint/parser": { |
2352 | | - "version": "8.10.0", |
2353 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.10.0.tgz", |
2354 | | - "integrity": "sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==", |
| 2352 | + "version": "8.11.0", |
| 2353 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.11.0.tgz", |
| 2354 | + "integrity": "sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==", |
2355 | 2355 | "dev": true, |
2356 | 2356 | "dependencies": { |
2357 | | - "@typescript-eslint/scope-manager": "8.10.0", |
2358 | | - "@typescript-eslint/types": "8.10.0", |
2359 | | - "@typescript-eslint/typescript-estree": "8.10.0", |
2360 | | - "@typescript-eslint/visitor-keys": "8.10.0", |
| 2357 | + "@typescript-eslint/scope-manager": "8.11.0", |
| 2358 | + "@typescript-eslint/types": "8.11.0", |
| 2359 | + "@typescript-eslint/typescript-estree": "8.11.0", |
| 2360 | + "@typescript-eslint/visitor-keys": "8.11.0", |
2361 | 2361 | "debug": "^4.3.4" |
2362 | 2362 | }, |
2363 | 2363 | "engines": { |
|
2377 | 2377 | } |
2378 | 2378 | }, |
2379 | 2379 | "node_modules/@typescript-eslint/scope-manager": { |
2380 | | - "version": "8.10.0", |
2381 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.10.0.tgz", |
2382 | | - "integrity": "sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==", |
| 2380 | + "version": "8.11.0", |
| 2381 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz", |
| 2382 | + "integrity": "sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==", |
2383 | 2383 | "dev": true, |
2384 | 2384 | "dependencies": { |
2385 | | - "@typescript-eslint/types": "8.10.0", |
2386 | | - "@typescript-eslint/visitor-keys": "8.10.0" |
| 2385 | + "@typescript-eslint/types": "8.11.0", |
| 2386 | + "@typescript-eslint/visitor-keys": "8.11.0" |
2387 | 2387 | }, |
2388 | 2388 | "engines": { |
2389 | 2389 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2394 | 2394 | } |
2395 | 2395 | }, |
2396 | 2396 | "node_modules/@typescript-eslint/type-utils": { |
2397 | | - "version": "8.10.0", |
2398 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.10.0.tgz", |
2399 | | - "integrity": "sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==", |
| 2397 | + "version": "8.11.0", |
| 2398 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.11.0.tgz", |
| 2399 | + "integrity": "sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==", |
2400 | 2400 | "dev": true, |
2401 | 2401 | "dependencies": { |
2402 | | - "@typescript-eslint/typescript-estree": "8.10.0", |
2403 | | - "@typescript-eslint/utils": "8.10.0", |
| 2402 | + "@typescript-eslint/typescript-estree": "8.11.0", |
| 2403 | + "@typescript-eslint/utils": "8.11.0", |
2404 | 2404 | "debug": "^4.3.4", |
2405 | 2405 | "ts-api-utils": "^1.3.0" |
2406 | 2406 | }, |
|
2418 | 2418 | } |
2419 | 2419 | }, |
2420 | 2420 | "node_modules/@typescript-eslint/types": { |
2421 | | - "version": "8.10.0", |
2422 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.10.0.tgz", |
2423 | | - "integrity": "sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==", |
| 2421 | + "version": "8.11.0", |
| 2422 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.11.0.tgz", |
| 2423 | + "integrity": "sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==", |
2424 | 2424 | "dev": true, |
2425 | 2425 | "engines": { |
2426 | 2426 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
2431 | 2431 | } |
2432 | 2432 | }, |
2433 | 2433 | "node_modules/@typescript-eslint/typescript-estree": { |
2434 | | - "version": "8.10.0", |
2435 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.10.0.tgz", |
2436 | | - "integrity": "sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==", |
| 2434 | + "version": "8.11.0", |
| 2435 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz", |
| 2436 | + "integrity": "sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==", |
2437 | 2437 | "dev": true, |
2438 | 2438 | "dependencies": { |
2439 | | - "@typescript-eslint/types": "8.10.0", |
2440 | | - "@typescript-eslint/visitor-keys": "8.10.0", |
| 2439 | + "@typescript-eslint/types": "8.11.0", |
| 2440 | + "@typescript-eslint/visitor-keys": "8.11.0", |
2441 | 2441 | "debug": "^4.3.4", |
2442 | 2442 | "fast-glob": "^3.3.2", |
2443 | 2443 | "is-glob": "^4.0.3", |
|
2483 | 2483 | } |
2484 | 2484 | }, |
2485 | 2485 | "node_modules/@typescript-eslint/utils": { |
2486 | | - "version": "8.10.0", |
2487 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.10.0.tgz", |
2488 | | - "integrity": "sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==", |
| 2486 | + "version": "8.11.0", |
| 2487 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.11.0.tgz", |
| 2488 | + "integrity": "sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==", |
2489 | 2489 | "dev": true, |
2490 | 2490 | "dependencies": { |
2491 | 2491 | "@eslint-community/eslint-utils": "^4.4.0", |
2492 | | - "@typescript-eslint/scope-manager": "8.10.0", |
2493 | | - "@typescript-eslint/types": "8.10.0", |
2494 | | - "@typescript-eslint/typescript-estree": "8.10.0" |
| 2492 | + "@typescript-eslint/scope-manager": "8.11.0", |
| 2493 | + "@typescript-eslint/types": "8.11.0", |
| 2494 | + "@typescript-eslint/typescript-estree": "8.11.0" |
2495 | 2495 | }, |
2496 | 2496 | "engines": { |
2497 | 2497 | "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.10.0", |
2509 | | - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.10.0.tgz", |
2510 | | - "integrity": "sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==", |
| 2508 | + "version": "8.11.0", |
| 2509 | + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz", |
| 2510 | + "integrity": "sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==", |
2511 | 2511 | "dev": true, |
2512 | 2512 | "dependencies": { |
2513 | | - "@typescript-eslint/types": "8.10.0", |
| 2513 | + "@typescript-eslint/types": "8.11.0", |
2514 | 2514 | "eslint-visitor-keys": "^3.4.3" |
2515 | 2515 | }, |
2516 | 2516 | "engines": { |
@@ -10180,14 +10180,14 @@ |
10180 | 10180 | } |
10181 | 10181 | }, |
10182 | 10182 | "node_modules/typescript-eslint": { |
10183 | | - "version": "8.10.0", |
10184 | | - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.10.0.tgz", |
10185 | | - "integrity": "sha512-YIu230PeN7z9zpu/EtqCIuRVHPs4iSlqW6TEvjbyDAE3MZsSl2RXBo+5ag+lbABCG8sFM1WVKEXhlQ8Ml8A3Fw==", |
| 10183 | + "version": "8.11.0", |
| 10184 | + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.11.0.tgz", |
| 10185 | + "integrity": "sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==", |
10186 | 10186 | "dev": true, |
10187 | 10187 | "dependencies": { |
10188 | | - "@typescript-eslint/eslint-plugin": "8.10.0", |
10189 | | - "@typescript-eslint/parser": "8.10.0", |
10190 | | - "@typescript-eslint/utils": "8.10.0" |
| 10188 | + "@typescript-eslint/eslint-plugin": "8.11.0", |
| 10189 | + "@typescript-eslint/parser": "8.11.0", |
| 10190 | + "@typescript-eslint/utils": "8.11.0" |
10191 | 10191 | }, |
10192 | 10192 | "engines": { |
10193 | 10193 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
10855 | 10855 | "vscode-uri": "^3.0.8" |
10856 | 10856 | }, |
10857 | 10857 | "devDependencies": { |
10858 | | - "@types/jest": "^29.5.13", |
| 10858 | + "@types/jest": "^29.5.14", |
10859 | 10859 | "@types/node": "^22.7.7", |
10860 | 10860 | "@types/picomatch": "^3.0.1", |
10861 | 10861 | "json-loader": "^0.5.7", |
|
0 commit comments