From 5ec02ab0884d775342021cf4ccef60d720b71799 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 13:52:34 +0000 Subject: [PATCH] build(deps-dev): Bump husky from 4.3.0 to 4.3.5 Bumps [husky](https://github.com/typicode/husky) from 4.3.0 to 4.3.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.0...v4.3.5) 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..bb17180 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.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.5.tgz", + "integrity": "sha512-E5S/1HMoDDaqsH8kDF5zeKEQbYqe3wL9zJDyqyYqc8I4vHBtAoxkDBGXox0lZ9RI+k5GyB728vZdmnM4bYap+g==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 24570ee..2b8caea 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.5", "nock": "^13.0.4", "node-fetch": "^2.6.1", "np": "^6.5.0",