Skip to content

Commit f5d74e3

Browse files
committed
chore: bump dependencies to the latest version
1 parent cfadfed commit f5d74e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repos:
1313
types: [text]
1414
args: []
1515
# https://github.com/prettier/prettier/releases
16-
additional_dependencies: ["prettier@3.6.2"]
16+
additional_dependencies: ["prettier@3.7.1"]
1717
stages: ["pre-commit"]
1818
# Security
1919
- repo: https://github.com/Yelp/detect-secrets
2020
rev: v1.5.0
2121
hooks:
2222
- id: detect-secrets
2323
- repo: https://github.com/gitleaks/gitleaks
24-
rev: v8.29.1
24+
rev: v8.30.0
2525
hooks:
2626
- id: gitleaks
2727
- repo: https://github.com/fabasoad/pre-commit-grype

0 commit comments

Comments
 (0)