diff --git a/package.json b/package.json index eb6d7b9..750bd1a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "git-tt": "./cli.js" }, "devDependencies": { - "husky": "^2.4.0", + "husky": "^2.7.0", "synp": "^1.3.1" }, "husky": { diff --git a/yarn.lock b/yarn.lock index b5ba204..e1c38b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,9 +127,9 @@ hosted-git-info@^2.1.4: version "2.7.1" resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" -husky@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.0.tgz#1bac7c44588f6e91f808b72efc82d24a57194f36" +husky@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05" dependencies: cosmiconfig "^5.2.0" execa "^1.0.0"