|
331 | 331 | dependencies: |
332 | 332 | "@types/json-schema" "^7.0.15" |
333 | 333 |
|
| 334 | +"@eslint/core@^0.11.0": |
| 335 | + version "0.11.0" |
| 336 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12" |
| 337 | + integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA== |
| 338 | + dependencies: |
| 339 | + "@types/json-schema" "^7.0.15" |
| 340 | + |
334 | 341 | "@eslint/eslintrc@^3.2.0": |
335 | 342 | version "3.2.0" |
336 | 343 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c" |
|
346 | 353 | minimatch "^3.1.2" |
347 | 354 | strip-json-comments "^3.1.1" |
348 | 355 |
|
349 | | -"@eslint/js@9.19.0": |
350 | | - version "9.19.0" |
351 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789" |
352 | | - integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ== |
| 356 | +"@eslint/js@9.20.0": |
| 357 | + version "9.20.0" |
| 358 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4" |
| 359 | + integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ== |
353 | 360 |
|
354 | 361 | "@eslint/object-schema@^2.1.4": |
355 | 362 | version "2.1.4" |
@@ -1275,17 +1282,17 @@ eslint-visitor-keys@^4.2.0: |
1275 | 1282 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
1276 | 1283 | integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
1277 | 1284 |
|
1278 | | -eslint@^9.19.0: |
1279 | | - version "9.19.0" |
1280 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf" |
1281 | | - integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA== |
| 1285 | +eslint@^9.20.1: |
| 1286 | + version "9.20.1" |
| 1287 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6" |
| 1288 | + integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g== |
1282 | 1289 | dependencies: |
1283 | 1290 | "@eslint-community/eslint-utils" "^4.2.0" |
1284 | 1291 | "@eslint-community/regexpp" "^4.12.1" |
1285 | 1292 | "@eslint/config-array" "^0.19.0" |
1286 | | - "@eslint/core" "^0.10.0" |
| 1293 | + "@eslint/core" "^0.11.0" |
1287 | 1294 | "@eslint/eslintrc" "^3.2.0" |
1288 | | - "@eslint/js" "9.19.0" |
| 1295 | + "@eslint/js" "9.20.0" |
1289 | 1296 | "@eslint/plugin-kit" "^0.2.5" |
1290 | 1297 | "@humanfs/node" "^0.16.6" |
1291 | 1298 | "@humanwhocodes/module-importer" "^1.0.1" |
|
0 commit comments