From 8cd672a98210f59f58af0bd4e5d5c112cf21f9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:46:29 +0000 Subject: [PATCH] Bump husky from 8.0.3 to 9.0.7 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:production 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 f485199..8a9e339 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "ganache-cli": "^6.5.1", "http-server": "^14.1.0", - "husky": "^8.0.0", + "husky": "^9.0.7", "jquery": "3.7.1", "truffle-assertions": "^0.9.1", "truffle-contract": "4.0.31",