|
136 | 136 | eslint-utils "^2.0.0" |
137 | 137 |
|
138 | 138 | "@typescript-eslint/parser@^4.0.1": |
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== |
| 139 | + version "4.11.0" |
| 140 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.0.tgz#1dd3d7e42708c10ce9f3aa64c63c0ab99868b4e2" |
| 141 | + integrity sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ== |
142 | 142 | dependencies: |
143 | | - "@typescript-eslint/scope-manager" "4.10.0" |
144 | | - "@typescript-eslint/types" "4.10.0" |
145 | | - "@typescript-eslint/typescript-estree" "4.10.0" |
| 143 | + "@typescript-eslint/scope-manager" "4.11.0" |
| 144 | + "@typescript-eslint/types" "4.11.0" |
| 145 | + "@typescript-eslint/typescript-estree" "4.11.0" |
146 | 146 | debug "^4.1.1" |
147 | 147 |
|
148 | 148 | "@typescript-eslint/scope-manager@4.10.0": |
|
153 | 153 | "@typescript-eslint/types" "4.10.0" |
154 | 154 | "@typescript-eslint/visitor-keys" "4.10.0" |
155 | 155 |
|
| 156 | +"@typescript-eslint/scope-manager@4.11.0": |
| 157 | + version "4.11.0" |
| 158 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz#2d906537db8a3a946721699e4fc0833810490254" |
| 159 | + integrity sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA== |
| 160 | + dependencies: |
| 161 | + "@typescript-eslint/types" "4.11.0" |
| 162 | + "@typescript-eslint/visitor-keys" "4.11.0" |
| 163 | + |
156 | 164 | "@typescript-eslint/types@4.10.0": |
157 | 165 | version "4.10.0" |
158 | 166 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789" |
159 | 167 | integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g== |
160 | 168 |
|
| 169 | +"@typescript-eslint/types@4.11.0": |
| 170 | + version "4.11.0" |
| 171 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.0.tgz#86cf95e7eac4ccfd183f9fcf1480cece7caf4ca4" |
| 172 | + integrity sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g== |
| 173 | + |
161 | 174 | "@typescript-eslint/typescript-estree@4.10.0": |
162 | 175 | version "4.10.0" |
163 | 176 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75" |
|
172 | 185 | semver "^7.3.2" |
173 | 186 | tsutils "^3.17.1" |
174 | 187 |
|
| 188 | +"@typescript-eslint/typescript-estree@4.11.0": |
| 189 | + version "4.11.0" |
| 190 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz#1144d145841e5987d61c4c845442a24b24165a4b" |
| 191 | + integrity sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg== |
| 192 | + dependencies: |
| 193 | + "@typescript-eslint/types" "4.11.0" |
| 194 | + "@typescript-eslint/visitor-keys" "4.11.0" |
| 195 | + debug "^4.1.1" |
| 196 | + globby "^11.0.1" |
| 197 | + is-glob "^4.0.1" |
| 198 | + lodash "^4.17.15" |
| 199 | + semver "^7.3.2" |
| 200 | + tsutils "^3.17.1" |
| 201 | + |
175 | 202 | "@typescript-eslint/visitor-keys@4.10.0": |
176 | 203 | version "4.10.0" |
177 | 204 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451" |
|
180 | 207 | "@typescript-eslint/types" "4.10.0" |
181 | 208 | eslint-visitor-keys "^2.0.0" |
182 | 209 |
|
| 210 | +"@typescript-eslint/visitor-keys@4.11.0": |
| 211 | + version "4.11.0" |
| 212 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz#906669a50f06aa744378bb84c7d5c4fdbc5b7d51" |
| 213 | + integrity sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A== |
| 214 | + dependencies: |
| 215 | + "@typescript-eslint/types" "4.11.0" |
| 216 | + eslint-visitor-keys "^2.0.0" |
| 217 | + |
183 | 218 | "@zhycorp/eslint-config@^2.3.0": |
184 | 219 | version "2.4.2" |
185 | 220 | resolved "https://registry.yarnpkg.com/@zhycorp/eslint-config/-/eslint-config-2.4.2.tgz#e45782a6a2cbaa11c518b8df76098cf9a2bc9e25" |
|
0 commit comments