diff --git a/package.json b/package.json index 37c543daa0265a3986fd26fc9fd234c71f3989a5..15112709b7173ce1ae7994aa1d908fdbb200e5a2 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.6", - "husky": "3.0.9", + "husky": "3.1.0", "jest": "24.9.0", "jest-junit": "8.0.0", "jest-silent-reporter": "0.1.2", diff --git a/yarn.lock b/yarn.lock index 1dceb9f4f0637fc7c369614eb05b32760fbf8235..e1c7a337672433d0bf20eda3e3c87167fc73aafc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4242,10 +4242,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@3.0.9: - version "3.0.9" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044" - integrity sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg== +husky@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0" + integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ== dependencies: chalk "^2.4.2" ci-info "^2.0.0"