From ddf5861130085dc6daa9e631bc88f093a1ebce1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:27:00 +0000 Subject: [PATCH] chore: bump husky from 4.3.0 to 4.3.6 Bumps [husky](https://github.com/typicode/husky) from 4.3.0 to 4.3.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.0...v4.3.6) 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 fc5dbc7e..5441da85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9764,9 +9764,9 @@ } }, "husky": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.0.tgz", - "integrity": "sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.6.tgz", + "integrity": "sha512-o6UjVI8xtlWRL5395iWq9LKDyp/9TE7XMOTvIpEVzW638UcGxTmV5cfel6fsk/jbZSTlvfGVJf2svFtybcIZag==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index a4ff8ced..2779b30f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "codelyzer": "^6.0.1", "commitizen": "^4.2.2", "cz-conventional-changelog": "^3.3.0", - "husky": "^4.3.0", + "husky": "^4.3.6", "jest": "^26.6.3", "jest-config": "^26.6.3", "jest-html-reporter": "^3.3.0",