From 871019c79dfbfc5c47e002a9a77f5312f83fd074 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:36:36 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5af0ed9..f4f3f06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5829,9 +5829,9 @@ "dev": true }, "husky": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.1.tgz", - "integrity": "sha512-80LZ736V0Nr4/st0c2COYaMbEQhHNmAbLMN8J/kLk7/mo0QdUkUGNDjv/7jVkhug377Wh8wfbWyaVXEJ/h2B/Q==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz", + "integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==", "dev": true }, "hyperlinker": { diff --git a/package.json b/package.json index 5748a2a..42acd1d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "cz-conventional-changelog": "^3.3.0", "danger": "^10.5.0", "esdoc": "^1.1.0", - "husky": "^5.0.9", + "husky": "^7.0.1", "jest": "^26.5.0", "lint-staged": "^10.4.0", "prettier": "^2.1.2",