From eaf75fa149424213413d4769138c70363fb9a869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 07:01:42 +0000 Subject: [PATCH] chore(deps-dev): update husky requirement from ^8.0.0 to ^8.0.1 Updates the requirements on [husky](https://github.com/typicode/husky) to permit the latest version. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e58109b32..f17e2f24c 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint-plugin-markdown": "^3.0.0", "express": "^4.18.1", "globby": "^13.1.2", - "husky": "^8.0.0", + "husky": "^8.0.1", "identity-obj-proxy": "^3.0.0", "jest": "29.x", "jison": "^0.4.18",