From cdd5b2d55ac451a7f8e5b353e4d2f0781083f89f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Aug 2024 00:09:34 +0000 Subject: [PATCH] chore(deps): update all ci non-major 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 c8acbbd..be63434 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.9.0 + rev: v9.9.1 hooks: - id: eslint - repo: https://github.com/pre-commit/mirrors-prettier @@ -17,7 +17,7 @@ repos: - id: prettier stages: [commit] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.16.0 + rev: v9.17.0 hooks: - id: commitlint stages: [commit-msg]