From 054f1c616fb9504da180ea0e7f24b4df3da2ed26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 16:59:14 +0000 Subject: [PATCH] Bump husky from 4.2.3 to 4.2.4 Bumps [husky](https://github.com/typicode/husky) from 4.2.3 to 4.2.4. - [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.3...v4.2.4) 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 2c6922c2..3669d540 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "babel-jest": "^25.3.0", "concurrently": "^5.1.0", "eventsourcemock": "^2.0.0", - "husky": "^4.2.3", + "husky": "^4.2.4", "jest": "^25.3.0", "jest-serializer-vue": "^2.0.2", "lint-staged": "^10.1.3", diff --git a/yarn.lock b/yarn.lock index 4405195d..91c169ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4083,10 +4083,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.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e" - integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ== +husky@^4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.4.tgz#05e21f730cf1996c72508d703d4c50574822f77b" + integrity sha512-aLUw3YxdljMuu57SQvSGW33/Dbsztis7UZRAx1WHC13O4Lv0wa9oHaeobSMOBI/nGiVRbCJBGj263WUxaw2p2Q== dependencies: chalk "^3.0.0" ci-info "^2.0.0"