From b074ca5495b5da3dbb2796983fe286e821cfd748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:52:02 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 182b51d..adcd3ab 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/bun": "1.1.6", "@types/pg": "8.11.6", "@vitest/coverage-v8": "1.6.0", - "husky": "9.0.11", + "husky": "9.1.4", "tsarch": "5.4.0", "vitest": "1.6.0" }