From 2edd8c25f7af6a584ed5ee61adec5a1f8bf4c9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 20:56:51 +0000 Subject: [PATCH] Bump husky from 4.3.8 to 5.1.3 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v5.1.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 57538c2..0bd43cf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsdoc": "^27.0.3", "eslint-plugin-prettier": "^3.1.3", - "husky": "^4.2.5", + "husky": "^5.1.3", "lint-staged": "^10.2.2", "mocha": "^8.3.0", "nyc": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index 722d9cd..229ace2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3218,6 +3218,11 @@ husky@^4.2.5: slash "^3.0.0" which-pm-runs "^1.0.0" +husky@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/husky/-/husky-5.1.3.tgz#1a0645a4fe3ffc006c4d0d8bd0bcb4c98787cc9d" + integrity sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg== + hyperlinker@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz#23dc9e38a206b208ee49bc2d6c8ef47027df0c0e"