From 5f50d8f32e2467af6f9a9582a4c5c67dd9ad7d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:40:50 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.0.9 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.2) 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 d0901b57..2a108ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2427,9 +2427,9 @@ } }, "husky": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.0.9.tgz", - "integrity": "sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", + "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index a1d6dc9f..299d363a 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-jsdoc": "^32.2.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", - "husky": "^5.0.9", + "husky": "^5.1.2", "lockfile-lint": "^4.6.2", "markdownlint-cli": "^0.26.0", "mocha": "^8.3.0",