diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 697576c..4400031 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.6.0 + rev: v9.10.0 hooks: - id: eslint - repo: https://github.com/pre-commit/mirrors-prettier @@ -16,7 +16,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]