|
2267 | 2267 | "@types/yargs-parser" "*"
|
2268 | 2268 |
|
2269 | 2269 | "@typescript-eslint/eslint-plugin@^8.18.0":
|
2270 |
| - version "8.19.0" |
2271 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz#2b1e1b791e21d5fc27ddc93884db066444f597b5" |
2272 |
| - integrity sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q== |
| 2270 | + version "8.19.1" |
| 2271 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz#5f26c0a833b27bcb1aa402b82e76d3b8dda0b247" |
| 2272 | + integrity sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg== |
2273 | 2273 | dependencies:
|
2274 | 2274 | "@eslint-community/regexpp" "^4.10.0"
|
2275 |
| - "@typescript-eslint/scope-manager" "8.19.0" |
2276 |
| - "@typescript-eslint/type-utils" "8.19.0" |
2277 |
| - "@typescript-eslint/utils" "8.19.0" |
2278 |
| - "@typescript-eslint/visitor-keys" "8.19.0" |
| 2275 | + "@typescript-eslint/scope-manager" "8.19.1" |
| 2276 | + "@typescript-eslint/type-utils" "8.19.1" |
| 2277 | + "@typescript-eslint/utils" "8.19.1" |
| 2278 | + "@typescript-eslint/visitor-keys" "8.19.1" |
2279 | 2279 | graphemer "^1.4.0"
|
2280 | 2280 | ignore "^5.3.1"
|
2281 | 2281 | natural-compare "^1.4.0"
|
2282 |
| - ts-api-utils "^1.3.0" |
| 2282 | + ts-api-utils "^2.0.0" |
2283 | 2283 |
|
2284 | 2284 | "@typescript-eslint/parser@^8.18.0":
|
2285 |
| - version "8.19.0" |
2286 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292" |
2287 |
| - integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw== |
2288 |
| - dependencies: |
2289 |
| - "@typescript-eslint/scope-manager" "8.19.0" |
2290 |
| - "@typescript-eslint/types" "8.19.0" |
2291 |
| - "@typescript-eslint/typescript-estree" "8.19.0" |
2292 |
| - "@typescript-eslint/visitor-keys" "8.19.0" |
| 2285 | + version "8.19.1" |
| 2286 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b" |
| 2287 | + integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw== |
| 2288 | + dependencies: |
| 2289 | + "@typescript-eslint/scope-manager" "8.19.1" |
| 2290 | + "@typescript-eslint/types" "8.19.1" |
| 2291 | + "@typescript-eslint/typescript-estree" "8.19.1" |
| 2292 | + "@typescript-eslint/visitor-keys" "8.19.1" |
2293 | 2293 | debug "^4.3.4"
|
2294 | 2294 |
|
2295 | 2295 | "@typescript-eslint/[email protected]":
|
|
2300 | 2300 | "@typescript-eslint/types" "8.18.1"
|
2301 | 2301 | "@typescript-eslint/visitor-keys" "8.18.1"
|
2302 | 2302 |
|
2303 |
| -"@typescript-eslint/[email protected].0": |
2304 |
| - version "8.19.0" |
2305 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc" |
2306 |
| - integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA== |
| 2303 | +"@typescript-eslint/[email protected].1": |
| 2304 | + version "8.19.1" |
| 2305 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b" |
| 2306 | + integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q== |
2307 | 2307 | dependencies:
|
2308 |
| - "@typescript-eslint/types" "8.19.0" |
2309 |
| - "@typescript-eslint/visitor-keys" "8.19.0" |
| 2308 | + "@typescript-eslint/types" "8.19.1" |
| 2309 | + "@typescript-eslint/visitor-keys" "8.19.1" |
2310 | 2310 |
|
2311 |
| -"@typescript-eslint/[email protected].0": |
2312 |
| - version "8.19.0" |
2313 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz#41abd7d2e4cf93b6854b1fe6cbf416fab5abf89f" |
2314 |
| - integrity sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg== |
| 2311 | +"@typescript-eslint/[email protected].1": |
| 2312 | + version "8.19.1" |
| 2313 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz#23710ab52643c19f74601b3f4a076c98f4e159aa" |
| 2314 | + integrity sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw== |
2315 | 2315 | dependencies:
|
2316 |
| - "@typescript-eslint/typescript-estree" "8.19.0" |
2317 |
| - "@typescript-eslint/utils" "8.19.0" |
| 2316 | + "@typescript-eslint/typescript-estree" "8.19.1" |
| 2317 | + "@typescript-eslint/utils" "8.19.1" |
2318 | 2318 | debug "^4.3.4"
|
2319 |
| - ts-api-utils "^1.3.0" |
| 2319 | + ts-api-utils "^2.0.0" |
2320 | 2320 |
|
2321 | 2321 | "@typescript-eslint/[email protected]":
|
2322 | 2322 | version "8.18.1"
|
2323 | 2323 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
|
2324 | 2324 | integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
|
2325 | 2325 |
|
2326 |
| -"@typescript-eslint/[email protected].0": |
2327 |
| - version "8.19.0" |
2328 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb" |
2329 |
| - integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA== |
| 2326 | +"@typescript-eslint/[email protected].1": |
| 2327 | + version "8.19.1" |
| 2328 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c" |
| 2329 | + integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA== |
2330 | 2330 |
|
2331 | 2331 | "@typescript-eslint/[email protected]":
|
2332 | 2332 | version "8.18.1"
|
|
2342 | 2342 | semver "^7.6.0"
|
2343 | 2343 | ts-api-utils "^1.3.0"
|
2344 | 2344 |
|
2345 |
| -"@typescript-eslint/[email protected].0": |
2346 |
| - version "8.19.0" |
2347 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb" |
2348 |
| - integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw== |
| 2345 | +"@typescript-eslint/[email protected].1": |
| 2346 | + version "8.19.1" |
| 2347 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b" |
| 2348 | + integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q== |
2349 | 2349 | dependencies:
|
2350 |
| - "@typescript-eslint/types" "8.19.0" |
2351 |
| - "@typescript-eslint/visitor-keys" "8.19.0" |
| 2350 | + "@typescript-eslint/types" "8.19.1" |
| 2351 | + "@typescript-eslint/visitor-keys" "8.19.1" |
2352 | 2352 | debug "^4.3.4"
|
2353 | 2353 | fast-glob "^3.3.2"
|
2354 | 2354 | is-glob "^4.0.3"
|
2355 | 2355 | minimatch "^9.0.4"
|
2356 | 2356 | semver "^7.6.0"
|
2357 |
| - ts-api-utils "^1.3.0" |
| 2357 | + ts-api-utils "^2.0.0" |
2358 | 2358 |
|
2359 |
| -"@typescript-eslint/[email protected].0": |
2360 |
| - version "8.19.0" |
2361 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.0.tgz#33824310e1fccc17f27fbd1030fd8bbd9a674684" |
2362 |
| - integrity sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg== |
| 2359 | +"@typescript-eslint/[email protected].1": |
| 2360 | + version "8.19.1" |
| 2361 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b" |
| 2362 | + integrity sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA== |
2363 | 2363 | dependencies:
|
2364 | 2364 | "@eslint-community/eslint-utils" "^4.4.0"
|
2365 |
| - "@typescript-eslint/scope-manager" "8.19.0" |
2366 |
| - "@typescript-eslint/types" "8.19.0" |
2367 |
| - "@typescript-eslint/typescript-estree" "8.19.0" |
| 2365 | + "@typescript-eslint/scope-manager" "8.19.1" |
| 2366 | + "@typescript-eslint/types" "8.19.1" |
| 2367 | + "@typescript-eslint/typescript-estree" "8.19.1" |
2368 | 2368 |
|
2369 | 2369 | "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
|
2370 | 2370 | version "8.18.1"
|
|
2384 | 2384 | "@typescript-eslint/types" "8.18.1"
|
2385 | 2385 | eslint-visitor-keys "^4.2.0"
|
2386 | 2386 |
|
2387 |
| -"@typescript-eslint/[email protected].0": |
2388 |
| - version "8.19.0" |
2389 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77" |
2390 |
| - integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w== |
| 2387 | +"@typescript-eslint/[email protected].1": |
| 2388 | + version "8.19.1" |
| 2389 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0" |
| 2390 | + integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q== |
2391 | 2391 | dependencies:
|
2392 |
| - "@typescript-eslint/types" "8.19.0" |
| 2392 | + "@typescript-eslint/types" "8.19.1" |
2393 | 2393 | eslint-visitor-keys "^4.2.0"
|
2394 | 2394 |
|
2395 | 2395 | "@ungap/structured-clone@^1.0.0":
|
@@ -8237,6 +8237,11 @@ ts-api-utils@^1.3.0:
|
8237 | 8237 | resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
|
8238 | 8238 | integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
|
8239 | 8239 |
|
| 8240 | +ts-api-utils@^2.0.0: |
| 8241 | + version "2.0.0" |
| 8242 | + resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900" |
| 8243 | + integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ== |
| 8244 | + |
8240 | 8245 | tsconfig-paths@^3.15.0:
|
8241 | 8246 | version "3.15.0"
|
8242 | 8247 | resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
|
|
0 commit comments