From 9d1479219102c2264a944ff2134fe8e03c00cdef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 20:35:50 +1100 Subject: [PATCH] chore: update dependency husky to v4.2.3 (#996) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3eabfb9849..8c598acaf3 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jest": "^23.6.0", - "husky": "4.2.1", + "husky": "4.2.3", "jest": "25.1.0", "lerna": "3.20.2", "lerna-v2": "npm:lerna@2", diff --git a/yarn.lock b/yarn.lock index a111d2fe2f..1e9f68fc61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5234,10 +5234,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@4.2.1: - version "4.2.1" - resolved "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz#b09f1bd9129e6c323cc515dc17081d0615e2d7c1" - integrity sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ== +husky@4.2.3: + version "4.2.3" + resolved "https://registry.npmjs.org/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e" + integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ== dependencies: chalk "^3.0.0" ci-info "^2.0.0"