From 6d5dd75411dcaa3e41ffd4c4cb9cc191f3023ac5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:16:00 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.4 to 4.3.5 Bumps [husky](https://github.com/typicode/husky) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.4...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 7f31e4f..9240f20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1887,9 +1887,9 @@ "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==" }, "husky": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.4.tgz", - "integrity": "sha512-wykHsss5kQtmbFrjQv0R7YyW1uFd7fv7gT1sA54potoDYmOTENJtBC/X1/AyoSAi1obp8CiGODOIdOGnPxSmFg==", + "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 6938d36..3d25c49 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "cz-conventional-changelog": "3.3.0", "globstar": "1.0.0", - "husky": "4.3.4", + "husky": "4.3.5", "markdownlint-cli": "0.25.0", "npm-run-all": "4.1.5" },