Skip to content

Commit 78c43ca

Browse files
renovate[bot]nodebb-misty
authored andcommitted
fix(deps): update dependency eslint to v9.9.0
1 parent c44c0d3 commit 78c43ca

1 file changed

Lines changed: 9 additions & 16 deletions

File tree

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
minimatch "^3.1.2"
5151
strip-json-comments "^3.1.1"
5252

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==
5757

5858
"@eslint/object-schema@^2.1.4":
5959
version "2.1.4"
@@ -350,14 +350,7 @@ debug@^3.2.7:
350350
dependencies:
351351
ms "^2.1.1"
352352

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:
361354
version "4.3.6"
362355
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
363356
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
@@ -599,15 +592,15 @@ eslint-visitor-keys@^4.0.0:
599592
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
600593

601594
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==
605598
dependencies:
606599
"@eslint-community/eslint-utils" "^4.2.0"
607600
"@eslint-community/regexpp" "^4.11.0"
608601
"@eslint/config-array" "^0.17.1"
609602
"@eslint/eslintrc" "^3.1.0"
610-
"@eslint/js" "9.8.0"
603+
"@eslint/js" "9.9.0"
611604
"@humanwhocodes/module-importer" "^1.0.1"
612605
"@humanwhocodes/retry" "^0.3.0"
613606
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)