From cc849b59c7253842148bb896c28105f28ddfdb00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 23:20:19 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.1.1 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 5.1.1 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.1...v7.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a128e9..8a9b8b8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "babel-preset-expo": "^8.1.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", - "husky": "^5.1.0", + "husky": "^7.0.1", "jest": "^26.0.1", "lint-staged": "^10.2.10", "prettier": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 3b3de86..0601e92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2822,10 +2822,10 @@ human-signals@^1.1.1: resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -husky@^5.1.0: - version "5.1.1" - resolved "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz" - integrity sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q== +husky@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c" + integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA== iconv-lite@0.4.24: version "0.4.24"