From 749bcdb37f0c2b644765f1df6a0da86f584cf7ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 06:09:14 +0000 Subject: [PATCH] Bump husky from 4.0.9 to 4.0.10 Bumps [husky](https://github.com/typicode/husky) from 4.0.9 to 4.0.10. - [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.9...v4.0.10) 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 0b5beff..eb8fe65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1477,9 +1477,9 @@ } }, "husky": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.9.tgz", - "integrity": "sha512-zaH0INH9MZBH8smr6nPdzv7pjchOZPN/AKdhkuV4zut9SyF0+pUy1ZCBzhz2uPe7Cp75YzD92ewU2ytIZ0GjUQ==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.10.tgz", + "integrity": "sha512-Ptm4k2DqOwxeK/kzu5RaJmNRoGvESrgDXObFcZ8aJZcyXyMBHhM2FqZj6zYKdetadmP3wCwxEHCBuB9xGlRp8A==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 3bba0b8..660079e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "qs": "^6.9.1" }, "devDependencies": { - "husky": "4.0.9", + "husky": "4.0.10", "lint-staged": "9.5.0", "nodemon": "2.0.2", "prettier": "1.19.1"