From b2a8d87e6d2314a3fae3c363b94e8ebf10d759ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 09:18:06 +0000 Subject: [PATCH] build(deps-dev): bump husky from 4.3.5 to 4.3.6 Bumps [husky](https://github.com/typicode/husky) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.5...v4.3.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 229f82b6..2aed8e9e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-config-prettier": "^7.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.2.0", - "husky": "^4.3.5", + "husky": "^4.3.6", "lerna": "^3.22.1", "lint-staged": "^10.5.3", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index c9e137d4..7c02d06d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4055,10 +4055,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^4.3.5: - version "4.3.5" - resolved "https://registry.npmjs.org/husky/-/husky-4.3.5.tgz#ab8d2a0eb6b62fef2853ee3d442c927d89290902" - integrity sha512-E5S/1HMoDDaqsH8kDF5zeKEQbYqe3wL9zJDyqyYqc8I4vHBtAoxkDBGXox0lZ9RI+k5GyB728vZdmnM4bYap+g== +husky@^4.3.6: + version "4.3.6" + resolved "https://registry.npmjs.org/husky/-/husky-4.3.6.tgz#ebd9dd8b9324aa851f1587318db4cccb7665a13c" + integrity sha512-o6UjVI8xtlWRL5395iWq9LKDyp/9TE7XMOTvIpEVzW638UcGxTmV5cfel6fsk/jbZSTlvfGVJf2svFtybcIZag== dependencies: chalk "^4.0.0" ci-info "^2.0.0"