Skip to content

Commit 55a557e

Browse files
committed
chore: bump dependencies to the latest version
1 parent 6c260f9 commit 55a557e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ repos:
2626
types: [text]
2727
args: []
2828
# https://github.com/prettier/prettier/releases
29-
additional_dependencies: ["prettier@3.6.2"]
29+
additional_dependencies: ["prettier@3.7.1"]
3030
stages: ["pre-commit"]
3131
# Security
3232
- repo: https://github.com/Yelp/detect-secrets
3333
rev: v1.5.0
3434
hooks:
3535
- id: detect-secrets
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.29.1
37+
rev: v8.30.0
3838
hooks:
3939
- id: gitleaks
4040
- repo: https://github.com/fabasoad/pre-commit-grype
@@ -66,7 +66,7 @@ repos:
6666
stages: ["pre-push"]
6767
# GitHub Actions
6868
- repo: https://github.com/rhysd/actionlint
69-
rev: v1.7.8
69+
rev: v1.7.9
7070
hooks:
7171
- id: actionlint
7272
args: ["-pyflakes="]

0 commit comments

Comments
 (0)