From 5c6d9f68ca1cb977dcce4fb6a49246fb1f8d3f0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 09:38:52 +0100 Subject: [PATCH] build(deps-dev): bump husky from 3.0.9 to 3.1.0 (#281) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8f25f2d..4e4f98d 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "get-stdin": "7.0.0", "github-markdown-css": "3.0.1", "html-webpack-plugin": "3.2.0", - "husky": "3.0.9", + "husky": "3.1.0", "identity-obj-proxy": "3.0.0", "in-publish": "2.0.0", "jest": "24.9.0", diff --git a/yarn.lock b/yarn.lock index e2a129e..eed2176 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6978,10 +6978,10 @@ humanize@0.0.9: resolved "https://registry.verdaccio.org/humanize/-/humanize-0.0.9.tgz#1994ffaecdfe9c441ed2bdac7452b7bb4c9e41a4" integrity sha1-GZT/rs3+nEQe0r2sdFK3u0yeQaQ= -husky@3.0.9: - version "3.0.9" - resolved "https://registry.verdaccio.org/husky/-/husky-3.0.9.tgz#a2c3e9829bfd6b4957509a9500d2eef5dbfc8044" - integrity sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg== +husky@3.1.0: + version "3.1.0" + resolved "https://registry.verdaccio.org/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0" + integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ== dependencies: chalk "^2.4.2" ci-info "^2.0.0"