From 9516446a32eb9e3870bf194ade4e66b77518df7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 15:17:00 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.8 to 5.1.3 in /starter 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[bot] --- starter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/package.json b/starter/package.json index a9637e4267..ff0a9ff035 100644 --- a/starter/package.json +++ b/starter/package.json @@ -151,7 +151,7 @@ "@types/webpack-env": "~1.15.0", "cross-env": "~7.0.0", "find-root": "~1.1.0", - "husky": "~4.3.0", + "husky": "~5.1.3", "lint-staged": "~10.5.1", "npm-run-all": "~4.1.5", "parse5": "~6.0.0",