From 5080bece09b38337f67554e3dcbd54d3cbec7104 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 16:47:48 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.0.9 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.2) 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..564116c 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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", + "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", "dev": true }, "hyperlinker": { diff --git a/package.json b/package.json index 757c89c..1f0f412 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.2", "jasmine-core": "^3.6.0", "karma": "^6.1.1", "karma-jasmine": "^4.0.1",