From c098fa48284a2c4d7b99155205bf840e3ac59742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:03:12 +0000 Subject: [PATCH] Bump husky from 7.0.4 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.3) --- 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..77c33044ac 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.3", "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..61c37eff28 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.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" iconv-lite@0.4.24, iconv-lite@^0.4.4: version "0.4.24"