From ccdec76ddfec85962185fa92cf18fc0df0904ab6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:15:25 +0000 Subject: [PATCH] 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 b67b8c5..987c916 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^7.15.0", "eslint-config-xo": "^0.33.1", "eslint-config-xo-typescript": "^0.36.0", - "husky": "^4.3.5", + "husky": "^4.3.6", "nodemon": "^2.0.6", "ts-node": "^9.1.1", "typescript": "^4.1.3" diff --git a/yarn.lock b/yarn.lock index bf4e84c..938aed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1464,10 +1464,10 @@ http2-wrapper@^1.0.0-beta.5.2: quick-lru "^5.1.1" resolve-alpn "^1.0.0" -husky@^4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.5.tgz#ab8d2a0eb6b62fef2853ee3d442c927d89290902" - integrity sha512-E5S/1HMoDDaqsH8kDF5zeKEQbYqe3wL9zJDyqyYqc8I4vHBtAoxkDBGXox0lZ9RI+k5GyB728vZdmnM4bYap+g== +husky@^4.3.6: + version "4.3.6" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.6.tgz#ebd9dd8b9324aa851f1587318db4cccb7665a13c" + integrity sha512-o6UjVI8xtlWRL5395iWq9LKDyp/9TE7XMOTvIpEVzW638UcGxTmV5cfel6fsk/jbZSTlvfGVJf2svFtybcIZag== dependencies: chalk "^4.0.0" ci-info "^2.0.0"