From 823de5ee1ed3130304e1bbf1672879cc59282cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:23:05 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 5.1.3 to 5.2.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 5.2.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v5.2.0) 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 a2bb2188..5efaa36f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15447,9 +15447,9 @@ "dev": true }, "husky": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", - "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", + "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index ba82905c..50a5d45b 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "file-loader": "^6.0.0", "git-describe": "^4.0.4", "http-server": "^0.12.3", - "husky": "=5.1.3", + "husky": "=5.2.0", "ignore-assets-webpack-plugin": "^2.0.1", "inspectpack": "=4.6.1", "jest": "=26.6.3",