From f52ae45672b5fd7f5dd67807996111a909c3da65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 01:11:06 +0000 Subject: [PATCH] Bump husky from 7.0.4 to 8.0.2 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.2) --- 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..4d71a647a7 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.2", "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..0815f6dbb9 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.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236" iconv-lite@0.4.24, iconv-lite@^0.4.4: version "0.4.24"