From 1f4a2aa6a056e146e85e9ba8bc021380812f63ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 20:43:39 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.8 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...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 88c45e97c..dc464ffed 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "chokidar-cli": "^2.0.0", - "husky": "^4.2.0", + "husky": "^8.0.3", "lerna": "^3.13.3", "typescript": "~4.8.0" },