From 0daff66371d99c76129711ee196e692bf1728caa Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Tue, 1 Oct 2019 04:00:53 +0000 Subject: [PATCH] chore(deps): update dependency husky to v3.0.7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2795d988ec..9eb12ea134 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "eslint-plugin-import": "2.18.2", "eslint-plugin-promise": "4.2.1", "glob": "7.1.4", - "husky": "3.0.5", + "husky": "3.0.7", "jest": "24.9.0", "jest-junit": "8.0.0", "jest-silent-reporter": "0.1.2", diff --git a/yarn.lock b/yarn.lock index 2845c3eb89..0095b86db6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4139,10 +4139,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.5.tgz#d7db27c346645a8dc52df02aa534a377ad7925e0" - integrity sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg== +husky@3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.7.tgz#05e869006c7d9a31b27893aeda520e730bd125b9" + integrity sha512-fIrkaREoQk6DO8KnSX16Aq7Kg9SxqYYQZH/9b+4AxXyXNNgpJLsc8lWlQCShLus1nbujIyZ/WQZBHGwClohK/w== dependencies: chalk "^2.4.2" cosmiconfig "^5.2.1" -- GitLab