|
2113 | 2113 | eslint-scope "^5.1.1" |
2114 | 2114 | eslint-utils "^3.0.0" |
2115 | 2115 |
|
2116 | | -"@typescript-eslint/parser@^4.29.0": |
2117 | | - version "4.30.0" |
2118 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d" |
2119 | | - integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg== |
2120 | | - dependencies: |
2121 | | - "@typescript-eslint/scope-manager" "4.30.0" |
2122 | | - "@typescript-eslint/types" "4.30.0" |
2123 | | - "@typescript-eslint/typescript-estree" "4.30.0" |
2124 | | - debug "^4.3.1" |
2125 | | - |
2126 | | -"@typescript-eslint/scope-manager@4.30.0": |
2127 | | - version "4.30.0" |
2128 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee" |
2129 | | - integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A== |
| 2116 | +"@typescript-eslint/parser@^4.33.0": |
| 2117 | + version "4.33.0" |
| 2118 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" |
| 2119 | + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== |
2130 | 2120 | dependencies: |
2131 | | - "@typescript-eslint/types" "4.30.0" |
2132 | | - "@typescript-eslint/visitor-keys" "4.30.0" |
| 2121 | + "@typescript-eslint/scope-manager" "4.33.0" |
| 2122 | + "@typescript-eslint/types" "4.33.0" |
| 2123 | + "@typescript-eslint/typescript-estree" "4.33.0" |
| 2124 | + debug "^4.3.1" |
2133 | 2125 |
|
2134 | 2126 | "@typescript-eslint/scope-manager@4.33.0": |
2135 | 2127 | version "4.33.0" |
|
2139 | 2131 | "@typescript-eslint/types" "4.33.0" |
2140 | 2132 | "@typescript-eslint/visitor-keys" "4.33.0" |
2141 | 2133 |
|
2142 | | -"@typescript-eslint/types@4.30.0": |
2143 | | - version "4.30.0" |
2144 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f" |
2145 | | - integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw== |
2146 | | - |
2147 | 2134 | "@typescript-eslint/types@4.33.0": |
2148 | 2135 | version "4.33.0" |
2149 | 2136 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" |
2150 | 2137 | integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== |
2151 | 2138 |
|
2152 | | -"@typescript-eslint/typescript-estree@4.30.0": |
2153 | | - version "4.30.0" |
2154 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac" |
2155 | | - integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg== |
2156 | | - dependencies: |
2157 | | - "@typescript-eslint/types" "4.30.0" |
2158 | | - "@typescript-eslint/visitor-keys" "4.30.0" |
2159 | | - debug "^4.3.1" |
2160 | | - globby "^11.0.3" |
2161 | | - is-glob "^4.0.1" |
2162 | | - semver "^7.3.5" |
2163 | | - tsutils "^3.21.0" |
2164 | | - |
2165 | 2139 | "@typescript-eslint/typescript-estree@4.33.0": |
2166 | 2140 | version "4.33.0" |
2167 | 2141 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" |
|
2175 | 2149 | semver "^7.3.5" |
2176 | 2150 | tsutils "^3.21.0" |
2177 | 2151 |
|
2178 | | -"@typescript-eslint/visitor-keys@4.30.0": |
2179 | | - version "4.30.0" |
2180 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e" |
2181 | | - integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw== |
2182 | | - dependencies: |
2183 | | - "@typescript-eslint/types" "4.30.0" |
2184 | | - eslint-visitor-keys "^2.0.0" |
2185 | | - |
2186 | 2152 | "@typescript-eslint/visitor-keys@4.33.0": |
2187 | 2153 | version "4.33.0" |
2188 | 2154 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" |
|
0 commit comments