From 3a6d01ac3d246bc07dca5ea9b7b48ebc4448e0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:22:04 +0000 Subject: [PATCH] build(deps-dev): bump husky from 8.0.3 to 9.0.5 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.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 5c33865..d8867e4 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "eslint": "^8.9.0", "eslint-config-cmyr": "^1.1.17", "eslint-plugin-import": "^2.25.4", - "husky": "^8.0.1", + "husky": "^9.0.5", "lint-staged": "^15.0.1", "lodash": "^4.17.21", "mocha": "^10.0.0",