From 3e7808607297690760b2b740520929883bf5dd43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 04:26:03 +0000 Subject: [PATCH] :arrow_up: Bump husky from 4.0.2 to 4.0.5 Bumps [husky](https://github.com/typicode/husky) from 4.0.2 to 4.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/v4.0.2...v4.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 6bc3de2..50fe591 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1027,9 +1027,9 @@ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, "husky": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.2.tgz", - "integrity": "sha512-yVE9+WGiZvzP2ekIAsRUn7xb8UG2noXo/C3Z2rzaG5FhjKYNffiMZkjwMjDLXpz45LDZXkCr4w/XL03ISXLxUw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.5.tgz", + "integrity": "sha512-SU78iMkYCsGQh4+9LXfLr1cKPHl8kmZ/upMKcGIj2DinNf4PQtVfvauIP686FyUJBKWmGtL1zfFWdLwsdwrB/Q==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index cef3f0d..b5b1c0a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "prettier": "1.19.1", - "husky": "4.0.2", + "husky": "4.0.5", "pretty-quick": "2.0.1" }, "engines": {