From 9f3591e456b1aa87bbd854f9ed9d8884d00ef0f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 08:59:06 +0000 Subject: [PATCH] Bump husky from 4.3.8 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v5.1.2) 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 0e6c1f5..dba9dde 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "examples/x/*" ], "devDependencies": { - "husky": "^4.0.9", + "husky": "^5.1.2", "lerna": "^3.19.0", "prettier": "^2.0.2", "pretty-quick": "^2.0.1"