From 0d54723cdcabd6c4bffd5eb572e1163bffa5570f Mon Sep 17 00:00:00 2001 From: Mark Lenser Date: Thu, 7 Dec 2023 18:24:45 +0000 Subject: [PATCH] chore: update husky --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72f2118..44cac08 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "node": ">=18.12.2" }, "devDependencies": { - "husky": "^8.0.0" + "husky": "^8.0.3" }, "scripts": { "prepare": "husky install", diff --git a/yarn.lock b/yarn.lock index 3761aa0..4ba8287 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -husky@^8.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==