From 046cc2e5a61ae67c008882d2f33b49835a416d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 03:16:22 +0000 Subject: [PATCH] Bump husky from 5.0.9 to 7.0.4 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 7.0.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...v7.0.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5f1de32a..90d74296 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", "eslint-plugin-react-hooks": "4.2.0", - "husky": "5.0.9", + "husky": "7.0.4", "jest-environment-jsdom-sixteen": "2.0.0", "lint-staged": "10.5.4", "npm-run-all": "4.1.5", diff --git a/yarn.lock b/yarn.lock index b9680e72..28a7e0ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9618,10 +9618,10 @@ humanize-string@^2.1.0: dependencies: decamelize "^2.0.0" -husky@5.0.9: - version "5.0.9" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.9.tgz#6d38706643d66ed395bcd4ee952d02e3f15eb3a3" - integrity sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg== +husky@7.0.4: + version "7.0.4" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535" + integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.24: version "0.4.24"