From aa37083c245bf5990ef1fc75ca07a4d457bd80da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:04:59 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.1.6 in /template 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] --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index 9b380ea..9b6cc19 100644 --- a/template/package.json +++ b/template/package.json @@ -29,7 +29,7 @@ "@types/node": "22.0.2", "@types/jest": "29.5.12", "cpy-cli": "^4.2.0", - "husky": "8.0.3", + "husky": "9.1.6", "lint-staged": "^15.2.2", "nodemon": "3.1.4", "rimraf": "5.0.5",