From 6f1a60b9cce9296a2b375d68108e6cfa99b10b89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 11:28:51 +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 e976e3e..08e90ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3143,9 +3143,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 04c9c6b..90c2664 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "6.8.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-prettier": "3.1.4", - "husky": "4.3.0", + "husky": "4.3.6", "mocha": "^8.0.1", "npm-run-all": "4.1.5", "nyc": "15.1.0",