From f8feea9b0928b09bdfb4eff8795a580d4480b8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:32:17 +0000 Subject: [PATCH] build(deps-dev): bump husky from 8.0.3 to 9.1.0 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb39387..19cac4d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/react": "18.3.3", "eslint": "8.38.0", "eslint-config-next": "13.4.3", - "husky": "8.0.3", + "husky": "9.1.0", "prettier": "2.8.7", "pretty-quick": "3.1.3", "prisma": "4.14.1", diff --git a/yarn.lock b/yarn.lock index a576199..eaf3d83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3113,10 +3113,10 @@ human-signals@^1.1.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -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.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.0.tgz#8a089536efb5736f1a48fa3b03e18168158d7269" + integrity sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ== iconv-lite@^0.4.24: version "0.4.24"