From fad3b741de03faf064638cd7eaae89c4eec081c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:45:14 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 889e458c..4d3a7626 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@sourcegraph/prettierrc": "^3.0.3", "@sourcegraph/tsconfig": "^4.0.1", "eslint": "^8.57.1", - "husky": "^5.0.9", + "husky": "^9.1.7", "prettier": "^2.5.1", "semantic-release": "^17.3.9", "stylelint": "^15.11.0", diff --git a/yarn.lock b/yarn.lock index 2b3897bb..2c449052 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3124,10 +3124,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^5.0.9: - version "5.0.9" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.9.tgz#6d38706643d66ed395bcd4ee952d02e3f15eb3a3" - integrity sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg== +husky@^9.1.7: + version "9.1.7" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d" + integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA== iconv-lite@^0.6.2: version "0.6.2"