From 9a6af6a5c479a0357b8a0be2c2168472e838031c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:05:12 +0000 Subject: [PATCH] chore(deps-dev): 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a7b24..b41c5b6 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "exegesis": "^4.1.0", "exegesis-express": "^4.0.0", "express": "^4.16.4", - "husky": "^7.0.2", + "husky": "^8.0.3", "lint-staged": "^12.1.2", "mocha": "^9.1.1", "nyc": "^15.0.1",