From 4cb16b4a929cf1a648143a62ebdbe7fe54153520 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:54:58 +0000 Subject: [PATCH] deps: 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a238a42f..f69ce1a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3680,9 +3680,9 @@ "dev": true }, "husky": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.3.tgz", - "integrity": "sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.4.tgz", + "integrity": "sha512-aLUw3YxdljMuu57SQvSGW33/Dbsztis7UZRAx1WHC13O4Lv0wa9oHaeobSMOBI/nGiVRbCJBGj263WUxaw2p2Q==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 26f1fe13..3441e677 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@zeit/ncc": "^0.22.1", "eslint": "^6.8.0", "eslint-plugin-jest": "^23.8.2", - "husky": "^4.2.3", + "husky": "^4.2.4", "jest": "^25.3.0", "jest-circus": "^25.3.0", "lint-staged": "^10.1.3",