From 222e469ff9aee61b13ce76731acbac557155b98b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 22:33:16 +0000 Subject: [PATCH] Bump husky from 3.0.4 to 3.0.7 Bumps [husky](https://github.com/typicode/husky) from 3.0.4 to 3.0.7. - [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/v3.0.4...v3.0.7) 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 c3e90d0..e63673e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10217,9 +10217,9 @@ } }, "husky": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.4.tgz", - "integrity": "sha512-7Rnt8aJfy+MlV28snmYK7O7vWwtOfeVxV6KhLpUFXlmx5ukQ1nQmNUB7QsAwSgdySB5X+bm7q7JIRgazqBUzKA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.7.tgz", + "integrity": "sha512-fIrkaREoQk6DO8KnSX16Aq7Kg9SxqYYQZH/9b+4AxXyXNNgpJLsc8lWlQCShLus1nbujIyZ/WQZBHGwClohK/w==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 0c1eab4..2d67bbc 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-react-hooks": "^2.0.1", "get-port": "^5.0.0", "gulp": "^4.0.2", - "husky": "^3.0.4", + "husky": "^3.0.7", "jest": "^24.9.0", "lint-staged": "^9.2.4", "lodash.noop": "^3.0.1",