From 106be5b6d6c316292742a3e72b9f33a6c78357d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 09:30:22 +0100 Subject: [PATCH] Bump husky from 5.1.1 to 7.0.0 (#2214) Bumps [husky](https://github.com/typicode/husky) from 5.1.1 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.1...v7.0.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 821909ca0..a2210a276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8283,9 +8283,9 @@ } }, "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.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 3dbbe27c9..b9efcd732 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "cspell": "^5.6.6", "dotenv": "^8.2.0", "http-server": "^0.12.3", - "husky": "^5.1.1", + "husky": "^7.0.0", "inquirer": "^8.1.1", "jasmine-core": "^3.7.1", "jasmine-marbles": "0.6.0",