|
1562 | 1562 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" |
1563 | 1563 | integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== |
1564 | 1564 |
|
| 1565 | +"@eslint/js@8.57.1": |
| 1566 | + version "8.57.1" |
| 1567 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" |
| 1568 | + integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== |
| 1569 | + |
1565 | 1570 | "@fingerprintjs/fingerprintjs-pro@3.9.9": |
1566 | 1571 | version "3.9.9" |
1567 | 1572 | resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.9.9.tgz#329115cd08b618e4fb3d48bbdb342f4fa4e652b1" |
|
1590 | 1595 | debug "^4.3.1" |
1591 | 1596 | minimatch "^3.0.5" |
1592 | 1597 |
|
| 1598 | +"@humanwhocodes/config-array@^0.13.0": |
| 1599 | + version "0.13.0" |
| 1600 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748" |
| 1601 | + integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== |
| 1602 | + dependencies: |
| 1603 | + "@humanwhocodes/object-schema" "^2.0.3" |
| 1604 | + debug "^4.3.1" |
| 1605 | + minimatch "^3.0.5" |
| 1606 | + |
1593 | 1607 | "@humanwhocodes/module-importer@^1.0.1": |
1594 | 1608 | version "1.0.1" |
1595 | 1609 | resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" |
1596 | 1610 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== |
1597 | 1611 |
|
1598 | | -"@humanwhocodes/object-schema@^2.0.2": |
| 1612 | +"@humanwhocodes/object-schema@^2.0.2", "@humanwhocodes/object-schema@^2.0.3": |
1599 | 1613 | version "2.0.3" |
1600 | 1614 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" |
1601 | 1615 | integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== |
@@ -5351,7 +5365,51 @@ eslint-webpack-plugin@^3.1.1: |
5351 | 5365 | normalize-path "^3.0.0" |
5352 | 5366 | schema-utils "^4.0.0" |
5353 | 5367 |
|
5354 | | -eslint@8.57.0, eslint@^8.3.0: |
| 5368 | +eslint@8.57.1: |
| 5369 | + version "8.57.1" |
| 5370 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" |
| 5371 | + integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== |
| 5372 | + dependencies: |
| 5373 | + "@eslint-community/eslint-utils" "^4.2.0" |
| 5374 | + "@eslint-community/regexpp" "^4.6.1" |
| 5375 | + "@eslint/eslintrc" "^2.1.4" |
| 5376 | + "@eslint/js" "8.57.1" |
| 5377 | + "@humanwhocodes/config-array" "^0.13.0" |
| 5378 | + "@humanwhocodes/module-importer" "^1.0.1" |
| 5379 | + "@nodelib/fs.walk" "^1.2.8" |
| 5380 | + "@ungap/structured-clone" "^1.2.0" |
| 5381 | + ajv "^6.12.4" |
| 5382 | + chalk "^4.0.0" |
| 5383 | + cross-spawn "^7.0.2" |
| 5384 | + debug "^4.3.2" |
| 5385 | + doctrine "^3.0.0" |
| 5386 | + escape-string-regexp "^4.0.0" |
| 5387 | + eslint-scope "^7.2.2" |
| 5388 | + eslint-visitor-keys "^3.4.3" |
| 5389 | + espree "^9.6.1" |
| 5390 | + esquery "^1.4.2" |
| 5391 | + esutils "^2.0.2" |
| 5392 | + fast-deep-equal "^3.1.3" |
| 5393 | + file-entry-cache "^6.0.1" |
| 5394 | + find-up "^5.0.0" |
| 5395 | + glob-parent "^6.0.2" |
| 5396 | + globals "^13.19.0" |
| 5397 | + graphemer "^1.4.0" |
| 5398 | + ignore "^5.2.0" |
| 5399 | + imurmurhash "^0.1.4" |
| 5400 | + is-glob "^4.0.0" |
| 5401 | + is-path-inside "^3.0.3" |
| 5402 | + js-yaml "^4.1.0" |
| 5403 | + json-stable-stringify-without-jsonify "^1.0.1" |
| 5404 | + levn "^0.4.1" |
| 5405 | + lodash.merge "^4.6.2" |
| 5406 | + minimatch "^3.1.2" |
| 5407 | + natural-compare "^1.4.0" |
| 5408 | + optionator "^0.9.3" |
| 5409 | + strip-ansi "^6.0.1" |
| 5410 | + text-table "^0.2.0" |
| 5411 | + |
| 5412 | +eslint@^8.3.0: |
5355 | 5413 | version "8.57.0" |
5356 | 5414 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" |
5357 | 5415 | integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== |
|
0 commit comments