From 6d871e1d2dde461cc1e6cd3351c0694d6b8d58e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Dec 2024 00:12:40 +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 7838812..775ff27 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.15.0 + rev: v9.16.0 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.18.0 + rev: v9.19.0 hooks: - id: commitlint stages: [commit-msg]