From ef2d6a2fca48293a556aaa975a3a72d6107b5c8c 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:42:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20husky=20from=205.1.3=20to=20?= =?UTF-8?q?7.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...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 5aa9fdc..2f1ea33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5593,9 +5593,9 @@ "dev": true }, "husky": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", - "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz", + "integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index bbf80d3..f7b88f0 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "commitlint-config-gitmoji": "^2.1.2", "cpy-cli": "^3.1.0", "cz-gitmoji": "0.0.7", - "husky": "^5.1.3", + "husky": "^7.0.1", "jest": "^25.2.7", "rimraf": "^3.0.2", "semantic-release": "^17.0.4",