|
50 | 50 | minimatch "^3.1.2" |
51 | 51 | strip-json-comments "^3.1.1" |
52 | 52 |
|
53 | | -"@eslint/js@9.8.0": |
54 | | - version "9.8.0" |
55 | | - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.8.0.tgz#ae9bc14bb839713c5056f5018bcefa955556d3a4" |
56 | | - integrity sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA== |
| 53 | +"@eslint/js@9.9.0": |
| 54 | + version "9.9.0" |
| 55 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638" |
| 56 | + integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug== |
57 | 57 |
|
58 | 58 | "@eslint/object-schema@^2.1.4": |
59 | 59 | version "2.1.4" |
@@ -350,14 +350,7 @@ debug@^3.2.7: |
350 | 350 | dependencies: |
351 | 351 | ms "^2.1.1" |
352 | 352 |
|
353 | | -debug@^4.3.1, debug@^4.3.2: |
354 | | - version "4.3.5" |
355 | | - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" |
356 | | - integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== |
357 | | - dependencies: |
358 | | - ms "2.1.2" |
359 | | - |
360 | | -debug@~4.3.6: |
| 353 | +debug@^4.3.1, debug@^4.3.2, debug@~4.3.6: |
361 | 354 | version "4.3.6" |
362 | 355 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" |
363 | 356 | integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== |
@@ -599,15 +592,15 @@ eslint-visitor-keys@^4.0.0: |
599 | 592 | integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== |
600 | 593 |
|
601 | 594 | eslint@9.x: |
602 | | - version "9.8.0" |
603 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.8.0.tgz#a4f4a090c8ea2d10864d89a6603e02ce9f649f0f" |
604 | | - integrity sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A== |
| 595 | + version "9.9.0" |
| 596 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975" |
| 597 | + integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA== |
605 | 598 | dependencies: |
606 | 599 | "@eslint-community/eslint-utils" "^4.2.0" |
607 | 600 | "@eslint-community/regexpp" "^4.11.0" |
608 | 601 | "@eslint/config-array" "^0.17.1" |
609 | 602 | "@eslint/eslintrc" "^3.1.0" |
610 | | - "@eslint/js" "9.8.0" |
| 603 | + "@eslint/js" "9.9.0" |
611 | 604 | "@humanwhocodes/module-importer" "^1.0.1" |
612 | 605 | "@humanwhocodes/retry" "^0.3.0" |
613 | 606 | "@nodelib/fs.walk" "^1.2.8" |
|
0 commit comments