From 246d87b460d7b2808157cd4cdbb8f065e85efccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:29:39 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.1.0 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.0...v5.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29a3ce3f..a90d3b73 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", - "husky": "^5.1.0", + "husky": "^5.1.2", "lerna": "^3.22.1", "lint-staged": "^10.5.4", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 79919a42..ce1bfb91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4051,10 +4051,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^5.1.0: - version "5.1.0" - resolved "https://registry.npmjs.org/husky/-/husky-5.1.0.tgz#68b1148523acc838af0655ead71bf4671adb9f93" - integrity sha512-Os0EY2haOO+59YZSwMiUDsHY43RFwBVIRStHcnnT8/kvA+sFfaA/YS4uLFRiymXYgQl6E6TQTt3y4v/Z2ctEtw== +husky@^5.1.2: + version "5.1.2" + resolved "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz#dc6a1f68640455d8d98c28875e073087f86c5081" + integrity sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ== iconv-lite@^0.4.24: version "0.4.24"