From 4e6ed0f12c8ac52196f0bea65101b136b1459771 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 11:17:02 +0000 Subject: [PATCH] chore(deps-dev): Bump husky from 4.3.8 to 6.0.0 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v6.0.0) 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 9efff4a..82f0d7b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-security": "^1.4.0" }, "devDependencies": { - "husky": "^4.2.0", + "husky": "^6.0.0", "lint-staged": "^10.0.2", "prettier": "^2.0.2" },