From 710842f473e27d0acf01bcd1dbe29fd8b87fbc46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:21:03 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.0.9 to 5.1.3 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.3) 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..492b509 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.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", + "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", "dev": true }, "hyperlinker": { diff --git a/package.json b/package.json index 757c89c..594852a 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.1.3", "jasmine-core": "^3.6.0", "karma": "^6.1.1", "karma-jasmine": "^4.0.1",