From 4b6445ad9508a7afed53cce34e5b1fe5a82bfc02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:49:52 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.1.6 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.6) --- 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 41dbf6ee..e8d4173c 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "expect.js": "~0.3.1", "father": "^4.1.1", "glob": "^9.2.1", - "husky": "^8.0.3", + "husky": "^9.1.6", "jest-environment-jsdom": "^29.3.1", "less": "^4.1.3", "lint-staged": "^15.1.0",