From 39da440aef6c059886efa56ad55f4ac8a162dcee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 12:08:01 -0400 Subject: [PATCH] Merge pull request #7849 from NodeBB/renovate/husky-3.x chore(deps): update dependency husky to v3.0.4 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index cae27accf6..4e540b0f7a 100644 --- a/install/package.json +++ b/install/package.json @@ -139,7 +139,7 @@ "eslint-plugin-import": "2.18.2", "grunt": "1.0.4", "grunt-contrib-watch": "1.1.0", - "husky": "3.0.3", + "husky": "3.0.4", "jsdom": "15.1.1", "lint-staged": "9.2.3", "mocha": "6.2.0",