From 83a5b420f1520c3b14e0d13b3d925e2946f151d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:27:28 +0000 Subject: [PATCH] Bump husky from 4.2.5 to 4.3.0 in /packages/webapp Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v4.2.5...v4.3.0) Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index f893e192..586dea1b 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -43,7 +43,7 @@ "eslint-config-prettier": "6.11.0", "eslint-plugin-cypress": "2.11.1", "eslint-plugin-react": "7.20.6", - "husky": "4.2.5", + "husky": "4.3.0", "lint-staged": "10.3.0", "prettier": "2.1.1" },