diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8add6bb..9eb3022 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: - id: gitleaks # renovate: datasource=github-tags depName=stefmolin/exif-stripper - repo: https://github.com/stefmolin/exif-stripper - rev: 1.0.0 + rev: 1.1.0 hooks: - id: strip-exif name: Strip exif metadata from images diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 37cee7c..3470432 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -91,7 +91,7 @@ repos: - id: gitleaks # renovate: datasource=github-tags depName=stefmolin/exif-stripper - repo: https://github.com/stefmolin/exif-stripper - rev: 1.0.0 + rev: 1.1.0 hooks: - id: strip-exif name: Strip exif metadata from images