From 8528b72e13ac57fc2555b98ea51a5c6fc1abe1ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Nov 2019 03:00:45 +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 4a02797..06963fe 100755 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-vue": "5.2.3", "graphql-tag": "2.10.1", "http-server-pwa": "1.0.1", - "husky": "3.0.9", + "husky": "3.1.0", "icon-font-generator": "2.1.10", "lint-staged": "9.4.3", "npm-run-all": "4.1.5", diff --git a/yarn.lock b/yarn.lock index a6e3f60..98ab365 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6658,10 +6658,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"