From ddae958405a6dfcf32e35087b83c05fd4cd3fd32 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 3 May 2025 02:00:35 +1000 Subject: [PATCH] pre-commit: autoupdate and update node LTS version https://nodejs.org/en https://pre-commit.com/#pre-commit-autoupdate --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cd987c81..b04cc5c97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,8 @@ default_stages: [pre-commit, pre-push] default_language_version: # force all unspecified Python hooks to run python3 python: python3 - # force all unspecified Node hooks to run Node.js v22.14.0 LTS - node: 22.14.0 + # force all unspecified Node hooks to run Node.js v22.15.0 LTS + node: 22.15.0 minimum_pre_commit_version: "3.2.0" exclude: "^tools/lrama/" repos: @@ -27,13 +27,13 @@ repos: language: node additional_dependencies: ["prettier@3.5.3"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.3 + rev: v8.25.1 hooks: - id: gitleaks name: run gitleaks description: detect hardcoded secrets with gitleaks - repo: https://github.com/shssoichiro/oxipng - rev: v9.1.4 + rev: v9.1.5 hooks: - id: oxipng name: run oxipng