From bda8686ce307c13c1d620678a70e97e7d6bcd41d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 07:52:37 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.1.2 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.2 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.2...v7.0.0) 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 c2cd7e2..8fd60d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7877,9 +7877,9 @@ } }, "husky": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", - "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz", + "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 4439b68..50963b7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^26.4.2", - "husky": "^5.1.0", + "husky": "^7.0.0", "lerna": "^3.22.1", "prettier": "^2.1.1", "ts-jest": "^26.3.0",