From 95623ac9e57ae7c81d17fe2a518fa9b2c61a5e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:58:53 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.1.5 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a031c50..f13a2db 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint": "^7.0.0", "father": "^4.1.1", "gh-pages": "^3.1.0", - "husky": "^8.0.0", + "husky": "^9.1.5", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "less": "^3.10.3",