From c716f04789daf2be4cb850c279a2c966dc386d28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 11:26:37 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.0.9 to 5.2.0 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.2.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.2.0) 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 50c8f5c..2d2c135 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5447,9 +5447,9 @@ "dev": true }, "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.2.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", + "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", "dev": true }, "hyperlinker": { diff --git a/package.json b/package.json index 757c89c..32de527 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "^7.20.0", "eslint-config-axway": "^5.0.0", "eslint-plugin-jasmine": "^4.1.2", - "husky": "^5.0.9", + "husky": "^5.2.0", "jasmine-core": "^3.6.0", "karma": "^6.1.1", "karma-jasmine": "^4.0.1",