|
1018 | 1018 | dependencies:
|
1019 | 1019 | "@jridgewell/trace-mapping" "0.3.9"
|
1020 | 1020 |
|
1021 |
| -"@eslint/eslintrc@^1.4.1": |
1022 |
| - version "1.4.1" |
1023 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e" |
1024 |
| - integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA== |
| 1021 | +"@eslint/eslintrc@^2.0.0": |
| 1022 | + version "2.0.0" |
| 1023 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff" |
| 1024 | + integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A== |
1025 | 1025 | dependencies:
|
1026 | 1026 | ajv "^6.12.4"
|
1027 | 1027 | debug "^4.3.2"
|
|
1033 | 1033 | minimatch "^3.1.2"
|
1034 | 1034 | strip-json-comments "^3.1.1"
|
1035 | 1035 |
|
| 1036 | + |
| 1037 | + version "8.35.0" |
| 1038 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7" |
| 1039 | + integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw== |
| 1040 | + |
1036 | 1041 | "@fastify/accepts@^3.0.0":
|
1037 | 1042 | version "3.0.0"
|
1038 | 1043 | resolved "https://registry.yarnpkg.com/@fastify/accepts/-/accepts-3.0.0.tgz#9e2cc101d61b89593941c0b8b13abced72d2b30e"
|
@@ -4814,12 +4819,13 @@ eslint-visitor-keys@^3.3.0:
|
4814 | 4819 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
4815 | 4820 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
4816 | 4821 |
|
4817 |
| -eslint@8.34.0: |
4818 |
| - version "8.34.0" |
4819 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6" |
4820 |
| - integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg== |
| 4822 | +eslint@8.35.0: |
| 4823 | + version "8.35.0" |
| 4824 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323" |
| 4825 | + integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw== |
4821 | 4826 | dependencies:
|
4822 |
| - "@eslint/eslintrc" "^1.4.1" |
| 4827 | + "@eslint/eslintrc" "^2.0.0" |
| 4828 | + "@eslint/js" "8.35.0" |
4823 | 4829 | "@humanwhocodes/config-array" "^0.11.8"
|
4824 | 4830 | "@humanwhocodes/module-importer" "^1.0.1"
|
4825 | 4831 | "@nodelib/fs.walk" "^1.2.8"
|
|
4833 | 4839 | eslint-utils "^3.0.0"
|
4834 | 4840 | eslint-visitor-keys "^3.3.0"
|
4835 | 4841 | espree "^9.4.0"
|
4836 |
| - esquery "^1.4.0" |
| 4842 | + esquery "^1.4.2" |
4837 | 4843 | esutils "^2.0.2"
|
4838 | 4844 | fast-deep-equal "^3.1.3"
|
4839 | 4845 | file-entry-cache "^6.0.1"
|
@@ -4873,13 +4879,20 @@ esprima@^4.0.0, esprima@^4.0.1:
|
4873 | 4879 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
4874 | 4880 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
4875 | 4881 |
|
4876 |
| -esquery@^1.0.1, esquery@^1.4.0: |
| 4882 | +esquery@^1.0.1: |
4877 | 4883 | version "1.4.0"
|
4878 | 4884 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
|
4879 | 4885 | integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
|
4880 | 4886 | dependencies:
|
4881 | 4887 | estraverse "^5.1.0"
|
4882 | 4888 |
|
| 4889 | +esquery@^1.4.2: |
| 4890 | + version "1.4.2" |
| 4891 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1" |
| 4892 | + integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng== |
| 4893 | + dependencies: |
| 4894 | + estraverse "^5.1.0" |
| 4895 | + |
4883 | 4896 | esrecurse@^4.3.0:
|
4884 | 4897 | version "4.3.0"
|
4885 | 4898 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
|
0 commit comments