Skip to content

Commit 3c49087

Browse files
committed
chore: bump dependencies to the latest version
1 parent 88e160b commit 3c49087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: detect-secrets
2727
stages: ["pre-commit", "pre-push"]
2828
- repo: https://github.com/gitleaks/gitleaks
29-
rev: v8.29.0
29+
rev: v8.29.1
3030
hooks:
3131
- id: gitleaks
3232
stages: ["pre-commit", "pre-push"]
@@ -55,7 +55,7 @@ repos:
5555
- --hook-args=--log-level debug
5656
stages: ["pre-push"]
5757
- repo: https://github.com/google/osv-scanner
58-
rev: v2.2.4
58+
rev: v2.3.0
5959
hooks:
6060
- id: osv-scanner
6161
args:
@@ -76,7 +76,7 @@ repos:
7676
args: [--autofix]
7777
# Markdown
7878
- repo: https://github.com/igorshubovych/markdownlint-cli
79-
rev: v0.45.0
79+
rev: v0.46.0
8080
hooks:
8181
- id: markdownlint
8282
# Yaml

0 commit comments

Comments
 (0)