|
252 | 252 | semver "^7.3.7"
|
253 | 253 | tsutils "^3.21.0"
|
254 | 254 |
|
255 |
| -"@typescript-eslint/parser@^5.37.0": |
256 |
| - version "5.37.0" |
257 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b" |
258 |
| - integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw== |
259 |
| - dependencies: |
260 |
| - "@typescript-eslint/scope-manager" "5.37.0" |
261 |
| - "@typescript-eslint/types" "5.37.0" |
262 |
| - "@typescript-eslint/typescript-estree" "5.37.0" |
| 255 | +"@typescript-eslint/parser@^5.38.0": |
| 256 | + version "5.38.0" |
| 257 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8" |
| 258 | + integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA== |
| 259 | + dependencies: |
| 260 | + "@typescript-eslint/scope-manager" "5.38.0" |
| 261 | + "@typescript-eslint/types" "5.38.0" |
| 262 | + "@typescript-eslint/typescript-estree" "5.38.0" |
263 | 263 | debug "^4.3.4"
|
264 | 264 |
|
265 | 265 | "@typescript-eslint/scope-manager@5.37.0":
|
|
270 | 270 | "@typescript-eslint/types" "5.37.0"
|
271 | 271 | "@typescript-eslint/visitor-keys" "5.37.0"
|
272 | 272 |
|
| 273 | +"@typescript-eslint/scope-manager@5.38.0": |
| 274 | + version "5.38.0" |
| 275 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553" |
| 276 | + integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA== |
| 277 | + dependencies: |
| 278 | + "@typescript-eslint/types" "5.38.0" |
| 279 | + "@typescript-eslint/visitor-keys" "5.38.0" |
| 280 | + |
273 | 281 | "@typescript-eslint/type-utils@5.37.0":
|
274 | 282 | version "5.37.0"
|
275 | 283 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
|
|
285 | 293 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
|
286 | 294 | integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
|
287 | 295 |
|
| 296 | +"@typescript-eslint/types@5.38.0": |
| 297 | + version "5.38.0" |
| 298 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f" |
| 299 | + integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA== |
| 300 | + |
288 | 301 | "@typescript-eslint/typescript-estree@5.37.0":
|
289 | 302 | version "5.37.0"
|
290 | 303 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
|
|
298 | 311 | semver "^7.3.7"
|
299 | 312 | tsutils "^3.21.0"
|
300 | 313 |
|
| 314 | +"@typescript-eslint/typescript-estree@5.38.0": |
| 315 | + version "5.38.0" |
| 316 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98" |
| 317 | + integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg== |
| 318 | + dependencies: |
| 319 | + "@typescript-eslint/types" "5.38.0" |
| 320 | + "@typescript-eslint/visitor-keys" "5.38.0" |
| 321 | + debug "^4.3.4" |
| 322 | + globby "^11.1.0" |
| 323 | + is-glob "^4.0.3" |
| 324 | + semver "^7.3.7" |
| 325 | + tsutils "^3.21.0" |
| 326 | + |
301 | 327 | "@typescript-eslint/utils@5.37.0":
|
302 | 328 | version "5.37.0"
|
303 | 329 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
|
|
318 | 344 | "@typescript-eslint/types" "5.37.0"
|
319 | 345 | eslint-visitor-keys "^3.3.0"
|
320 | 346 |
|
| 347 | +"@typescript-eslint/visitor-keys@5.38.0": |
| 348 | + version "5.38.0" |
| 349 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34" |
| 350 | + integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w== |
| 351 | + dependencies: |
| 352 | + "@typescript-eslint/types" "5.38.0" |
| 353 | + eslint-visitor-keys "^3.3.0" |
| 354 | + |
321 | 355 | "@ungap/promise-all-settled@1.1.2":
|
322 | 356 | version "1.1.2"
|
323 | 357 | resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
|
|
0 commit comments