From ce62a47fcd680a14cebf598d3c7032e38d853790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 05:58:45 +0000 Subject: [PATCH] build(deps-dev): bump husky from 8.0.3 to 9.0.6 (#358) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5bbcbb..fa041af 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-regexp": "^2.2.0", "eslint-plugin-security": "^2.1.0", - "husky": "^8.0.3", + "husky": "^9.0.6", "is-html": "^2.0.0", "jest": "^29.7.0", "jsdoc-to-markdown": "^8.0.0",