From f815b5c60386062438a00390243d7450243604ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:41:01 -0500 Subject: [PATCH] chore(deps): update dependency husky to v8.0.3 (#296) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dba82d9d..ab5940eb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test": "lerna run test" }, "devDependencies": { - "husky": "8.0.2", + "husky": "8.0.3", "lerna": "6.3.0", "lint-staged": "13.1.0", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 45225c4d..9996cde8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9012,10 +9012,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236" - integrity sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg== +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== hyphenate-style-name@^1.0.3: version "1.0.4"