From 6476ef6fbf766fad06f5d5ca7665bd3f1bb392f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 11:13:23 +0000 Subject: [PATCH] build(deps-dev): bump husky from 4.3.7 to 4.3.8 Bumps [husky](https://github.com/typicode/husky) from 4.3.7 to 4.3.8. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.7...v4.3.8) 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 734bb61..efc335d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3133,9 +3133,9 @@ } }, "husky": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.7.tgz", - "integrity": "sha512-0fQlcCDq/xypoyYSJvEuzbDPHFf8ZF9IXKJxlrnvxABTSzK1VPT2RKYQKrcgJ+YD39swgoB6sbzywUqFxUiqjw==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.8.tgz", + "integrity": "sha512-LCqqsB0PzJQ/AlCgfrfzRe3e3+NvmefAdKQhRYpxS4u6clblBoDdzzvHi8fmxKRzvMxPY/1WZWzomPZww0Anow==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index b13e5bd..82cc394 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "6.8.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-prettier": "3.3.1", - "husky": "4.3.7", + "husky": "4.3.8", "mocha": "8.2.1", "npm-run-all": "4.1.5", "nyc": "15.1.0",