From 2580003981ed2ac6284c9ecdd806a9be3fb33b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:29:55 +0000 Subject: [PATCH] Bump husky from 9.1.2 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.1.2 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.2...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 fa17913..d19ad6e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.1", - "husky": "9.1.2", + "husky": "9.1.4", "jest": "29.7.0", "lint-staged": "15.2.7", "prettier": "3.3.3", diff --git a/yarn.lock b/yarn.lock index 8b4eff4..65092b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4644,10 +4644,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@9.1.2: - version "9.1.2" - resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.2.tgz#ddaf290384c7adab4fd3143571c73d05b19f42ee" - integrity sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw== +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== iconv-lite@^0.4.24: version "0.4.24"