From 9b19f2e14b6bdc00183e3f8b88315e24f5bf0efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:55:54 +0000 Subject: [PATCH] build(deps-dev): bump husky from 8.0.3 to 9.0.6 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.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 c4d8532..8d800a9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.0.0-alpha.2", - "husky": "^8.0.1", + "husky": "^9.0.6", "mocha": "10.2.0", "nodemon": "3.0.1", "prettier": "3.2.2"