From 1502736a5c54d4bbbd31ce215ba01d95f5e2769a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:04:22 +0000 Subject: [PATCH] Bump husky from 5.2.0 to 7.0.4 Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 7.0.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.2.0...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 8a2cd4f..6919fae 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-config-prettier": "^8.1.0", "eslint-plugin-jsx-a11y": "^6.2.1", "file-loader": "^6.1.0", - "husky": "^5.1.3", + "husky": "^7.0.4", "mini-css-extract-plugin": "^1.3.9", "postcss": "^8.2.10", "postcss-browser-reporter": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index f7ab6c0..2e50227 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2699,10 +2699,10 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -husky@^5.1.3: - version "5.2.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802" - integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg== +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: version "0.4.24"