|
136 | 136 | eslint-utils "^2.0.0" |
137 | 137 |
|
138 | 138 | "@typescript-eslint/parser@^4.0.1": |
139 | | - version "4.9.1" |
140 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055" |
141 | | - integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g== |
| 139 | + version "4.10.0" |
| 140 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031" |
| 141 | + integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg== |
142 | 142 | dependencies: |
143 | | - "@typescript-eslint/scope-manager" "4.9.1" |
144 | | - "@typescript-eslint/types" "4.9.1" |
145 | | - "@typescript-eslint/typescript-estree" "4.9.1" |
| 143 | + "@typescript-eslint/scope-manager" "4.10.0" |
| 144 | + "@typescript-eslint/types" "4.10.0" |
| 145 | + "@typescript-eslint/typescript-estree" "4.10.0" |
146 | 146 | debug "^4.1.1" |
147 | 147 |
|
| 148 | +"@typescript-eslint/scope-manager@4.10.0": |
| 149 | + version "4.10.0" |
| 150 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27" |
| 151 | + integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ== |
| 152 | + dependencies: |
| 153 | + "@typescript-eslint/types" "4.10.0" |
| 154 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 155 | + |
148 | 156 | "@typescript-eslint/scope-manager@4.9.1": |
149 | 157 | version "4.9.1" |
150 | 158 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103" |
|
153 | 161 | "@typescript-eslint/types" "4.9.1" |
154 | 162 | "@typescript-eslint/visitor-keys" "4.9.1" |
155 | 163 |
|
| 164 | +"@typescript-eslint/types@4.10.0": |
| 165 | + version "4.10.0" |
| 166 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789" |
| 167 | + integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g== |
| 168 | + |
156 | 169 | "@typescript-eslint/types@4.9.1": |
157 | 170 | version "4.9.1" |
158 | 171 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2" |
159 | 172 | integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA== |
160 | 173 |
|
| 174 | +"@typescript-eslint/typescript-estree@4.10.0": |
| 175 | + version "4.10.0" |
| 176 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75" |
| 177 | + integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g== |
| 178 | + dependencies: |
| 179 | + "@typescript-eslint/types" "4.10.0" |
| 180 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 181 | + debug "^4.1.1" |
| 182 | + globby "^11.0.1" |
| 183 | + is-glob "^4.0.1" |
| 184 | + lodash "^4.17.15" |
| 185 | + semver "^7.3.2" |
| 186 | + tsutils "^3.17.1" |
| 187 | + |
161 | 188 | "@typescript-eslint/typescript-estree@4.9.1": |
162 | 189 | version "4.9.1" |
163 | 190 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf" |
|
172 | 199 | semver "^7.3.2" |
173 | 200 | tsutils "^3.17.1" |
174 | 201 |
|
| 202 | +"@typescript-eslint/visitor-keys@4.10.0": |
| 203 | + version "4.10.0" |
| 204 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451" |
| 205 | + integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg== |
| 206 | + dependencies: |
| 207 | + "@typescript-eslint/types" "4.10.0" |
| 208 | + eslint-visitor-keys "^2.0.0" |
| 209 | + |
175 | 210 | "@typescript-eslint/visitor-keys@4.9.1": |
176 | 211 | version "4.9.1" |
177 | 212 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1" |
|
0 commit comments