From b9471a2b0b8d62d1cf287aa25750b1659a8e5ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:43:06 +0000 Subject: [PATCH] Bump husky from 8.0.2 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df31ea3..c084e64 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "dumi": "^2.0.12", "eslint": "^7.0.0", "father": "^4.1.1", - "husky": "8.0.2", + "husky": "8.0.3", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "less": "^3.11.1",