|
980 | 980 | dependencies: |
981 | 981 | "@types/json-schema" "^7.0.15" |
982 | 982 |
|
| 983 | +"@eslint/core@^0.15.0": |
| 984 | + version "0.15.1" |
| 985 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60" |
| 986 | + integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA== |
| 987 | + dependencies: |
| 988 | + "@types/json-schema" "^7.0.15" |
| 989 | + |
983 | 990 | "@eslint/css-tree@^3.3.3": |
984 | 991 | version "3.5.4" |
985 | 992 | resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.5.4.tgz#88b02d75485d8d42a0c583480eafa7f3fafa089f" |
|
1012 | 1019 | minimatch "^3.1.2" |
1013 | 1020 | strip-json-comments "^3.1.1" |
1014 | 1021 |
|
1015 | | -"@eslint/js@9.30.1", "@eslint/js@^9.30.0": |
1016 | | - version "9.30.1" |
1017 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d" |
1018 | | - integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg== |
| 1022 | +"@eslint/js@9.31.0", "@eslint/js@^9.30.0": |
| 1023 | + version "9.31.0" |
| 1024 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8" |
| 1025 | + integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw== |
1019 | 1026 |
|
1020 | 1027 | "@eslint/json@^0.12.0": |
1021 | 1028 | version "0.12.0" |
@@ -4307,18 +4314,18 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1: |
4307 | 4314 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
4308 | 4315 | integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
4309 | 4316 |
|
4310 | | -eslint@^9.30.1: |
4311 | | - version "9.30.1" |
4312 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211" |
4313 | | - integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ== |
| 4317 | +eslint@^9.31.0: |
| 4318 | + version "9.31.0" |
| 4319 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba" |
| 4320 | + integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ== |
4314 | 4321 | dependencies: |
4315 | 4322 | "@eslint-community/eslint-utils" "^4.2.0" |
4316 | 4323 | "@eslint-community/regexpp" "^4.12.1" |
4317 | 4324 | "@eslint/config-array" "^0.21.0" |
4318 | 4325 | "@eslint/config-helpers" "^0.3.0" |
4319 | | - "@eslint/core" "^0.14.0" |
| 4326 | + "@eslint/core" "^0.15.0" |
4320 | 4327 | "@eslint/eslintrc" "^3.3.1" |
4321 | | - "@eslint/js" "9.30.1" |
| 4328 | + "@eslint/js" "9.31.0" |
4322 | 4329 | "@eslint/plugin-kit" "^0.3.1" |
4323 | 4330 | "@humanfs/node" "^0.16.6" |
4324 | 4331 | "@humanwhocodes/module-importer" "^1.0.1" |
|
0 commit comments