From e0ee9303bf87d2f44c3ee255f7637c2ae0fac5d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:47:09 +0000 Subject: [PATCH] chore(deps-dev): bump @evilmartians/lefthook from 1.13.6 to 2.0.0 Bumps [@evilmartians/lefthook](https://github.com/evilmartians/lefthook) from 1.13.6 to 2.0.0. - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](https://github.com/evilmartians/lefthook/compare/v1.13.6...v2.0.0) --- updated-dependencies: - dependency-name: "@evilmartians/lefthook" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 30d7b1f49..f333c767c 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@commitlint/cli": "^19.8.1", "@commitlint/config-workspace-scopes": "^19.8.1", "@eslint/js": "^9.38.0", - "@evilmartians/lefthook": "^1.13.6", + "@evilmartians/lefthook": "^2.0.0", "@ls-lint/ls-lint": "^2.3.1", "@stoplight/spectral-cli": "^6.15.0", "@types/eslint": "^9.6.1", @@ -295,7 +295,7 @@ "@eslint/plugin-kit": ["@eslint/plugin-kit@0.4.0", "", { "dependencies": { "@eslint/core": "^0.16.0", "levn": "^0.4.1" } }, "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A=="], - "@evilmartians/lefthook": ["@evilmartians/lefthook@1.13.6", "", { "os": [ "linux", "win32", "darwin", ], "cpu": [ "x64", "ia32", "arm64", ], "bin": { "lefthook": "bin/index.js" } }, "sha512-79vplrUBWL4Fkt59YkEBdSpqBVhNrY8t5+jEp+wX5QbsmbQLcSULqwS7FmbNRyECa2LWMrUWpe6ENIfNwB4jiw=="], + "@evilmartians/lefthook": ["@evilmartians/lefthook@2.0.0", "", { "os": [ "linux", "win32", "darwin", ], "cpu": [ "x64", "ia32", "arm64", ], "bin": { "lefthook": "bin/index.js" } }, "sha512-O11+C0ze6Fz35ZPFxjCXCxHupAAgAUdEKaZZFym+qXXv/VHOwQVCPpi3e10H7TWIQTwO3OPP2QUaevlARR/+PA=="], "@humanfs/core": ["@humanfs/core@0.19.1", "", {}, "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="], diff --git a/package.json b/package.json index 06f10bb04..e4da3ec99 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@commitlint/cli": "^19.8.1", "@commitlint/config-workspace-scopes": "^19.8.1", "@eslint/js": "^9.38.0", - "@evilmartians/lefthook": "^1.13.6", + "@evilmartians/lefthook": "^2.0.0", "@ls-lint/ls-lint": "^2.3.1", "@stoplight/spectral-cli": "^6.15.0", "@types/eslint": "^9.6.1",