|
1163 | 1163 | dependencies: |
1164 | 1164 | "@cspotcode/source-map-consumer" "0.8.0" |
1165 | 1165 |
|
1166 | | -"@eslint/eslintrc@^1.4.1": |
1167 | | - version "1.4.1" |
1168 | | - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e" |
1169 | | - integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA== |
| 1166 | +"@eslint/eslintrc@^2.0.0": |
| 1167 | + version "2.0.0" |
| 1168 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff" |
| 1169 | + integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A== |
1170 | 1170 | dependencies: |
1171 | 1171 | ajv "^6.12.4" |
1172 | 1172 | debug "^4.3.2" |
|
1178 | 1178 | minimatch "^3.1.2" |
1179 | 1179 | strip-json-comments "^3.1.1" |
1180 | 1180 |
|
| 1181 | + |
| 1182 | + version "8.35.0" |
| 1183 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7" |
| 1184 | + integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw== |
| 1185 | + |
1181 | 1186 | "@gar/promisify@^1.0.1": |
1182 | 1187 | version "1.1.3" |
1183 | 1188 | resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" |
@@ -3447,12 +3452,13 @@ eslint-visitor-keys@^3.3.0: |
3447 | 3452 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" |
3448 | 3453 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== |
3449 | 3454 |
|
3450 | | -eslint@8.31.0: |
3451 | | - version "8.31.0" |
3452 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524" |
3453 | | - integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA== |
| 3455 | +eslint@8.35.0: |
| 3456 | + version "8.35.0" |
| 3457 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323" |
| 3458 | + integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw== |
3454 | 3459 | dependencies: |
3455 | | - "@eslint/eslintrc" "^1.4.1" |
| 3460 | + "@eslint/eslintrc" "^2.0.0" |
| 3461 | + "@eslint/js" "8.35.0" |
3456 | 3462 | "@humanwhocodes/config-array" "^0.11.8" |
3457 | 3463 | "@humanwhocodes/module-importer" "^1.0.1" |
3458 | 3464 | "@nodelib/fs.walk" "^1.2.8" |
|
3466 | 3472 | eslint-utils "^3.0.0" |
3467 | 3473 | eslint-visitor-keys "^3.3.0" |
3468 | 3474 | espree "^9.4.0" |
3469 | | - esquery "^1.4.0" |
| 3475 | + esquery "^1.4.2" |
3470 | 3476 | esutils "^2.0.2" |
3471 | 3477 | fast-deep-equal "^3.1.3" |
3472 | 3478 | file-entry-cache "^6.0.1" |
@@ -3506,10 +3512,10 @@ esprima@^4.0.0, esprima@~4.0.0: |
3506 | 3512 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" |
3507 | 3513 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== |
3508 | 3514 |
|
3509 | | -esquery@^1.4.0: |
3510 | | - version "1.4.0" |
3511 | | - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
3512 | | - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
| 3515 | +esquery@^1.4.2: |
| 3516 | + version "1.5.0" |
| 3517 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
| 3518 | + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
3513 | 3519 | dependencies: |
3514 | 3520 | estraverse "^5.1.0" |
3515 | 3521 |
|
|
0 commit comments