|
769 | 769 | eslint-scope "^5.0.0"
|
770 | 770 | eslint-utils "^2.0.0"
|
771 | 771 |
|
772 |
| -"@typescript-eslint/parser@^4.9.1": |
773 |
| - version "4.9.1" |
774 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055" |
775 |
| - integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g== |
776 |
| - dependencies: |
777 |
| - "@typescript-eslint/scope-manager" "4.9.1" |
778 |
| - "@typescript-eslint/types" "4.9.1" |
779 |
| - "@typescript-eslint/typescript-estree" "4.9.1" |
| 772 | +"@typescript-eslint/parser@^4.10.0": |
| 773 | + version "4.10.0" |
| 774 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031" |
| 775 | + integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg== |
| 776 | + dependencies: |
| 777 | + "@typescript-eslint/scope-manager" "4.10.0" |
| 778 | + "@typescript-eslint/types" "4.10.0" |
| 779 | + "@typescript-eslint/typescript-estree" "4.10.0" |
780 | 780 | debug "^4.1.1"
|
781 | 781 |
|
| 782 | +"@typescript-eslint/scope-manager@4.10.0": |
| 783 | + version "4.10.0" |
| 784 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27" |
| 785 | + integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ== |
| 786 | + dependencies: |
| 787 | + "@typescript-eslint/types" "4.10.0" |
| 788 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 789 | + |
782 | 790 | "@typescript-eslint/scope-manager@4.9.1":
|
783 | 791 | version "4.9.1"
|
784 | 792 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
|
|
787 | 795 | "@typescript-eslint/types" "4.9.1"
|
788 | 796 | "@typescript-eslint/visitor-keys" "4.9.1"
|
789 | 797 |
|
| 798 | +"@typescript-eslint/types@4.10.0": |
| 799 | + version "4.10.0" |
| 800 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789" |
| 801 | + integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g== |
| 802 | + |
790 | 803 | "@typescript-eslint/types@4.9.1":
|
791 | 804 | version "4.9.1"
|
792 | 805 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
|
793 | 806 | integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
|
794 | 807 |
|
| 808 | +"@typescript-eslint/typescript-estree@4.10.0": |
| 809 | + version "4.10.0" |
| 810 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75" |
| 811 | + integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g== |
| 812 | + dependencies: |
| 813 | + "@typescript-eslint/types" "4.10.0" |
| 814 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 815 | + debug "^4.1.1" |
| 816 | + globby "^11.0.1" |
| 817 | + is-glob "^4.0.1" |
| 818 | + lodash "^4.17.15" |
| 819 | + semver "^7.3.2" |
| 820 | + tsutils "^3.17.1" |
| 821 | + |
795 | 822 | "@typescript-eslint/typescript-estree@4.9.1":
|
796 | 823 | version "4.9.1"
|
797 | 824 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
|
|
806 | 833 | semver "^7.3.2"
|
807 | 834 | tsutils "^3.17.1"
|
808 | 835 |
|
| 836 | +"@typescript-eslint/visitor-keys@4.10.0": |
| 837 | + version "4.10.0" |
| 838 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451" |
| 839 | + integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg== |
| 840 | + dependencies: |
| 841 | + "@typescript-eslint/types" "4.10.0" |
| 842 | + eslint-visitor-keys "^2.0.0" |
| 843 | + |
809 | 844 | "@typescript-eslint/visitor-keys@4.9.1":
|
810 | 845 | version "4.9.1"
|
811 | 846 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
|
|
0 commit comments