From 2375d69a75164c2d64d17c8d4fcaa549db405625 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 11:24:44 +0000 Subject: [PATCH] Bump husky from 5.0.9 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 5.0.9 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.9...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 3d20106..0fc3442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4027,9 +4027,9 @@ "dev": true }, "husky": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.0.9.tgz", - "integrity": "sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg==", + "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 fdf94c9..88550a3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "concurrently": "^5.3.0", "copy-webpack-plugin": "^7.0.0", "gulp": "^4.0.2", - "husky": "^5.0.9", + "husky": "^7.0.1", "nodemon": "^2.0.7", "prettier": "^2.2.1", "pretty-quick": "^3.1.0",