From 55d91458aa4cea31e58d3e1bde9667baf0c67b09 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Thu, 21 Nov 2019 03:01:58 +0000 Subject: [PATCH] chore(deps): update dependency husky to v3.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 37c543daa0..15112709b7 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 1dceb9f4f0..e1c7a33767 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" -- GitLab