From 0a58dc9322975c27c9b4555de24a1a4e58a51ed1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 15:58:01 -0400 Subject: [PATCH] Bump husky from 2.4.0 to 2.4.1 (#3206) [ci skip] Bumps [husky](https://github.com/typicode/husky) from 2.4.0 to 2.4.1. - [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/v2.4.0...v2.4.1) 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 6715b5181..b145035e1 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0", "faker": "^4.1.0", - "husky": "^2.4.0", + "husky": "^2.4.1", "jest": "^23.5.0", "jest-fetch-mock": "^2.1.2", "jsdom": "^15.1.1", diff --git a/yarn.lock b/yarn.lock index eb075331f..33cd4cfbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5580,10 +5580,10 @@ https-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= -husky@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.0.tgz#1bac7c44588f6e91f808b72efc82d24a57194f36" - integrity sha512-3k1wuZU20gFkphNWMjh2ISCFaqfbaLY7R9FST2Mj9HeRhUK9ydj9qQR8qfXlog3EctVGsyeilcZkIT7uBZDDVA== +husky@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.1.tgz#dd00f9646f8693b93f7b3a12ba4be00be0eff7ab" + integrity sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw== dependencies: cosmiconfig "^5.2.0" execa "^1.0.0"