|
2206 | 2206 | eslint-scope "^5.1.1" |
2207 | 2207 | eslint-utils "^3.0.0" |
2208 | 2208 |
|
2209 | | -"@typescript-eslint/parser@^4.29.0": |
2210 | | - version "4.30.0" |
2211 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d" |
2212 | | - integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg== |
2213 | | - dependencies: |
2214 | | - "@typescript-eslint/scope-manager" "4.30.0" |
2215 | | - "@typescript-eslint/types" "4.30.0" |
2216 | | - "@typescript-eslint/typescript-estree" "4.30.0" |
2217 | | - debug "^4.3.1" |
2218 | | - |
2219 | | -"@typescript-eslint/scope-manager@4.30.0": |
2220 | | - version "4.30.0" |
2221 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee" |
2222 | | - integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A== |
| 2209 | +"@typescript-eslint/parser@^4.33.0": |
| 2210 | + version "4.33.0" |
| 2211 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" |
| 2212 | + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== |
2223 | 2213 | dependencies: |
2224 | | - "@typescript-eslint/types" "4.30.0" |
2225 | | - "@typescript-eslint/visitor-keys" "4.30.0" |
| 2214 | + "@typescript-eslint/scope-manager" "4.33.0" |
| 2215 | + "@typescript-eslint/types" "4.33.0" |
| 2216 | + "@typescript-eslint/typescript-estree" "4.33.0" |
| 2217 | + debug "^4.3.1" |
2226 | 2218 |
|
2227 | 2219 | "@typescript-eslint/scope-manager@4.33.0": |
2228 | 2220 | version "4.33.0" |
|
2232 | 2224 | "@typescript-eslint/types" "4.33.0" |
2233 | 2225 | "@typescript-eslint/visitor-keys" "4.33.0" |
2234 | 2226 |
|
2235 | | -"@typescript-eslint/types@4.30.0": |
2236 | | - version "4.30.0" |
2237 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f" |
2238 | | - integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw== |
2239 | | - |
2240 | 2227 | "@typescript-eslint/types@4.33.0": |
2241 | 2228 | version "4.33.0" |
2242 | 2229 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" |
2243 | 2230 | integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== |
2244 | 2231 |
|
2245 | | -"@typescript-eslint/typescript-estree@4.30.0": |
2246 | | - version "4.30.0" |
2247 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac" |
2248 | | - integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg== |
2249 | | - dependencies: |
2250 | | - "@typescript-eslint/types" "4.30.0" |
2251 | | - "@typescript-eslint/visitor-keys" "4.30.0" |
2252 | | - debug "^4.3.1" |
2253 | | - globby "^11.0.3" |
2254 | | - is-glob "^4.0.1" |
2255 | | - semver "^7.3.5" |
2256 | | - tsutils "^3.21.0" |
2257 | | - |
2258 | 2232 | "@typescript-eslint/typescript-estree@4.33.0": |
2259 | 2233 | version "4.33.0" |
2260 | 2234 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" |
|
2268 | 2242 | semver "^7.3.5" |
2269 | 2243 | tsutils "^3.21.0" |
2270 | 2244 |
|
2271 | | -"@typescript-eslint/visitor-keys@4.30.0": |
2272 | | - version "4.30.0" |
2273 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e" |
2274 | | - integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw== |
2275 | | - dependencies: |
2276 | | - "@typescript-eslint/types" "4.30.0" |
2277 | | - eslint-visitor-keys "^2.0.0" |
2278 | | - |
2279 | 2245 | "@typescript-eslint/visitor-keys@4.33.0": |
2280 | 2246 | version "4.33.0" |
2281 | 2247 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" |
|
0 commit comments