From 34e5c03be3829d65534871bc601ef63b9bfcd5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 13:25:37 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 5.0.6 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 5.0.6 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.6...v7.0.1) --- 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 7d00a02..dbcab04 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "pm2": "4.5.1" }, "devDependencies": { - "husky": "5.0.6", + "husky": "7.0.1", "lint-staged": "10.5.3", "cross-env": "7.0.3" }, diff --git a/yarn.lock b/yarn.lock index f9f7069..7df731a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8444,10 +8444,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.6.tgz#27dbefe8603c6c0912fd89a3a67edfed9fac8bb9" - integrity sha512-SM+evfvcHT3rAYJKvPlatz3L5RqzgeM6xIvDjhs8VuhKj6iKqFDOt/Ov8sPjvWuE4FDB385gJBwWXRj7G3c1hg== +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.23: version "0.4.23"