From 06f272db555e0bdfa765800b41a9d6f5896dda51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 15:32:21 -0300 Subject: [PATCH] Update dependency husky to v3.0.2 (#15) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e3fbb29..2b1dbda 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "ava": "2.2.0", "eslint-config-prettier": "6.0.0", - "husky": "3.0.1", + "husky": "3.0.2", "lint-staged": "9.2.0", "prettier": "1.18.2", "xo": "0.24.0" diff --git a/yarn.lock b/yarn.lock index 0de4dbf..cfee920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2338,10 +2338,10 @@ http-cache-semantics@^4.0.0: resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz#495704773277eeef6e43f9ab2c2c7d259dda25c5" integrity sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew== -husky@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.1.tgz#06152c28e129622b05fa09c494209de8cf2dfb59" - integrity sha512-PXBv+iGKw23GHUlgELRlVX9932feFL407/wHFwtsGeArp0dDM4u+/QusSQwPKxmNgjpSL+ustbOdQ2jetgAZbA== +husky@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.2.tgz#e78fd2ae16edca59fc88e56aeb8d70acdcc1c082" + integrity sha512-WXCtaME2x0o4PJlKY4ap8BzLA+D0zlvefqAvLCPriOOu+x0dpO5uc5tlB7CY6/0SE2EESmoZsj4jW5D09KrJoA== dependencies: chalk "^2.4.2" cosmiconfig "^5.2.1"