From 270766df490f6b4cd2173da02c78321e6679c6d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 07:38:07 +0000 Subject: [PATCH] build(deps-dev): bump husky from 3.0.9 to 3.1.0 Bumps [husky](https://github.com/typicode/husky) from 3.0.9 to 3.1.0. - [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.9...v3.1.0) 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 381d747..d90b668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3979,9 +3979,9 @@ } }, "husky": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.9.tgz", - "integrity": "sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-3.1.0.tgz", + "integrity": "sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 8ffe95d..d4deeac 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/lodash": "^4.14.148", "coveralls": "^3.0.7", "get-root-path": "^2.0.2", - "husky": "^3.0.9", + "husky": "^3.1.0", "inversify": "^5.0.1", "jest": "^24.9.0", "jest-helpers": "^3.1.0",