|
2268 | 2268 | "@types/yargs-parser" "*"
|
2269 | 2269 |
|
2270 | 2270 | "@typescript-eslint/eslint-plugin@^8.18.0":
|
2271 |
| - version "8.19.1" |
2272 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247" |
2273 |
| - integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg== |
| 2271 | + version "8.20.0" |
| 2272 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863" |
| 2273 | + integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A== |
2274 | 2274 | dependencies:
|
2275 | 2275 | "@eslint-community/regexpp" "^4.10.0"
|
2276 |
| - "@typescript-eslint/scope-manager" "8.19.1" |
2277 |
| - "@typescript-eslint/type-utils" "8.19.1" |
2278 |
| - "@typescript-eslint/utils" "8.19.1" |
2279 |
| - "@typescript-eslint/visitor-keys" "8.19.1" |
| 2276 | + "@typescript-eslint/scope-manager" "8.20.0" |
| 2277 | + "@typescript-eslint/type-utils" "8.20.0" |
| 2278 | + "@typescript-eslint/utils" "8.20.0" |
| 2279 | + "@typescript-eslint/visitor-keys" "8.20.0" |
2280 | 2280 | graphemer "^1.4.0"
|
2281 | 2281 | ignore "^5.3.1"
|
2282 | 2282 | natural-compare "^1.4.0"
|
2283 | 2283 | ts-api-utils "^2.0.0"
|
2284 | 2284 |
|
2285 | 2285 | "@typescript-eslint/parser@^8.18.0":
|
2286 |
| - version "8.19.1" |
2287 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b" |
2288 |
| - integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw== |
2289 |
| - dependencies: |
2290 |
| - "@typescript-eslint/scope-manager" "8.19.1" |
2291 |
| - "@typescript-eslint/types" "8.19.1" |
2292 |
| - "@typescript-eslint/typescript-estree" "8.19.1" |
2293 |
| - "@typescript-eslint/visitor-keys" "8.19.1" |
| 2286 | + version "8.20.0" |
| 2287 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced" |
| 2288 | + integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g== |
| 2289 | + dependencies: |
| 2290 | + "@typescript-eslint/scope-manager" "8.20.0" |
| 2291 | + "@typescript-eslint/types" "8.20.0" |
| 2292 | + "@typescript-eslint/typescript-estree" "8.20.0" |
| 2293 | + "@typescript-eslint/visitor-keys" "8.20.0" |
2294 | 2294 | debug "^4.3.4"
|
2295 | 2295 |
|
2296 | 2296 | "@typescript-eslint/[email protected]":
|
|
2301 | 2301 | "@typescript-eslint/types" "8.18.1"
|
2302 | 2302 | "@typescript-eslint/visitor-keys" "8.18.1"
|
2303 | 2303 |
|
2304 |
| -"@typescript-eslint/scope-manager@8.19.1": |
2305 |
| - version "8.19.1" |
2306 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b" |
2307 |
| - integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q== |
| 2304 | +"@typescript-eslint/scope-manager@8.20.0": |
| 2305 | + version "8.20.0" |
| 2306 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c" |
| 2307 | + integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw== |
2308 | 2308 | dependencies:
|
2309 |
| - "@typescript-eslint/types" "8.19.1" |
2310 |
| - "@typescript-eslint/visitor-keys" "8.19.1" |
| 2309 | + "@typescript-eslint/types" "8.20.0" |
| 2310 | + "@typescript-eslint/visitor-keys" "8.20.0" |
2311 | 2311 |
|
2312 |
| -"@typescript-eslint/type-utils@8.19.1": |
2313 |
| - version "8.19.1" |
2314 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa" |
2315 |
| - integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw== |
| 2312 | +"@typescript-eslint/type-utils@8.20.0": |
| 2313 | + version "8.20.0" |
| 2314 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19" |
| 2315 | + integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA== |
2316 | 2316 | dependencies:
|
2317 |
| - "@typescript-eslint/typescript-estree" "8.19.1" |
2318 |
| - "@typescript-eslint/utils" "8.19.1" |
| 2317 | + "@typescript-eslint/typescript-estree" "8.20.0" |
| 2318 | + "@typescript-eslint/utils" "8.20.0" |
2319 | 2319 | debug "^4.3.4"
|
2320 | 2320 | ts-api-utils "^2.0.0"
|
2321 | 2321 |
|
|
2324 | 2324 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
|
2325 | 2325 | integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
|
2326 | 2326 |
|
2327 |
| -"@typescript-eslint/types@8.19.1": |
2328 |
| - version "8.19.1" |
2329 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c" |
2330 |
| - integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA== |
| 2327 | +"@typescript-eslint/types@8.20.0": |
| 2328 | + version "8.20.0" |
| 2329 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf" |
| 2330 | + integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA== |
2331 | 2331 |
|
2332 | 2332 | "@typescript-eslint/[email protected]":
|
2333 | 2333 | version "8.18.1"
|
|
2343 | 2343 | semver "^7.6.0"
|
2344 | 2344 | ts-api-utils "^1.3.0"
|
2345 | 2345 |
|
2346 |
| -"@typescript-eslint/typescript-estree@8.19.1": |
2347 |
| - version "8.19.1" |
2348 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b" |
2349 |
| - integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q== |
| 2346 | +"@typescript-eslint/typescript-estree@8.20.0": |
| 2347 | + version "8.20.0" |
| 2348 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b" |
| 2349 | + integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA== |
2350 | 2350 | dependencies:
|
2351 |
| - "@typescript-eslint/types" "8.19.1" |
2352 |
| - "@typescript-eslint/visitor-keys" "8.19.1" |
| 2351 | + "@typescript-eslint/types" "8.20.0" |
| 2352 | + "@typescript-eslint/visitor-keys" "8.20.0" |
2353 | 2353 | debug "^4.3.4"
|
2354 | 2354 | fast-glob "^3.3.2"
|
2355 | 2355 | is-glob "^4.0.3"
|
2356 | 2356 | minimatch "^9.0.4"
|
2357 | 2357 | semver "^7.6.0"
|
2358 | 2358 | ts-api-utils "^2.0.0"
|
2359 | 2359 |
|
2360 |
| -"@typescript-eslint/utils@8.19.1": |
2361 |
| - version "8.19.1" |
2362 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b" |
2363 |
| - integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA== |
| 2360 | +"@typescript-eslint/utils@8.20.0": |
| 2361 | + version "8.20.0" |
| 2362 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2" |
| 2363 | + integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA== |
2364 | 2364 | dependencies:
|
2365 | 2365 | "@eslint-community/eslint-utils" "^4.4.0"
|
2366 |
| - "@typescript-eslint/scope-manager" "8.19.1" |
2367 |
| - "@typescript-eslint/types" "8.19.1" |
2368 |
| - "@typescript-eslint/typescript-estree" "8.19.1" |
| 2366 | + "@typescript-eslint/scope-manager" "8.20.0" |
| 2367 | + "@typescript-eslint/types" "8.20.0" |
| 2368 | + "@typescript-eslint/typescript-estree" "8.20.0" |
2369 | 2369 |
|
2370 | 2370 | "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
|
2371 | 2371 | version "8.18.1"
|
|
2385 | 2385 | "@typescript-eslint/types" "8.18.1"
|
2386 | 2386 | eslint-visitor-keys "^4.2.0"
|
2387 | 2387 |
|
2388 |
| -"@typescript-eslint/visitor-keys@8.19.1": |
2389 |
| - version "8.19.1" |
2390 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0" |
2391 |
| - integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q== |
| 2388 | +"@typescript-eslint/visitor-keys@8.20.0": |
| 2389 | + version "8.20.0" |
| 2390 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed" |
| 2391 | + integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA== |
2392 | 2392 | dependencies:
|
2393 |
| - "@typescript-eslint/types" "8.19.1" |
| 2393 | + "@typescript-eslint/types" "8.20.0" |
2394 | 2394 | eslint-visitor-keys "^4.2.0"
|
2395 | 2395 |
|
2396 | 2396 | "@ungap/structured-clone@^1.0.0":
|
|
0 commit comments