From a026d40741042cdd7146ab3f34a70b72cfaec133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:26:35 -0500 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.2 to 8.0.3 (#1409) Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35bb99663..080852d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@vuepress/plugin-google-analytics": "^1.9.8", "@vuepress/plugin-html-redirect": "^0.1.4", "@vuepress/plugin-last-updated": "^1.9.8", - "husky": "^8.0.2", + "husky": "^8.0.3", "lint-staged": "^13.1.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3", diff --git a/package.json b/package.json index 910dc9e9c..86555c877 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@vuepress/plugin-google-analytics": "^1.9.8", "@vuepress/plugin-html-redirect": "^0.1.4", "@vuepress/plugin-last-updated": "^1.9.8", - "husky": "^8.0.2", + "husky": "^8.0.3", "lint-staged": "^13.1.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3",