From df84f46a82d6143688e131289f1981e024bc937b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 12:06:31 -0800 Subject: [PATCH] chore(deps-dev): bump husky from 4.0.5 to 4.0.7 (#36) Bumps [husky](https://github.com/typicode/husky) from 4.0.5 to 4.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/v4.0.5...v4.0.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eba53b9c..4d613e0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2255,9 +2255,9 @@ "integrity": "sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==" }, "husky": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.5.tgz", - "integrity": "sha512-SU78iMkYCsGQh4+9LXfLr1cKPHl8kmZ/upMKcGIj2DinNf4PQtVfvauIP686FyUJBKWmGtL1zfFWdLwsdwrB/Q==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.7.tgz", + "integrity": "sha512-ULivTOe0k+nNjZKIojoHxXjybtEycaba0EDuk1G8iNGD8wZgo8Sr3YiN8bKitXNpI1RvVKTJwRnh2GLysLbxMQ==", "dev": true, "requires": { "chalk": "^3.0.0",