|
362 | 362 | dependencies:
|
363 | 363 | "@types/json-schema" "^7.0.15"
|
364 | 364 |
|
| 365 | +"@eslint/core@^0.15.0": |
| 366 | + version "0.15.1" |
| 367 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60" |
| 368 | + integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA== |
| 369 | + dependencies: |
| 370 | + "@types/json-schema" "^7.0.15" |
| 371 | + |
365 | 372 | "@eslint/eslintrc@^3.3.1":
|
366 | 373 | version "3.3.1"
|
367 | 374 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
|
|
377 | 384 | minimatch "^3.1.2"
|
378 | 385 | strip-json-comments "^3.1.1"
|
379 | 386 |
|
380 |
| -"@eslint/js@9.30.1": |
381 |
| - version "9.30.1" |
382 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d" |
383 |
| - integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg== |
| 387 | +"@eslint/js@9.31.0": |
| 388 | + version "9.31.0" |
| 389 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8" |
| 390 | + integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw== |
384 | 391 |
|
385 | 392 | "@eslint/object-schema@^2.1.6":
|
386 | 393 | version "2.1.6"
|
@@ -2764,18 +2771,18 @@ eslint-visitor-keys@^4.2.1:
|
2764 | 2771 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
|
2765 | 2772 | integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
|
2766 | 2773 |
|
2767 |
| -eslint@9.30.1: |
2768 |
| - version "9.30.1" |
2769 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211" |
2770 |
| - integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ== |
| 2774 | +eslint@9.31.0: |
| 2775 | + version "9.31.0" |
| 2776 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba" |
| 2777 | + integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ== |
2771 | 2778 | dependencies:
|
2772 | 2779 | "@eslint-community/eslint-utils" "^4.2.0"
|
2773 | 2780 | "@eslint-community/regexpp" "^4.12.1"
|
2774 | 2781 | "@eslint/config-array" "^0.21.0"
|
2775 | 2782 | "@eslint/config-helpers" "^0.3.0"
|
2776 |
| - "@eslint/core" "^0.14.0" |
| 2783 | + "@eslint/core" "^0.15.0" |
2777 | 2784 | "@eslint/eslintrc" "^3.3.1"
|
2778 |
| - "@eslint/js" "9.30.1" |
| 2785 | + "@eslint/js" "9.31.0" |
2779 | 2786 | "@eslint/plugin-kit" "^0.3.1"
|
2780 | 2787 | "@humanfs/node" "^0.16.6"
|
2781 | 2788 | "@humanwhocodes/module-importer" "^1.0.1"
|
|
0 commit comments