From f7321735d5dc5869f0c99ccae6cd0f89cb041145 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 07:47:05 +0000 Subject: [PATCH] Bump husky from 4.2.2 to 4.2.3 Bumps [husky](https://github.com/typicode/husky) from 4.2.2 to 4.2.3. - [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.2...v4.2.3) 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 31fd5032..84474c7f 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.1.1", - "husky": "4.2.2", + "husky": "4.2.3", "jest": "25.1.0", "lint-staged": "10.0.7", "lodash-es": "4.17.15", diff --git a/yarn.lock b/yarn.lock index 97a8bb24..3daaaac2 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.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.2.tgz#aa858a99ad685f13ab5f99fa71b60e0fe0cd9048" - integrity sha512-RAjZNO74zJyFJuRFESy+3LXTJvYbjGL+jhoSNJNF1DTKq2USrL5fEH70e1cJXEgvLaPyZt1NoGi0oNQQkPs4jA== +husky@4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e" + integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ== dependencies: chalk "^3.0.0" ci-info "^2.0.0"