From 45620772a092dc4f723dfe446da99ce36a735d33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:41:34 +0000 Subject: [PATCH] build(deps-dev): 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-preview[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 b94b3fc..761b4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5858,9 +5858,9 @@ "dev": true }, "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 24570ee..049fdfe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "coveralls": "^3.0.9", "fetch-mock": "^9.10.7", "http-shutdown": "^1.2.2", - "husky": "^4.3.0", + "husky": "^4.3.6", "nock": "^13.0.4", "node-fetch": "^2.6.1", "np": "^6.5.0",