diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de25780..e83c633 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,12 +23,12 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.17.1 + rev: v1.18.2 hooks: - id: typos - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.28.0 hooks: - id: check-github-workflows - id: check-renovate @@ -44,12 +44,12 @@ repos: - id: checkmake - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.1 + rev: v8.18.2 hooks: - id: gitleaks - repo: https://github.com/golangci/golangci-lint - rev: v1.55.2 + rev: v1.56.1 hooks: - id: golangci-lint