|
838 | 838 | dependencies:
|
839 | 839 | "@types/json-schema" "^7.0.15"
|
840 | 840 |
|
| 841 | +"@eslint/core@^0.11.0": |
| 842 | + version "0.11.0" |
| 843 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12" |
| 844 | + integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA== |
| 845 | + dependencies: |
| 846 | + "@types/json-schema" "^7.0.15" |
| 847 | + |
841 | 848 | "@eslint/eslintrc@^3.2.0":
|
842 | 849 | version "3.2.0"
|
843 | 850 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
|
|
853 | 860 | minimatch "^3.1.2"
|
854 | 861 | strip-json-comments "^3.1.1"
|
855 | 862 |
|
856 |
| -"@eslint/js@9.19.0", "@eslint/js@^9.16.0": |
857 |
| - version "9.19.0" |
858 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789" |
859 |
| - integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ== |
| 863 | +"@eslint/js@9.20.0", "@eslint/js@^9.16.0": |
| 864 | + version "9.20.0" |
| 865 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4" |
| 866 | + integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ== |
860 | 867 |
|
861 | 868 | "@eslint/object-schema@^2.1.5":
|
862 | 869 | version "2.1.5"
|
@@ -2241,17 +2248,17 @@ eslint-visitor-keys@^4.2.0:
|
2241 | 2248 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
|
2242 | 2249 | integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
|
2243 | 2250 |
|
2244 |
| -eslint@^9.19.0: |
2245 |
| - version "9.19.0" |
2246 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf" |
2247 |
| - integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA== |
| 2251 | +eslint@^9.20.1: |
| 2252 | + version "9.20.1" |
| 2253 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6" |
| 2254 | + integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g== |
2248 | 2255 | dependencies:
|
2249 | 2256 | "@eslint-community/eslint-utils" "^4.2.0"
|
2250 | 2257 | "@eslint-community/regexpp" "^4.12.1"
|
2251 | 2258 | "@eslint/config-array" "^0.19.0"
|
2252 |
| - "@eslint/core" "^0.10.0" |
| 2259 | + "@eslint/core" "^0.11.0" |
2253 | 2260 | "@eslint/eslintrc" "^3.2.0"
|
2254 |
| - "@eslint/js" "9.19.0" |
| 2261 | + "@eslint/js" "9.20.0" |
2255 | 2262 | "@eslint/plugin-kit" "^0.2.5"
|
2256 | 2263 | "@humanfs/node" "^0.16.6"
|
2257 | 2264 | "@humanwhocodes/module-importer" "^1.0.1"
|
|
0 commit comments