|
974 | 974 | semver "^7.5.4"
|
975 | 975 | ts-api-utils "^1.0.1"
|
976 | 976 |
|
977 |
| -"@typescript-eslint/parser@^7.4.0": |
978 |
| - version "7.4.0" |
979 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.4.0.tgz" |
980 |
| - integrity sha512-ZvKHxHLusweEUVwrGRXXUVzFgnWhigo4JurEj0dGF1tbcGh6buL+ejDdjxOQxv6ytcY1uhun1p2sm8iWStlgLQ== |
981 |
| - dependencies: |
982 |
| - "@typescript-eslint/scope-manager" "7.4.0" |
983 |
| - "@typescript-eslint/types" "7.4.0" |
984 |
| - "@typescript-eslint/typescript-estree" "7.4.0" |
985 |
| - "@typescript-eslint/visitor-keys" "7.4.0" |
| 977 | +"@typescript-eslint/parser@^7.5.0": |
| 978 | + version "7.5.0" |
| 979 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed" |
| 980 | + integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ== |
| 981 | + dependencies: |
| 982 | + "@typescript-eslint/scope-manager" "7.5.0" |
| 983 | + "@typescript-eslint/types" "7.5.0" |
| 984 | + "@typescript-eslint/typescript-estree" "7.5.0" |
| 985 | + "@typescript-eslint/visitor-keys" "7.5.0" |
986 | 986 | debug "^4.3.4"
|
987 | 987 |
|
988 | 988 | "@typescript-eslint/scope-manager@7.4.0":
|
|
993 | 993 | "@typescript-eslint/types" "7.4.0"
|
994 | 994 | "@typescript-eslint/visitor-keys" "7.4.0"
|
995 | 995 |
|
| 996 | +"@typescript-eslint/scope-manager@7.5.0": |
| 997 | + version "7.5.0" |
| 998 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56" |
| 999 | + integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA== |
| 1000 | + dependencies: |
| 1001 | + "@typescript-eslint/types" "7.5.0" |
| 1002 | + "@typescript-eslint/visitor-keys" "7.5.0" |
| 1003 | + |
996 | 1004 | "@typescript-eslint/type-utils@7.4.0":
|
997 | 1005 | version "7.4.0"
|
998 | 1006 | resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz"
|
|
1008 | 1016 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.4.0.tgz"
|
1009 | 1017 | integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
|
1010 | 1018 |
|
| 1019 | +"@typescript-eslint/types@7.5.0": |
| 1020 | + version "7.5.0" |
| 1021 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc" |
| 1022 | + integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg== |
| 1023 | + |
1011 | 1024 | "@typescript-eslint/typescript-estree@7.4.0":
|
1012 | 1025 | version "7.4.0"
|
1013 | 1026 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz"
|
|
1022 | 1035 | semver "^7.5.4"
|
1023 | 1036 | ts-api-utils "^1.0.1"
|
1024 | 1037 |
|
| 1038 | +"@typescript-eslint/typescript-estree@7.5.0": |
| 1039 | + version "7.5.0" |
| 1040 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776" |
| 1041 | + integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ== |
| 1042 | + dependencies: |
| 1043 | + "@typescript-eslint/types" "7.5.0" |
| 1044 | + "@typescript-eslint/visitor-keys" "7.5.0" |
| 1045 | + debug "^4.3.4" |
| 1046 | + globby "^11.1.0" |
| 1047 | + is-glob "^4.0.3" |
| 1048 | + minimatch "9.0.3" |
| 1049 | + semver "^7.5.4" |
| 1050 | + ts-api-utils "^1.0.1" |
| 1051 | + |
1025 | 1052 | "@typescript-eslint/utils@7.4.0":
|
1026 | 1053 | version "7.4.0"
|
1027 | 1054 | resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.4.0.tgz"
|
|
1043 | 1070 | "@typescript-eslint/types" "7.4.0"
|
1044 | 1071 | eslint-visitor-keys "^3.4.1"
|
1045 | 1072 |
|
| 1073 | +"@typescript-eslint/visitor-keys@7.5.0": |
| 1074 | + version "7.5.0" |
| 1075 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee" |
| 1076 | + integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA== |
| 1077 | + dependencies: |
| 1078 | + "@typescript-eslint/types" "7.5.0" |
| 1079 | + eslint-visitor-keys "^3.4.1" |
| 1080 | + |
1046 | 1081 | "@ungap/structured-clone@^1.2.0":
|
1047 | 1082 | version "1.2.0"
|
1048 | 1083 | resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
|
|
0 commit comments