|
824 | 824 | natural-compare "^1.4.0" |
825 | 825 | ts-api-utils "^2.0.1" |
826 | 826 |
|
827 | | -"@typescript-eslint/parser@^8.25.0": |
828 | | - version "8.25.0" |
829 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8" |
830 | | - integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg== |
831 | | - dependencies: |
832 | | - "@typescript-eslint/scope-manager" "8.25.0" |
833 | | - "@typescript-eslint/types" "8.25.0" |
834 | | - "@typescript-eslint/typescript-estree" "8.25.0" |
835 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
| 827 | +"@typescript-eslint/parser@^8.32.1": |
| 828 | + version "8.32.1" |
| 829 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e" |
| 830 | + integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg== |
| 831 | + dependencies: |
| 832 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 833 | + "@typescript-eslint/types" "8.32.1" |
| 834 | + "@typescript-eslint/typescript-estree" "8.32.1" |
| 835 | + "@typescript-eslint/visitor-keys" "8.32.1" |
836 | 836 | debug "^4.3.4" |
837 | 837 |
|
838 | 838 | "@typescript-eslint/scope-manager@8.25.0": |
|
843 | 843 | "@typescript-eslint/types" "8.25.0" |
844 | 844 | "@typescript-eslint/visitor-keys" "8.25.0" |
845 | 845 |
|
| 846 | +"@typescript-eslint/scope-manager@8.32.1": |
| 847 | + version "8.32.1" |
| 848 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc" |
| 849 | + integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA== |
| 850 | + dependencies: |
| 851 | + "@typescript-eslint/types" "8.32.1" |
| 852 | + "@typescript-eslint/visitor-keys" "8.32.1" |
| 853 | + |
846 | 854 | "@typescript-eslint/type-utils@8.25.0": |
847 | 855 | version "8.25.0" |
848 | 856 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677" |
|
858 | 866 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0" |
859 | 867 | integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw== |
860 | 868 |
|
| 869 | +"@typescript-eslint/types@8.32.1": |
| 870 | + version "8.32.1" |
| 871 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b" |
| 872 | + integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg== |
| 873 | + |
861 | 874 | "@typescript-eslint/typescript-estree@8.25.0": |
862 | 875 | version "8.25.0" |
863 | 876 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299" |
|
872 | 885 | semver "^7.6.0" |
873 | 886 | ts-api-utils "^2.0.1" |
874 | 887 |
|
| 888 | +"@typescript-eslint/typescript-estree@8.32.1": |
| 889 | + version "8.32.1" |
| 890 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face" |
| 891 | + integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg== |
| 892 | + dependencies: |
| 893 | + "@typescript-eslint/types" "8.32.1" |
| 894 | + "@typescript-eslint/visitor-keys" "8.32.1" |
| 895 | + debug "^4.3.4" |
| 896 | + fast-glob "^3.3.2" |
| 897 | + is-glob "^4.0.3" |
| 898 | + minimatch "^9.0.4" |
| 899 | + semver "^7.6.0" |
| 900 | + ts-api-utils "^2.1.0" |
| 901 | + |
875 | 902 | "@typescript-eslint/utils@8.25.0": |
876 | 903 | version "8.25.0" |
877 | 904 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a" |
|
890 | 917 | "@typescript-eslint/types" "8.25.0" |
891 | 918 | eslint-visitor-keys "^4.2.0" |
892 | 919 |
|
| 920 | +"@typescript-eslint/visitor-keys@8.32.1": |
| 921 | + version "8.32.1" |
| 922 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca" |
| 923 | + integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w== |
| 924 | + dependencies: |
| 925 | + "@typescript-eslint/types" "8.32.1" |
| 926 | + eslint-visitor-keys "^4.2.0" |
| 927 | + |
893 | 928 | acorn-jsx@^5.3.2: |
894 | 929 | version "5.3.2" |
895 | 930 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" |
@@ -2372,6 +2407,11 @@ ts-api-utils@^2.0.1: |
2372 | 2407 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" |
2373 | 2408 | integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== |
2374 | 2409 |
|
| 2410 | +ts-api-utils@^2.1.0: |
| 2411 | + version "2.1.0" |
| 2412 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 2413 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 2414 | + |
2375 | 2415 | ts-command-line-args@^2.2.0: |
2376 | 2416 | version "2.4.2" |
2377 | 2417 | resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.4.2.tgz#b4815b23c35f8a0159d4e69e01012d95690bc448" |
|
0 commit comments