|
850 | 850 | natural-compare "^1.4.0" |
851 | 851 | ts-api-utils "^2.1.0" |
852 | 852 |
|
853 | | -"@typescript-eslint/parser@^8.25.0": |
854 | | - version "8.25.0" |
855 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8" |
856 | | - integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg== |
857 | | - dependencies: |
858 | | - "@typescript-eslint/scope-manager" "8.25.0" |
859 | | - "@typescript-eslint/types" "8.25.0" |
860 | | - "@typescript-eslint/typescript-estree" "8.25.0" |
861 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
862 | | - debug "^4.3.4" |
863 | | - |
864 | | -"@typescript-eslint/scope-manager@8.25.0": |
865 | | - version "8.25.0" |
866 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3" |
867 | | - integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg== |
| 853 | +"@typescript-eslint/parser@^8.32.1": |
| 854 | + version "8.32.1" |
| 855 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e" |
| 856 | + integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg== |
868 | 857 | dependencies: |
869 | | - "@typescript-eslint/types" "8.25.0" |
870 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
| 858 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 859 | + "@typescript-eslint/types" "8.32.1" |
| 860 | + "@typescript-eslint/typescript-estree" "8.32.1" |
| 861 | + "@typescript-eslint/visitor-keys" "8.32.1" |
| 862 | + debug "^4.3.4" |
871 | 863 |
|
872 | 864 | "@typescript-eslint/scope-manager@8.32.1": |
873 | 865 | version "8.32.1" |
|
887 | 879 | debug "^4.3.4" |
888 | 880 | ts-api-utils "^2.1.0" |
889 | 881 |
|
890 | | -"@typescript-eslint/types@8.25.0": |
891 | | - version "8.25.0" |
892 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0" |
893 | | - integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw== |
894 | | - |
895 | 882 | "@typescript-eslint/types@8.32.1": |
896 | 883 | version "8.32.1" |
897 | 884 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b" |
898 | 885 | integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg== |
899 | 886 |
|
900 | | -"@typescript-eslint/typescript-estree@8.25.0": |
901 | | - version "8.25.0" |
902 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299" |
903 | | - integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q== |
904 | | - dependencies: |
905 | | - "@typescript-eslint/types" "8.25.0" |
906 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
907 | | - debug "^4.3.4" |
908 | | - fast-glob "^3.3.2" |
909 | | - is-glob "^4.0.3" |
910 | | - minimatch "^9.0.4" |
911 | | - semver "^7.6.0" |
912 | | - ts-api-utils "^2.0.1" |
913 | | - |
914 | 887 | "@typescript-eslint/typescript-estree@8.32.1": |
915 | 888 | version "8.32.1" |
916 | 889 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face" |
|
935 | 908 | "@typescript-eslint/types" "8.32.1" |
936 | 909 | "@typescript-eslint/typescript-estree" "8.32.1" |
937 | 910 |
|
938 | | -"@typescript-eslint/visitor-keys@8.25.0": |
939 | | - version "8.25.0" |
940 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164" |
941 | | - integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ== |
942 | | - dependencies: |
943 | | - "@typescript-eslint/types" "8.25.0" |
944 | | - eslint-visitor-keys "^4.2.0" |
945 | | - |
946 | 911 | "@typescript-eslint/visitor-keys@8.32.1": |
947 | 912 | version "8.32.1" |
948 | 913 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca" |
@@ -2895,7 +2860,7 @@ toidentifier@1.0.1: |
2895 | 2860 | resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" |
2896 | 2861 | integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== |
2897 | 2862 |
|
2898 | | -ts-api-utils@^2.0.1, ts-api-utils@^2.1.0: |
| 2863 | +ts-api-utils@^2.1.0: |
2899 | 2864 | version "2.1.0" |
2900 | 2865 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
2901 | 2866 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
|
0 commit comments