From 64d8c209dc0de60d96922911e0af3b1a7762a5e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 07:28:16 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.8 to 5.1.3 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v5.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45cb7a7..104980a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ajv": "^7.0.0", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", - "husky": "^4.3.0", + "husky": "^5.1.3", "jest": "^26.6.3", "lint-staged": "^10.5.1", "pre-commit": "^1.2.2",