From a4ec2b737470fa59fd48274eec7088eaa3edd28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 01:31:12 +0000 Subject: [PATCH] Bump husky from 9.1.1 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... 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 dfb30d0..2f76147 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/lodash": "^4.17.7", "@types/luxon": "^3.4.2", "@types/node": "^20", - "husky": "^9.1.1", + "husky": "^9.1.4", "jest": "^29.7.0", "lint-staged": "^15.2.7", "nock": "^13.5.4", diff --git a/yarn.lock b/yarn.lock index 8e2a49a..33e3dd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4102,10 +4102,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.1.tgz#73f8f1b58329f377654293148c1a6458f54ca224" - integrity sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg== +husky@^9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.4.tgz#926fd19c18d345add5eab0a42b2b6d9a80259b34" + integrity sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA== hyperlinker@^1.0.0: version "1.0.0"