From cdeb143c3b8866a843e239c2396002d0f4669978 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:45:17 +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 32281e2..64ac820 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "eslint": "^8.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", - "husky": "^8.0.0", + "husky": "^9.0.0", "jasmine": "^5.0.0", "lint-staged": "^13.0.0", "prettier": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index e3c0cf5..ee511d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1338,10 +1338,10 @@ human-signals@^3.0.1: resolved "https://registry.npmmirror.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5" integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ== -husky@^8.0.0: - version "8.0.0" - resolved "https://registry.npmmirror.com/husky/-/husky-8.0.0.tgz#65b2d94765199d651615716a42ea52f3c2d997a0" - integrity sha512-4qbE/5dzNDNxFEkX9MNRPKl5+omTXQzdILCUWiqG/lWIAioiM5vln265/l6I2Zx8gpW8l1ukZwGQeCFbBZ6+6w== +husky@^9.0.0: + version "9.1.7" + resolved "https://registry.npmmirror.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d" + integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA== ieee754@^1.1.13: version "1.2.1"