From 807264327efa9a2af5eb88df204fbfa17faa8b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 02:04:11 +0000 Subject: [PATCH] Bump husky from 5.0.6 to 5.0.8 Bumps [husky](https://github.com/typicode/husky) from 5.0.6 to 5.0.8. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.6...v5.0.8) Signed-off-by: dependabot[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 9f138e29..04020507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14970,9 +14970,9 @@ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, "husky": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.0.6.tgz", - "integrity": "sha512-SM+evfvcHT3rAYJKvPlatz3L5RqzgeM6xIvDjhs8VuhKj6iKqFDOt/Ov8sPjvWuE4FDB385gJBwWXRj7G3c1hg==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.0.8.tgz", + "integrity": "sha512-lijwzgHIJi7iYijEw77DIqyPDR6mFsOuGbjonI83nnAqJbWShGKtAJg1IqnFabnqGPEMiPv0Q8bnSwThfjW95A==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 0848484e..8226d8e4 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "git-format-staged": "^2.1.1", - "husky": "^5.0.6", + "husky": "^5.0.8", "markdownlint-cli": "^0.26.0", "node-sass": "^5.0.0", "npm-run-all": "^4.1.5",