From b9929d03e41881bcd08fbb725ecc852d8827f834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 01:15:27 +0000 Subject: [PATCH] Bump husky from 7.0.4 to 8.0.1 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index be0ec61890..dd1ac8fc05 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@commitlint/config-conventional": "^15.0.0", "@mr-hope/vuepress-plugin-sitemap": "^1.21.0", "@vuepress/plugin-back-to-top": "^1.9.7", - "husky": "^7.0.4", + "husky": "^8.0.1", "markdown-it-multimd-table": "^4.1.1", "markdown-link-check": "^3.9.0", "markdownlint-cli": "^0.30.0", diff --git a/yarn.lock b/yarn.lock index 22f0680b22..2cdeaf6fa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4428,9 +4428,9 @@ human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" -husky@^7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535" +husky@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9" iconv-lite@0.4.24, iconv-lite@^0.4.4: version "0.4.24"