From 0321d14ccd3f335c7d5bb7013cecea7d9294d55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 05:37:16 +0000 Subject: [PATCH] Bump husky from 5.1.2 to 5.1.3 Bumps [husky](https://github.com/typicode/husky) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.2...v5.1.3) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e75dd78..23c9712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-config-stylelint": "^12.0.0", - "husky": "^5.1.2", + "husky": "^5.1.3", "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0", @@ -5002,9 +5002,9 @@ } }, "node_modules/husky": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", - "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", + "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", "dev": true, "funding": [ { @@ -18131,9 +18131,9 @@ "dev": true }, "husky": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", - "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", + "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 4ab56ab..7f3b4b2 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-config-stylelint": "^12.0.0", - "husky": "^5.1.2", + "husky": "^5.1.3", "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0",