From 2fc00c63318ba65fa5dd01d99888c6e064433d1f Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Tue, 26 Nov 2024 14:23:01 +0100 Subject: [PATCH] Update the ESLint dependencies --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b0bfd085..77b8a8eca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,8 +36,8 @@ repos: hooks: - id: eslint additional_dependencies: - - "eslint@v9.14.0" - - "@eslint/js@v9.14.0" + - "eslint@v9.15.0" + - "@eslint/js@v9.15.0" - "globals" files: \.js?$ types: [file]