|
432 | 432 | dependencies: |
433 | 433 | "@types/json-schema" "^7.0.15" |
434 | 434 |
|
| 435 | +"@eslint/core@^0.11.0": |
| 436 | + version "0.11.0" |
| 437 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12" |
| 438 | + integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA== |
| 439 | + dependencies: |
| 440 | + "@types/json-schema" "^7.0.15" |
| 441 | + |
435 | 442 | "@eslint/eslintrc@^3.2.0": |
436 | 443 | version "3.2.0" |
437 | 444 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c" |
|
447 | 454 | minimatch "^3.1.2" |
448 | 455 | strip-json-comments "^3.1.1" |
449 | 456 |
|
450 | | - |
451 | | - version "9.19.0" |
452 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789" |
453 | | - integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ== |
454 | | - |
455 | | -"@eslint/js@^9.19.0": |
| 457 | +"@eslint/[email protected]", "@eslint/js@^9.19.0": |
456 | 458 | version "9.20.0" |
457 | 459 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4" |
458 | 460 | integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ== |
@@ -3222,16 +3224,16 @@ eslint-visitor-keys@^4.2.0: |
3222 | 3224 | integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
3223 | 3225 |
|
3224 | 3226 | eslint@^9: |
3225 | | - version "9.19.0" |
3226 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf" |
3227 | | - integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA== |
| 3227 | + version "9.20.1" |
| 3228 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6" |
| 3229 | + integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g== |
3228 | 3230 | dependencies: |
3229 | 3231 | "@eslint-community/eslint-utils" "^4.2.0" |
3230 | 3232 | "@eslint-community/regexpp" "^4.12.1" |
3231 | 3233 | "@eslint/config-array" "^0.19.0" |
3232 | | - "@eslint/core" "^0.10.0" |
| 3234 | + "@eslint/core" "^0.11.0" |
3233 | 3235 | "@eslint/eslintrc" "^3.2.0" |
3234 | | - "@eslint/js" "9.19.0" |
| 3236 | + "@eslint/js" "9.20.0" |
3235 | 3237 | "@eslint/plugin-kit" "^0.2.5" |
3236 | 3238 | "@humanfs/node" "^0.16.6" |
3237 | 3239 | "@humanwhocodes/module-importer" "^1.0.1" |
|
0 commit comments