diff --git a/@commitlint/cli/fixtures/husky/integration/package.json b/@commitlint/cli/fixtures/husky/integration/package.json index 9b14f49f6c..ecc8cbe786 100644 --- a/@commitlint/cli/fixtures/husky/integration/package.json +++ b/@commitlint/cli/fixtures/husky/integration/package.json @@ -1,6 +1,6 @@ { "scripts": {}, "devDependencies": { - "husky": "2.1.0" + "husky": "2.2.0" } } diff --git a/@commitlint/cli/fixtures/husky/package.json b/@commitlint/cli/fixtures/husky/package.json index e7ffecda6d..2feadeea9c 100644 --- a/@commitlint/cli/fixtures/husky/package.json +++ b/@commitlint/cli/fixtures/husky/package.json @@ -1,6 +1,6 @@ { "scripts": {}, "devDependencies": { - "husky": "2.1.0" + "husky": "2.2.0" } } diff --git a/@commitlint/cli/fixtures/signoff/package.json b/@commitlint/cli/fixtures/signoff/package.json index e7ffecda6d..2feadeea9c 100644 --- a/@commitlint/cli/fixtures/signoff/package.json +++ b/@commitlint/cli/fixtures/signoff/package.json @@ -1,6 +1,6 @@ { "scripts": {}, "devDependencies": { - "husky": "2.1.0" + "husky": "2.2.0" } } diff --git a/package.json b/package.json index e0f3d4e2ac..4591773339 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "devDependencies": { "@lerna/project": "3.13.1", "docsify-cli": "4.3.0", - "husky": "2.1.0", + "husky": "2.2.0", "lerna": "3.13.4", "lint-staged": "8.1.0", "prettier": "1.17.0" diff --git a/yarn.lock b/yarn.lock index 802aa01582..ce11df58c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7456,10 +7456,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/husky/-/husky-2.1.0.tgz#f486dd063596ad3aad4bbbcd8673ca5bface3caa" - integrity sha512-FHsqdIJPmQX/89Xg/761RMFCPSNNG2eiQMxChGP081NTohHexEuu/4nYh5m4TcFKq4xm+DqaGp8J/EUnkzL1Aw== +husky@2.2.0: + version "2.2.0" + resolved "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz#4dda4370ba0f145b6594be4a4e4e4d4c82a6f2d5" + integrity sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA== dependencies: cosmiconfig "^5.2.0" execa "^1.0.0"