From 37bf7af37dc763dd4a75c8c494a6e38fe9e0d875 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 07:06:07 +0000 Subject: [PATCH] chore: bump husky from 4.2.1 to 4.2.2 Bumps [husky](https://github.com/typicode/husky) from 4.2.1 to 4.2.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/v4.2.1...v4.2.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4395a9b2..6f93a4b9 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "faker": "4.1.0", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", - "husky": "4.2.1", + "husky": "4.2.2", "jest": "25.1.0", "lint-staged": "10.0.7", "madge": "3.7.0", diff --git a/yarn.lock b/yarn.lock index 02ae694b..5fd97625 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6582,10 +6582,10 @@ human-signals@^1.1.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -husky@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.1.tgz#b09f1bd9129e6c323cc515dc17081d0615e2d7c1" - integrity sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ== +husky@4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.2.tgz#aa858a99ad685f13ab5f99fa71b60e0fe0cd9048" + integrity sha512-RAjZNO74zJyFJuRFESy+3LXTJvYbjGL+jhoSNJNF1DTKq2USrL5fEH70e1cJXEgvLaPyZt1NoGi0oNQQkPs4jA== dependencies: chalk "^3.0.0" ci-info "^2.0.0"