From bdba3a9b57e948b5816083cc63e8fd3d3ce8d816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:13:58 +0000 Subject: [PATCH] Update dependency husky to v9.1.7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fea3c45..6ebe165 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "typescript": "5.6.3" }, "devDependencies": { - "husky": "9.1.6", + "husky": "9.1.7", "prettier": "3.3.3" }, "repository": { diff --git a/yarn.lock b/yarn.lock index 48e1ba4..6297f30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -401,10 +401,10 @@ hmac-drbg@^1.0.1: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -husky@9.1.6: - version "9.1.6" - resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c" - integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A== +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== inherits@^2.0.3, inherits@^2.0.4: version "2.0.4"