From 65d4836ad7a78ebdc6af2a1742b4359b2008437b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 06:21:30 +0000 Subject: [PATCH] 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[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 ad2aaa6928..f034443263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3807,9 +3807,9 @@ "dev": true }, "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 71c48a4021..ad87c43db4 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "eslint": "^7.17.0", "eslint-config-stylelint": "^13.1.0", "got": "^11.8.1", - "husky": "^4.3.7", + "husky": "^4.3.8", "jest": "^26.6.3", "jest-circus": "^26.6.3", "jest-preset-stylelint": "^3.0.0",