From 04eaffcd1f5276bfbd6af7ab25ab5a9fa1c3caf6 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:53:18 +0000 Subject: [PATCH] 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 33e03f08..1f511f17 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "3.1.2", "eslint-plugin-react": "7.18.3", "eslint-plugin-unicorn": "16.0.0", - "husky": "4.2.1", + "husky": "4.2.2", "jest": "25.1.0", "lint-staged": "10.0.7", "lodash-es": "4.17.15", diff --git a/yarn.lock b/yarn.lock index 94ba369c..d9a3663b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2848,10 +2848,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"