From a5f7a278bc03bfa82bd888894fbd5b2ee9336393 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 06:29:43 +0000 Subject: [PATCH] Bump husky from 3.0.1 to 3.0.2 Bumps [husky](https://github.com/typicode/husky) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7bb0a95..f7857f8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/jest": "^23.3.2", "codecov": "3.1.0", - "husky": "3.0.1", + "husky": "3.0.2", "jest": "^23.5.0", "lint-staged": "9.2.1", "prettier": "1.18.2", diff --git a/yarn.lock b/yarn.lock index c6d7256..7d35826 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1434,9 +1434,9 @@ http-signature@~1.2.0: jsprim "^1.2.2" sshpk "^1.7.0" -husky@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.1.tgz#06152c28e129622b05fa09c494209de8cf2dfb59" +husky@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.2.tgz#e78fd2ae16edca59fc88e56aeb8d70acdcc1c082" dependencies: chalk "^2.4.2" cosmiconfig "^5.2.1"