From 4d6a70b870ce92e1d9a3112b9b8a5122064e999e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:55:43 +0000 Subject: [PATCH] Bump husky from 5.0.9 to 5.1.1 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 5.1.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v5.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++++++++------- package.json | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad5171a..efa2cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint": "^7.20.0", "eslint-config-prettier": "^7.2.0", "eslint-config-stylelint": "^12.0.0", - "husky": "^5.0.9", + "husky": "^5.1.1", "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0", @@ -4950,10 +4950,21 @@ } }, "node_modules/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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz", + "integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/typicode" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/husky" + } + ], + "hasInstallScript": true, "bin": { "husky": "lib/bin.js" }, @@ -18069,9 +18080,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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz", + "integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 00103dd..dd6691f 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint": "^7.20.0", "eslint-config-prettier": "^7.2.0", "eslint-config-stylelint": "^12.0.0", - "husky": "^5.0.9", + "husky": "^5.1.1", "is-ci": "^3.0.0", "jest": "^26.6.3", "json5": "^2.2.0",