|
2251 | 2251 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" |
2252 | 2252 | integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== |
2253 | 2253 |
|
| 2254 | +"@eslint/js@8.57.1": |
| 2255 | + version "8.57.1" |
| 2256 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" |
| 2257 | + integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== |
| 2258 | + |
2254 | 2259 | "@eslint/js@9.0.0": |
2255 | 2260 | version "9.0.0" |
2256 | 2261 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.0.0.tgz#1a9e4b4c96d8c7886e0110ed310a0135144a1691" |
|
2314 | 2319 | debug "^4.3.1" |
2315 | 2320 | minimatch "^3.0.5" |
2316 | 2321 |
|
| 2322 | +"@humanwhocodes/config-array@^0.13.0": |
| 2323 | + version "0.13.0" |
| 2324 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748" |
| 2325 | + integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== |
| 2326 | + dependencies: |
| 2327 | + "@humanwhocodes/object-schema" "^2.0.3" |
| 2328 | + debug "^4.3.1" |
| 2329 | + minimatch "^3.0.5" |
| 2330 | + |
2317 | 2331 | "@humanwhocodes/config-array@^0.5.0": |
2318 | 2332 | version "0.5.0" |
2319 | 2333 | resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" |
@@ -7509,6 +7523,50 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0: |
7509 | 7523 | text-table "^0.2.0" |
7510 | 7524 | v8-compile-cache "^2.0.3" |
7511 | 7525 |
|
| 7526 | +"eslint-v8@npm:eslint@^8.57.1": |
| 7527 | + version "8.57.1" |
| 7528 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" |
| 7529 | + integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== |
| 7530 | + dependencies: |
| 7531 | + "@eslint-community/eslint-utils" "^4.2.0" |
| 7532 | + "@eslint-community/regexpp" "^4.6.1" |
| 7533 | + "@eslint/eslintrc" "^2.1.4" |
| 7534 | + "@eslint/js" "8.57.1" |
| 7535 | + "@humanwhocodes/config-array" "^0.13.0" |
| 7536 | + "@humanwhocodes/module-importer" "^1.0.1" |
| 7537 | + "@nodelib/fs.walk" "^1.2.8" |
| 7538 | + "@ungap/structured-clone" "^1.2.0" |
| 7539 | + ajv "^6.12.4" |
| 7540 | + chalk "^4.0.0" |
| 7541 | + cross-spawn "^7.0.2" |
| 7542 | + debug "^4.3.2" |
| 7543 | + doctrine "^3.0.0" |
| 7544 | + escape-string-regexp "^4.0.0" |
| 7545 | + eslint-scope "^7.2.2" |
| 7546 | + eslint-visitor-keys "^3.4.3" |
| 7547 | + espree "^9.6.1" |
| 7548 | + esquery "^1.4.2" |
| 7549 | + esutils "^2.0.2" |
| 7550 | + fast-deep-equal "^3.1.3" |
| 7551 | + file-entry-cache "^6.0.1" |
| 7552 | + find-up "^5.0.0" |
| 7553 | + glob-parent "^6.0.2" |
| 7554 | + globals "^13.19.0" |
| 7555 | + graphemer "^1.4.0" |
| 7556 | + ignore "^5.2.0" |
| 7557 | + imurmurhash "^0.1.4" |
| 7558 | + is-glob "^4.0.0" |
| 7559 | + is-path-inside "^3.0.3" |
| 7560 | + js-yaml "^4.1.0" |
| 7561 | + json-stable-stringify-without-jsonify "^1.0.1" |
| 7562 | + levn "^0.4.1" |
| 7563 | + lodash.merge "^4.6.2" |
| 7564 | + minimatch "^3.1.2" |
| 7565 | + natural-compare "^1.4.0" |
| 7566 | + optionator "^0.9.3" |
| 7567 | + strip-ansi "^6.0.1" |
| 7568 | + text-table "^0.2.0" |
| 7569 | + |
7512 | 7570 | "eslint-v9@npm:eslint@^9.0.0": |
7513 | 7571 | version "9.0.0" |
7514 | 7572 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.0.0.tgz#6270548758e390343f78c8afd030566d86927d40" |
|
0 commit comments