|
847 | 847 | version "4.12.1"
|
848 | 848 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
849 | 849 |
|
850 |
| -"@eslint/config-array@^0.20.1": |
851 |
| - version "0.20.1" |
852 |
| - resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.1.tgz#454f89be82b0e5b1ae872c154c7e2f3dd42c3979" |
853 |
| - integrity sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw== |
| 850 | +"@eslint/config-array@^0.21.0": |
| 851 | + version "0.21.0" |
| 852 | + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636" |
| 853 | + integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ== |
854 | 854 | dependencies:
|
855 | 855 | "@eslint/object-schema" "^2.1.6"
|
856 | 856 | debug "^4.3.1"
|
857 | 857 | minimatch "^3.1.2"
|
858 | 858 |
|
859 |
| -"@eslint/config-helpers@^0.2.1": |
860 |
| - version "0.2.2" |
861 |
| - resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.2.tgz#3779f76b894de3a8ec4763b79660e6d54d5b1010" |
| 859 | +"@eslint/config-helpers@^0.3.0": |
| 860 | + version "0.3.0" |
| 861 | + resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286" |
| 862 | + integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw== |
862 | 863 |
|
863 | 864 | "@eslint/core@^0.14.0":
|
864 | 865 | version "0.14.0"
|
|
888 | 889 | minimatch "^3.1.2"
|
889 | 890 | strip-json-comments "^3.1.1"
|
890 | 891 |
|
891 |
| - |
892 |
| - version "9.29.0" |
893 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56" |
894 |
| - |
895 |
| -"@eslint/js@^9.30.0": |
| 892 | +"@eslint/[email protected]", "@eslint/js@^9.30.0": |
896 | 893 | version "9.30.0"
|
897 | 894 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.0.tgz#c396fa450d5505dd9b7b8846b33f0491aebd9a2d"
|
898 | 895 | integrity sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==
|
@@ -4441,18 +4438,18 @@ eslint-webpack-plugin@^5.0.2:
|
4441 | 4438 | normalize-path "^3.0.0"
|
4442 | 4439 | schema-utils "^4.3.0"
|
4443 | 4440 |
|
4444 |
| -eslint@^9.29.0: |
4445 |
| - version "9.29.0" |
4446 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.29.0.tgz#65e3db3b7e5a5b04a8af541741a0f3648d0a81a6" |
4447 |
| - integrity sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ== |
| 4441 | +eslint@^9.30.0: |
| 4442 | + version "9.30.0" |
| 4443 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.0.tgz#fb0c655f5e28fc1b2f4050c28efa1876d78034fc" |
| 4444 | + integrity sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g== |
4448 | 4445 | dependencies:
|
4449 | 4446 | "@eslint-community/eslint-utils" "^4.2.0"
|
4450 | 4447 | "@eslint-community/regexpp" "^4.12.1"
|
4451 |
| - "@eslint/config-array" "^0.20.1" |
4452 |
| - "@eslint/config-helpers" "^0.2.1" |
| 4448 | + "@eslint/config-array" "^0.21.0" |
| 4449 | + "@eslint/config-helpers" "^0.3.0" |
4453 | 4450 | "@eslint/core" "^0.14.0"
|
4454 | 4451 | "@eslint/eslintrc" "^3.3.1"
|
4455 |
| - "@eslint/js" "9.29.0" |
| 4452 | + "@eslint/js" "9.30.0" |
4456 | 4453 | "@eslint/plugin-kit" "^0.3.1"
|
4457 | 4454 | "@humanfs/node" "^0.16.6"
|
4458 | 4455 | "@humanwhocodes/module-importer" "^1.0.1"
|
|
0 commit comments