|
2515 | 2515 | "@types/yargs-parser" "*"
|
2516 | 2516 |
|
2517 | 2517 | "@typescript-eslint/eslint-plugin@^8.18.0":
|
2518 |
| - version "8.23.0" |
2519 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7" |
2520 |
| - integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w== |
| 2518 | + version "8.24.0" |
| 2519 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3" |
| 2520 | + integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ== |
2521 | 2521 | dependencies:
|
2522 | 2522 | "@eslint-community/regexpp" "^4.10.0"
|
2523 |
| - "@typescript-eslint/scope-manager" "8.23.0" |
2524 |
| - "@typescript-eslint/type-utils" "8.23.0" |
2525 |
| - "@typescript-eslint/utils" "8.23.0" |
2526 |
| - "@typescript-eslint/visitor-keys" "8.23.0" |
| 2523 | + "@typescript-eslint/scope-manager" "8.24.0" |
| 2524 | + "@typescript-eslint/type-utils" "8.24.0" |
| 2525 | + "@typescript-eslint/utils" "8.24.0" |
| 2526 | + "@typescript-eslint/visitor-keys" "8.24.0" |
2527 | 2527 | graphemer "^1.4.0"
|
2528 | 2528 | ignore "^5.3.1"
|
2529 | 2529 | natural-compare "^1.4.0"
|
2530 | 2530 | ts-api-utils "^2.0.1"
|
2531 | 2531 |
|
2532 | 2532 | "@typescript-eslint/parser@^8.18.0":
|
2533 |
| - version "8.23.0" |
2534 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081" |
2535 |
| - integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q== |
2536 |
| - dependencies: |
2537 |
| - "@typescript-eslint/scope-manager" "8.23.0" |
2538 |
| - "@typescript-eslint/types" "8.23.0" |
2539 |
| - "@typescript-eslint/typescript-estree" "8.23.0" |
2540 |
| - "@typescript-eslint/visitor-keys" "8.23.0" |
| 2533 | + version "8.24.0" |
| 2534 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085" |
| 2535 | + integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA== |
| 2536 | + dependencies: |
| 2537 | + "@typescript-eslint/scope-manager" "8.24.0" |
| 2538 | + "@typescript-eslint/types" "8.24.0" |
| 2539 | + "@typescript-eslint/typescript-estree" "8.24.0" |
| 2540 | + "@typescript-eslint/visitor-keys" "8.24.0" |
2541 | 2541 | debug "^4.3.4"
|
2542 | 2542 |
|
2543 | 2543 | "@typescript-eslint/[email protected]":
|
|
2548 | 2548 | "@typescript-eslint/types" "8.20.0"
|
2549 | 2549 | "@typescript-eslint/visitor-keys" "8.20.0"
|
2550 | 2550 |
|
2551 |
| -"@typescript-eslint/scope-manager@8.23.0": |
2552 |
| - version "8.23.0" |
2553 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec" |
2554 |
| - integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw== |
| 2551 | +"@typescript-eslint/scope-manager@8.24.0": |
| 2552 | + version "8.24.0" |
| 2553 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1" |
| 2554 | + integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw== |
2555 | 2555 | dependencies:
|
2556 |
| - "@typescript-eslint/types" "8.23.0" |
2557 |
| - "@typescript-eslint/visitor-keys" "8.23.0" |
| 2556 | + "@typescript-eslint/types" "8.24.0" |
| 2557 | + "@typescript-eslint/visitor-keys" "8.24.0" |
2558 | 2558 |
|
2559 |
| -"@typescript-eslint/type-utils@8.23.0": |
2560 |
| - version "8.23.0" |
2561 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76" |
2562 |
| - integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA== |
| 2559 | +"@typescript-eslint/type-utils@8.24.0": |
| 2560 | + version "8.24.0" |
| 2561 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8" |
| 2562 | + integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA== |
2563 | 2563 | dependencies:
|
2564 |
| - "@typescript-eslint/typescript-estree" "8.23.0" |
2565 |
| - "@typescript-eslint/utils" "8.23.0" |
| 2564 | + "@typescript-eslint/typescript-estree" "8.24.0" |
| 2565 | + "@typescript-eslint/utils" "8.24.0" |
2566 | 2566 | debug "^4.3.4"
|
2567 | 2567 | ts-api-utils "^2.0.1"
|
2568 | 2568 |
|
|
2571 | 2571 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
|
2572 | 2572 | integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
|
2573 | 2573 |
|
2574 |
| -"@typescript-eslint/types@8.23.0": |
2575 |
| - version "8.23.0" |
2576 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a" |
2577 |
| - integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ== |
| 2574 | +"@typescript-eslint/types@8.24.0": |
| 2575 | + version "8.24.0" |
| 2576 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e" |
| 2577 | + integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw== |
2578 | 2578 |
|
2579 | 2579 | "@typescript-eslint/[email protected]":
|
2580 | 2580 | version "8.20.0"
|
|
2590 | 2590 | semver "^7.6.0"
|
2591 | 2591 | ts-api-utils "^2.0.0"
|
2592 | 2592 |
|
2593 |
| -"@typescript-eslint/typescript-estree@8.23.0": |
2594 |
| - version "8.23.0" |
2595 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924" |
2596 |
| - integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ== |
| 2593 | +"@typescript-eslint/typescript-estree@8.24.0": |
| 2594 | + version "8.24.0" |
| 2595 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c" |
| 2596 | + integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ== |
2597 | 2597 | dependencies:
|
2598 |
| - "@typescript-eslint/types" "8.23.0" |
2599 |
| - "@typescript-eslint/visitor-keys" "8.23.0" |
| 2598 | + "@typescript-eslint/types" "8.24.0" |
| 2599 | + "@typescript-eslint/visitor-keys" "8.24.0" |
2600 | 2600 | debug "^4.3.4"
|
2601 | 2601 | fast-glob "^3.3.2"
|
2602 | 2602 | is-glob "^4.0.3"
|
2603 | 2603 | minimatch "^9.0.4"
|
2604 | 2604 | semver "^7.6.0"
|
2605 | 2605 | ts-api-utils "^2.0.1"
|
2606 | 2606 |
|
2607 |
| -"@typescript-eslint/utils@8.23.0": |
2608 |
| - version "8.23.0" |
2609 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554" |
2610 |
| - integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA== |
| 2607 | +"@typescript-eslint/utils@8.24.0": |
| 2608 | + version "8.24.0" |
| 2609 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749" |
| 2610 | + integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ== |
2611 | 2611 | dependencies:
|
2612 | 2612 | "@eslint-community/eslint-utils" "^4.4.0"
|
2613 |
| - "@typescript-eslint/scope-manager" "8.23.0" |
2614 |
| - "@typescript-eslint/types" "8.23.0" |
2615 |
| - "@typescript-eslint/typescript-estree" "8.23.0" |
| 2613 | + "@typescript-eslint/scope-manager" "8.24.0" |
| 2614 | + "@typescript-eslint/types" "8.24.0" |
| 2615 | + "@typescript-eslint/typescript-estree" "8.24.0" |
2616 | 2616 |
|
2617 | 2617 | "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
|
2618 | 2618 | version "8.20.0"
|
|
2632 | 2632 | "@typescript-eslint/types" "8.20.0"
|
2633 | 2633 | eslint-visitor-keys "^4.2.0"
|
2634 | 2634 |
|
2635 |
| -"@typescript-eslint/visitor-keys@8.23.0": |
2636 |
| - version "8.23.0" |
2637 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8" |
2638 |
| - integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ== |
| 2635 | +"@typescript-eslint/visitor-keys@8.24.0": |
| 2636 | + version "8.24.0" |
| 2637 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9" |
| 2638 | + integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg== |
2639 | 2639 | dependencies:
|
2640 |
| - "@typescript-eslint/types" "8.23.0" |
| 2640 | + "@typescript-eslint/types" "8.24.0" |
2641 | 2641 | eslint-visitor-keys "^4.2.0"
|
2642 | 2642 |
|
2643 | 2643 | "@ungap/structured-clone@^1.0.0":
|
|
0 commit comments