From cb3cdbc4147383838dbc505e89759df3102ced13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:56: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 25d839f8..daf46289 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-plugin-unicorn": "23.0.0", "fuzzy": "0.1.3", "global": "4.4.0", - "husky": "8.0.3", + "husky": "9.1.5", "inquirer": "8.2.6", "inquirer-list-search-prompt": "1.0.2", "jest": "28.1.3", diff --git a/yarn.lock b/yarn.lock index 5acceacf..e1877777 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5168,10 +5168,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" - integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== +husky@9.1.5: + version "9.1.5" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.5.tgz#2b6edede53ee1adbbd3a3da490628a23f5243b83" + integrity sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag== iconv-lite@^0.4.24: version "0.4.24"