From f6af5999b37fac203f51085428530895373bf156 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 10:37:20 +0000 Subject: [PATCH] build(deps-dev): bump husky from 3.0.4 to 3.0.5 Bumps [husky](https://github.com/typicode/husky) from 3.0.4 to 3.0.5. - [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.5) 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 902b994..64debc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4044,9 +4044,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.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.5.tgz", + "integrity": "sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 1046696..00b63e5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/lodash": "^4.14.138", "coveralls": "^3.0.6", "get-root-path": "^2.0.2", - "husky": "^3.0.4", + "husky": "^3.0.5", "inversify": "^5.0.1", "jest": "^24.9.0", "jest-helpers": "^3.0.1",