From 2a9c1f5bcca4d4e478c7ec0f13110f0f37d93504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:31:41 +0000 Subject: [PATCH] Bump husky from 8.0.2 to 9.1.5 Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 9.1.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.2...v9.1.5) --- 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 92c46bd..8e02cab 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "axios": "^1.6.2", "eslint": "^8.29.0", "eslint-plugin-import": "^2.26.0", - "husky": "^8.0.2", + "husky": "^9.1.5", "lint-staged": "^13.1.0", "nock": "^13.2.9", "pinst": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 06c03fd..a58624d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1981,10 +1981,10 @@ human-signals@^3.0.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5" integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ== -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@^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== ignore@^5.2.0: version "5.2.1"