|
2508 | 2508 | "@types/yargs-parser" "*"
|
2509 | 2509 |
|
2510 | 2510 | "@typescript-eslint/eslint-plugin@^8.18.0":
|
2511 |
| - version "8.22.0" |
2512 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861" |
2513 |
| - integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw== |
| 2511 | + version "8.23.0" |
| 2512 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7" |
| 2513 | + integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w== |
2514 | 2514 | dependencies:
|
2515 | 2515 | "@eslint-community/regexpp" "^4.10.0"
|
2516 |
| - "@typescript-eslint/scope-manager" "8.22.0" |
2517 |
| - "@typescript-eslint/type-utils" "8.22.0" |
2518 |
| - "@typescript-eslint/utils" "8.22.0" |
2519 |
| - "@typescript-eslint/visitor-keys" "8.22.0" |
| 2516 | + "@typescript-eslint/scope-manager" "8.23.0" |
| 2517 | + "@typescript-eslint/type-utils" "8.23.0" |
| 2518 | + "@typescript-eslint/utils" "8.23.0" |
| 2519 | + "@typescript-eslint/visitor-keys" "8.23.0" |
2520 | 2520 | graphemer "^1.4.0"
|
2521 | 2521 | ignore "^5.3.1"
|
2522 | 2522 | natural-compare "^1.4.0"
|
2523 |
| - ts-api-utils "^2.0.0" |
| 2523 | + ts-api-utils "^2.0.1" |
2524 | 2524 |
|
2525 | 2525 | "@typescript-eslint/parser@^8.18.0":
|
2526 |
| - version "8.22.0" |
2527 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a" |
2528 |
| - integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ== |
2529 |
| - dependencies: |
2530 |
| - "@typescript-eslint/scope-manager" "8.22.0" |
2531 |
| - "@typescript-eslint/types" "8.22.0" |
2532 |
| - "@typescript-eslint/typescript-estree" "8.22.0" |
2533 |
| - "@typescript-eslint/visitor-keys" "8.22.0" |
| 2526 | + version "8.23.0" |
| 2527 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081" |
| 2528 | + integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q== |
| 2529 | + dependencies: |
| 2530 | + "@typescript-eslint/scope-manager" "8.23.0" |
| 2531 | + "@typescript-eslint/types" "8.23.0" |
| 2532 | + "@typescript-eslint/typescript-estree" "8.23.0" |
| 2533 | + "@typescript-eslint/visitor-keys" "8.23.0" |
2534 | 2534 | debug "^4.3.4"
|
2535 | 2535 |
|
2536 | 2536 | "@typescript-eslint/[email protected]":
|
|
2541 | 2541 | "@typescript-eslint/types" "8.20.0"
|
2542 | 2542 | "@typescript-eslint/visitor-keys" "8.20.0"
|
2543 | 2543 |
|
2544 |
| -"@typescript-eslint/scope-manager@8.22.0": |
2545 |
| - version "8.22.0" |
2546 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e" |
2547 |
| - integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ== |
| 2544 | +"@typescript-eslint/scope-manager@8.23.0": |
| 2545 | + version "8.23.0" |
| 2546 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec" |
| 2547 | + integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw== |
2548 | 2548 | dependencies:
|
2549 |
| - "@typescript-eslint/types" "8.22.0" |
2550 |
| - "@typescript-eslint/visitor-keys" "8.22.0" |
| 2549 | + "@typescript-eslint/types" "8.23.0" |
| 2550 | + "@typescript-eslint/visitor-keys" "8.23.0" |
2551 | 2551 |
|
2552 |
| -"@typescript-eslint/type-utils@8.22.0": |
2553 |
| - version "8.22.0" |
2554 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509" |
2555 |
| - integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA== |
| 2552 | +"@typescript-eslint/type-utils@8.23.0": |
| 2553 | + version "8.23.0" |
| 2554 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76" |
| 2555 | + integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA== |
2556 | 2556 | dependencies:
|
2557 |
| - "@typescript-eslint/typescript-estree" "8.22.0" |
2558 |
| - "@typescript-eslint/utils" "8.22.0" |
| 2557 | + "@typescript-eslint/typescript-estree" "8.23.0" |
| 2558 | + "@typescript-eslint/utils" "8.23.0" |
2559 | 2559 | debug "^4.3.4"
|
2560 |
| - ts-api-utils "^2.0.0" |
| 2560 | + ts-api-utils "^2.0.1" |
2561 | 2561 |
|
2562 | 2562 | "@typescript-eslint/[email protected]":
|
2563 | 2563 | version "8.20.0"
|
2564 | 2564 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
|
2565 | 2565 | integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
|
2566 | 2566 |
|
2567 |
| -"@typescript-eslint/types@8.22.0": |
2568 |
| - version "8.22.0" |
2569 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360" |
2570 |
| - integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A== |
| 2567 | +"@typescript-eslint/types@8.23.0": |
| 2568 | + version "8.23.0" |
| 2569 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a" |
| 2570 | + integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ== |
2571 | 2571 |
|
2572 | 2572 | "@typescript-eslint/[email protected]":
|
2573 | 2573 | version "8.20.0"
|
|
2583 | 2583 | semver "^7.6.0"
|
2584 | 2584 | ts-api-utils "^2.0.0"
|
2585 | 2585 |
|
2586 |
| -"@typescript-eslint/typescript-estree@8.22.0": |
2587 |
| - version "8.22.0" |
2588 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df" |
2589 |
| - integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w== |
| 2586 | +"@typescript-eslint/typescript-estree@8.23.0": |
| 2587 | + version "8.23.0" |
| 2588 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924" |
| 2589 | + integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ== |
2590 | 2590 | dependencies:
|
2591 |
| - "@typescript-eslint/types" "8.22.0" |
2592 |
| - "@typescript-eslint/visitor-keys" "8.22.0" |
| 2591 | + "@typescript-eslint/types" "8.23.0" |
| 2592 | + "@typescript-eslint/visitor-keys" "8.23.0" |
2593 | 2593 | debug "^4.3.4"
|
2594 | 2594 | fast-glob "^3.3.2"
|
2595 | 2595 | is-glob "^4.0.3"
|
2596 | 2596 | minimatch "^9.0.4"
|
2597 | 2597 | semver "^7.6.0"
|
2598 |
| - ts-api-utils "^2.0.0" |
| 2598 | + ts-api-utils "^2.0.1" |
2599 | 2599 |
|
2600 |
| -"@typescript-eslint/utils@8.22.0": |
2601 |
| - version "8.22.0" |
2602 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44" |
2603 |
| - integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg== |
| 2600 | +"@typescript-eslint/utils@8.23.0": |
| 2601 | + version "8.23.0" |
| 2602 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554" |
| 2603 | + integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA== |
2604 | 2604 | dependencies:
|
2605 | 2605 | "@eslint-community/eslint-utils" "^4.4.0"
|
2606 |
| - "@typescript-eslint/scope-manager" "8.22.0" |
2607 |
| - "@typescript-eslint/types" "8.22.0" |
2608 |
| - "@typescript-eslint/typescript-estree" "8.22.0" |
| 2606 | + "@typescript-eslint/scope-manager" "8.23.0" |
| 2607 | + "@typescript-eslint/types" "8.23.0" |
| 2608 | + "@typescript-eslint/typescript-estree" "8.23.0" |
2609 | 2609 |
|
2610 | 2610 | "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
|
2611 | 2611 | version "8.20.0"
|
|
2625 | 2625 | "@typescript-eslint/types" "8.20.0"
|
2626 | 2626 | eslint-visitor-keys "^4.2.0"
|
2627 | 2627 |
|
2628 |
| -"@typescript-eslint/visitor-keys@8.22.0": |
2629 |
| - version "8.22.0" |
2630 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz#02cc005014c372033eb9171e2275b76cba722a3f" |
2631 |
| - integrity sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w== |
| 2628 | +"@typescript-eslint/visitor-keys@8.23.0": |
| 2629 | + version "8.23.0" |
| 2630 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8" |
| 2631 | + integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ== |
2632 | 2632 | dependencies:
|
2633 |
| - "@typescript-eslint/types" "8.22.0" |
| 2633 | + "@typescript-eslint/types" "8.23.0" |
2634 | 2634 | eslint-visitor-keys "^4.2.0"
|
2635 | 2635 |
|
2636 | 2636 | "@ungap/structured-clone@^1.0.0":
|
@@ -8559,6 +8559,11 @@ ts-api-utils@^2.0.0:
|
8559 | 8559 | resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
|
8560 | 8560 | integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
|
8561 | 8561 |
|
| 8562 | +ts-api-utils@^2.0.1: |
| 8563 | + version "2.0.1" |
| 8564 | + resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" |
| 8565 | + integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== |
| 8566 | + |
8562 | 8567 | tsconfig-paths@^3.15.0:
|
8563 | 8568 | version "3.15.0"
|
8564 | 8569 | resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
|
|
0 commit comments