diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 400ae67..b2d2902 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: \.min\.(js|css)(\.map)?$|^\.idea/|/vendor/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: check-json @@ -29,7 +29,7 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.50.0 + rev: v8.51.0 hooks: - id: eslint args: [--fix]