From 9c44e30119bcb6708629319f8374e84629d11bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:28:27 +0000 Subject: [PATCH] Bump husky from 5.1.1 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.1...v5.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fa22b8..e75dd78 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.1", + "husky": "^5.1.2", "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0", @@ -5002,9 +5002,9 @@ } }, "node_modules/husky": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz", - "integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", + "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", "dev": true, "funding": [ { @@ -5016,7 +5016,6 @@ "url": "https://opencollective.com/husky" } ], - "hasInstallScript": true, "bin": { "husky": "lib/bin.js" }, @@ -18132,9 +18131,9 @@ "dev": true }, "husky": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz", - "integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", + "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index a6ed2a7..4ab56ab 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.1", + "husky": "^5.1.2", "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0",