From e6d3986a57d41e21f9c702208ad9a141160f0941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 07:50:55 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 5.0.6 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 5.0.6 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.6...v5.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9bb6c87..b5dd7e5 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsdoc": "^32.2.0", "eslint-plugin-react": "^7.22.0", - "husky": "^5.0.6", + "husky": "^5.1.2", "is-ci": "^2.0.0", "jest": "^26.6.3", "jest-cli": "^26.6.3", diff --git a/yarn.lock b/yarn.lock index 7992c1c..bfd93fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7552,10 +7552,10 @@ human-signals@^1.1.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -husky@^5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.6.tgz#27dbefe8603c6c0912fd89a3a67edfed9fac8bb9" - integrity sha512-SM+evfvcHT3rAYJKvPlatz3L5RqzgeM6xIvDjhs8VuhKj6iKqFDOt/Ov8sPjvWuE4FDB385gJBwWXRj7G3c1hg== +husky@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-5.1.2.tgz#dc6a1f68640455d8d98c28875e073087f86c5081" + integrity sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"