|
549 | 549 | eslint-utils "^3.0.0"
|
550 | 550 |
|
551 | 551 | "@typescript-eslint/parser@^4.7.0":
|
552 |
| - version "4.28.0" |
553 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa" |
554 |
| - integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A== |
| 552 | + version "4.28.1" |
| 553 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd" |
| 554 | + integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg== |
555 | 555 | dependencies:
|
556 |
| - "@typescript-eslint/scope-manager" "4.28.0" |
557 |
| - "@typescript-eslint/types" "4.28.0" |
558 |
| - "@typescript-eslint/typescript-estree" "4.28.0" |
| 556 | + "@typescript-eslint/scope-manager" "4.28.1" |
| 557 | + "@typescript-eslint/types" "4.28.1" |
| 558 | + "@typescript-eslint/typescript-estree" "4.28.1" |
559 | 559 | debug "^4.3.1"
|
560 | 560 |
|
561 | 561 | "@typescript-eslint/scope-manager@4.28.0":
|
|
566 | 566 | "@typescript-eslint/types" "4.28.0"
|
567 | 567 | "@typescript-eslint/visitor-keys" "4.28.0"
|
568 | 568 |
|
| 569 | +"@typescript-eslint/scope-manager@4.28.1": |
| 570 | + version "4.28.1" |
| 571 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991" |
| 572 | + integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA== |
| 573 | + dependencies: |
| 574 | + "@typescript-eslint/types" "4.28.1" |
| 575 | + "@typescript-eslint/visitor-keys" "4.28.1" |
| 576 | + |
569 | 577 | "@typescript-eslint/types@4.28.0":
|
570 | 578 | version "4.28.0"
|
571 | 579 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
|
572 | 580 | integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
|
573 | 581 |
|
| 582 | +"@typescript-eslint/types@4.28.1": |
| 583 | + version "4.28.1" |
| 584 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f" |
| 585 | + integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg== |
| 586 | + |
574 | 587 | "@typescript-eslint/typescript-estree@4.28.0":
|
575 | 588 | version "4.28.0"
|
576 | 589 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
|
|
584 | 597 | semver "^7.3.5"
|
585 | 598 | tsutils "^3.21.0"
|
586 | 599 |
|
| 600 | +"@typescript-eslint/typescript-estree@4.28.1": |
| 601 | + version "4.28.1" |
| 602 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81" |
| 603 | + integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ== |
| 604 | + dependencies: |
| 605 | + "@typescript-eslint/types" "4.28.1" |
| 606 | + "@typescript-eslint/visitor-keys" "4.28.1" |
| 607 | + debug "^4.3.1" |
| 608 | + globby "^11.0.3" |
| 609 | + is-glob "^4.0.1" |
| 610 | + semver "^7.3.5" |
| 611 | + tsutils "^3.21.0" |
| 612 | + |
587 | 613 | "@typescript-eslint/visitor-keys@4.28.0":
|
588 | 614 | version "4.28.0"
|
589 | 615 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
|
|
592 | 618 | "@typescript-eslint/types" "4.28.0"
|
593 | 619 | eslint-visitor-keys "^2.0.0"
|
594 | 620 |
|
| 621 | +"@typescript-eslint/visitor-keys@4.28.1": |
| 622 | + version "4.28.1" |
| 623 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157" |
| 624 | + integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg== |
| 625 | + dependencies: |
| 626 | + "@typescript-eslint/types" "4.28.1" |
| 627 | + eslint-visitor-keys "^2.0.0" |
| 628 | + |
595 | 629 | JSONStream@^1.0.3, JSONStream@^1.3.5:
|
596 | 630 | version "1.3.5"
|
597 | 631 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
|
0 commit comments