From a8450924d78712fcff1650c622e8877c9c265c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:44:19 +0000 Subject: [PATCH] chore(deps): update dependency husky to ^5.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 889e458c..d43a774e 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": "^5.2.0", "prettier": "^2.5.1", "semantic-release": "^17.3.9", "stylelint": "^15.11.0", diff --git a/yarn.lock b/yarn.lock index 2b3897bb..ce15307d 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@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802" + integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg== iconv-lite@^0.6.2: version "0.6.2"