From 1999d15f9ace269ff1a795046248cd89f2cf055d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:55:40 +0000 Subject: [PATCH] Update husky to version 9.1.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf99118..c1d73c5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/node": "^14.14.35", "@types/react": "^17.0.3", "babel-jest": "^26.6.3", - "husky": "^5.2.0", + "husky": "^9.1.5", "jest": "^26.6.3", "lint-staged": "^10.5.4", "next-compose-plugins": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 48426c4..c1fc2e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3160,10 +3160,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@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802" - integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg== +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"