From d7083e4dda4b0c5b4472f3b305672fa182e4f586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:30:57 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.8 to 9.1.7 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-version: 9.1.7 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 1e5a03390..662faa498 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "chokidar-cli": "^2.0.0", - "husky": "^4.2.0", + "husky": "^9.1.7", "lerna": "^3.13.3", "typescript": "~4.8.0" },