|
1648 | 1648 | minimatch "^3.0.4"
|
1649 | 1649 | strip-json-comments "^3.1.1"
|
1650 | 1650 |
|
| 1651 | +"@eslint/eslintrc@^1.1.0": |
| 1652 | + version "1.1.0" |
| 1653 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.1.0.tgz#583d12dbec5d4f22f333f9669f7d0b7c7815b4d3" |
| 1654 | + integrity sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg== |
| 1655 | + dependencies: |
| 1656 | + ajv "^6.12.4" |
| 1657 | + debug "^4.3.2" |
| 1658 | + espree "^9.3.1" |
| 1659 | + globals "^13.9.0" |
| 1660 | + ignore "^4.0.6" |
| 1661 | + import-fresh "^3.2.1" |
| 1662 | + js-yaml "^4.1.0" |
| 1663 | + minimatch "^3.0.4" |
| 1664 | + strip-json-comments "^3.1.1" |
| 1665 | + |
1651 | 1666 | "@graphql-tools/batch-execute@^8.3.1":
|
1652 | 1667 | version "8.3.1"
|
1653 | 1668 | resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.3.1.tgz#0b74c54db5ac1c5b9a273baefc034c2343ebbb74"
|
@@ -3818,6 +3833,14 @@ eslint-scope@^7.1.0:
|
3818 | 3833 | esrecurse "^4.3.0"
|
3819 | 3834 | estraverse "^5.2.0"
|
3820 | 3835 |
|
| 3836 | +eslint-scope@^7.1.1: |
| 3837 | + version "7.1.1" |
| 3838 | + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" |
| 3839 | + integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== |
| 3840 | + dependencies: |
| 3841 | + esrecurse "^4.3.0" |
| 3842 | + estraverse "^5.2.0" |
| 3843 | + |
3821 | 3844 | eslint-utils@^2.0.0:
|
3822 | 3845 | version "2.1.0"
|
3823 | 3846 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
|
@@ -3857,6 +3880,11 @@ eslint-visitor-keys@^3.2.0:
|
3857 | 3880 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
|
3858 | 3881 | integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
|
3859 | 3882 |
|
| 3883 | +eslint-visitor-keys@^3.3.0: |
| 3884 | + version "3.3.0" |
| 3885 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" |
| 3886 | + integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== |
| 3887 | + |
3860 | 3888 |
|
3861 | 3889 | version "8.7.0"
|
3862 | 3890 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c"
|
|
3898 | 3926 | text-table "^0.2.0"
|
3899 | 3927 | v8-compile-cache "^2.0.3"
|
3900 | 3928 |
|
3901 |
| -eslint@8.8.0: |
3902 |
| - version "8.8.0" |
3903 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d" |
3904 |
| - integrity sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ== |
| 3929 | +eslint@8.9.0: |
| 3930 | + version "8.9.0" |
| 3931 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb" |
| 3932 | + integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q== |
3905 | 3933 | dependencies:
|
3906 |
| - "@eslint/eslintrc" "^1.0.5" |
| 3934 | + "@eslint/eslintrc" "^1.1.0" |
3907 | 3935 | "@humanwhocodes/config-array" "^0.9.2"
|
3908 | 3936 | ajv "^6.10.0"
|
3909 | 3937 | chalk "^4.0.0"
|
3910 | 3938 | cross-spawn "^7.0.2"
|
3911 | 3939 | debug "^4.3.2"
|
3912 | 3940 | doctrine "^3.0.0"
|
3913 | 3941 | escape-string-regexp "^4.0.0"
|
3914 |
| - eslint-scope "^7.1.0" |
| 3942 | + eslint-scope "^7.1.1" |
3915 | 3943 | eslint-utils "^3.0.0"
|
3916 |
| - eslint-visitor-keys "^3.2.0" |
3917 |
| - espree "^9.3.0" |
| 3944 | + eslint-visitor-keys "^3.3.0" |
| 3945 | + espree "^9.3.1" |
3918 | 3946 | esquery "^1.4.0"
|
3919 | 3947 | esutils "^2.0.2"
|
3920 | 3948 | fast-deep-equal "^3.1.3"
|
@@ -3957,6 +3985,15 @@ espree@^9.3.0:
|
3957 | 3985 | acorn-jsx "^5.3.1"
|
3958 | 3986 | eslint-visitor-keys "^3.1.0"
|
3959 | 3987 |
|
| 3988 | +espree@^9.3.1: |
| 3989 | + version "9.3.1" |
| 3990 | + resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd" |
| 3991 | + integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ== |
| 3992 | + dependencies: |
| 3993 | + acorn "^8.7.0" |
| 3994 | + acorn-jsx "^5.3.1" |
| 3995 | + eslint-visitor-keys "^3.3.0" |
| 3996 | + |
3960 | 3997 | esprima@^4.0.0, esprima@^4.0.1:
|
3961 | 3998 | version "4.0.1"
|
3962 | 3999 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
|
0 commit comments