From 07c50afccc821b24526b6c6257f65ba17a4bb727 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 02:15:13 +0000 Subject: [PATCH] deps: bump husky from 4.2.1 to 4.2.3 Bumps [husky](https://github.com/typicode/husky) from 4.2.1 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.1...v4.2.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d589d1e..850ab4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4242,9 +4242,9 @@ "dev": true }, "husky": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz", - "integrity": "sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.3.tgz", + "integrity": "sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 5f5f0afd..786591f3 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@zeit/ncc": "^0.21.0", "eslint": "^6.8.0", "eslint-plugin-jest": "^23.7.0", - "husky": "^4.2.1", + "husky": "^4.2.3", "jest": "^25.1.0", "jest-circus": "^25.1.0", "lint-staged": "^10.0.7",