|
818 | 818 | dependencies:
|
819 | 819 | "@jridgewell/trace-mapping" "0.3.9"
|
820 | 820 |
|
821 |
| -"@eslint/eslintrc@^1.4.1": |
822 |
| - version "1.4.1" |
823 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e" |
824 |
| - integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA== |
| 821 | +"@eslint/eslintrc@^2.0.0": |
| 822 | + version "2.0.0" |
| 823 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff" |
| 824 | + integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A== |
825 | 825 | dependencies:
|
826 | 826 | ajv "^6.12.4"
|
827 | 827 | debug "^4.3.2"
|
|
833 | 833 | minimatch "^3.1.2"
|
834 | 834 | strip-json-comments "^3.1.1"
|
835 | 835 |
|
| 836 | + |
| 837 | + version "8.35.0" |
| 838 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7" |
| 839 | + integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw== |
| 840 | + |
836 | 841 | "@graphql-codegen/[email protected]":
|
837 | 842 | version "2.16.1"
|
838 | 843 | resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.16.1.tgz#72df7197e3d2d9261cffdf084ddb4f3845a4bb53"
|
@@ -3001,12 +3006,13 @@ eslint-visitor-keys@^3.3.0:
|
3001 | 3006 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
3002 | 3007 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
3003 | 3008 |
|
3004 |
| -eslint@8.34.0: |
3005 |
| - version "8.34.0" |
3006 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6" |
3007 |
| - integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg== |
| 3009 | +eslint@8.35.0: |
| 3010 | + version "8.35.0" |
| 3011 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323" |
| 3012 | + integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw== |
3008 | 3013 | dependencies:
|
3009 |
| - "@eslint/eslintrc" "^1.4.1" |
| 3014 | + "@eslint/eslintrc" "^2.0.0" |
| 3015 | + "@eslint/js" "8.35.0" |
3010 | 3016 | "@humanwhocodes/config-array" "^0.11.8"
|
3011 | 3017 | "@humanwhocodes/module-importer" "^1.0.1"
|
3012 | 3018 | "@nodelib/fs.walk" "^1.2.8"
|
|
3020 | 3026 | eslint-utils "^3.0.0"
|
3021 | 3027 | eslint-visitor-keys "^3.3.0"
|
3022 | 3028 | espree "^9.4.0"
|
3023 |
| - esquery "^1.4.0" |
| 3029 | + esquery "^1.4.2" |
3024 | 3030 | esutils "^2.0.2"
|
3025 | 3031 | fast-deep-equal "^3.1.3"
|
3026 | 3032 | file-entry-cache "^6.0.1"
|
@@ -3060,10 +3066,10 @@ esprima@^4.0.0:
|
3060 | 3066 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
3061 | 3067 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
3062 | 3068 |
|
3063 |
| -esquery@^1.4.0: |
3064 |
| - version "1.4.0" |
3065 |
| - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
3066 |
| - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
| 3069 | +esquery@^1.4.2: |
| 3070 | + version "1.4.2" |
| 3071 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1" |
| 3072 | + integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng== |
3067 | 3073 | dependencies:
|
3068 | 3074 | estraverse "^5.1.0"
|
3069 | 3075 |
|
|
0 commit comments