|
184 | 184 | eslint-scope "^5.0.0"
|
185 | 185 | eslint-utils "^2.0.0"
|
186 | 186 |
|
187 |
| -"@typescript-eslint/parser@^4.11.1": |
188 |
| - version "4.11.1" |
189 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed" |
190 |
| - integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw== |
191 |
| - dependencies: |
192 |
| - "@typescript-eslint/scope-manager" "4.11.1" |
193 |
| - "@typescript-eslint/types" "4.11.1" |
194 |
| - "@typescript-eslint/typescript-estree" "4.11.1" |
| 187 | +"@typescript-eslint/parser@^4.12.0": |
| 188 | + version "4.12.0" |
| 189 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a" |
| 190 | + integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ== |
| 191 | + dependencies: |
| 192 | + "@typescript-eslint/scope-manager" "4.12.0" |
| 193 | + "@typescript-eslint/types" "4.12.0" |
| 194 | + "@typescript-eslint/typescript-estree" "4.12.0" |
195 | 195 | debug "^4.1.1"
|
196 | 196 |
|
197 | 197 | "@typescript-eslint/[email protected]":
|
|
202 | 202 | "@typescript-eslint/types" "4.11.1"
|
203 | 203 | "@typescript-eslint/visitor-keys" "4.11.1"
|
204 | 204 |
|
| 205 | +"@typescript-eslint/[email protected]": |
| 206 | + version "4.12.0" |
| 207 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279" |
| 208 | + integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg== |
| 209 | + dependencies: |
| 210 | + "@typescript-eslint/types" "4.12.0" |
| 211 | + "@typescript-eslint/visitor-keys" "4.12.0" |
| 212 | + |
205 | 213 | "@typescript-eslint/[email protected]":
|
206 | 214 | version "4.11.1"
|
207 | 215 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
|
208 | 216 | integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
|
209 | 217 |
|
| 218 | +"@typescript-eslint/[email protected]": |
| 219 | + version "4.12.0" |
| 220 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5" |
| 221 | + integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g== |
| 222 | + |
210 | 223 | "@typescript-eslint/[email protected]":
|
211 | 224 | version "4.11.1"
|
212 | 225 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
|
|
221 | 234 | semver "^7.3.2"
|
222 | 235 | tsutils "^3.17.1"
|
223 | 236 |
|
| 237 | +"@typescript-eslint/[email protected]": |
| 238 | + version "4.12.0" |
| 239 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e" |
| 240 | + integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w== |
| 241 | + dependencies: |
| 242 | + "@typescript-eslint/types" "4.12.0" |
| 243 | + "@typescript-eslint/visitor-keys" "4.12.0" |
| 244 | + debug "^4.1.1" |
| 245 | + globby "^11.0.1" |
| 246 | + is-glob "^4.0.1" |
| 247 | + lodash "^4.17.15" |
| 248 | + semver "^7.3.2" |
| 249 | + tsutils "^3.17.1" |
| 250 | + |
224 | 251 | "@typescript-eslint/[email protected]":
|
225 | 252 | version "4.11.1"
|
226 | 253 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
|
|
229 | 256 | "@typescript-eslint/types" "4.11.1"
|
230 | 257 | eslint-visitor-keys "^2.0.0"
|
231 | 258 |
|
| 259 | +"@typescript-eslint/[email protected]": |
| 260 | + version "4.12.0" |
| 261 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a" |
| 262 | + integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw== |
| 263 | + dependencies: |
| 264 | + "@typescript-eslint/types" "4.12.0" |
| 265 | + eslint-visitor-keys "^2.0.0" |
| 266 | + |
232 | 267 | accepts@~1.3.7:
|
233 | 268 | version "1.3.7"
|
234 | 269 | resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
|
|
0 commit comments