From 4918b5d6d3d7d1ee653d260386aff996ff95dc52 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2019 11:55:08 +0900 Subject: [PATCH] chore(deps-dev): update husky requirement from ^1.1.3 to ^3.0.0 (#3608) Updates the requirements on [husky](https://github.com/typicode/husky) to permit the latest version. - [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/v1.1.3...v3.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 d7456e4373..3a44dc22eb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-ci": "^1.0.0", "eslint-config-hexo": "^3.0.0", "hexo-renderer-marked": "^1.0.1", - "husky": "^1.1.3", + "husky": "^3.0.0", "lint-staged": "^8.1.0", "mocha": "^6.0.0", "nyc": "^14.1.1",