From ea11ec337c1748046592d3c291fc86343283971a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:02:34 +0000 Subject: [PATCH] build(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 f1114c8e6..40c4d6859 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "2.25.3", "expo-module-scripts": "^2.0.0", - "husky": "4.3.8", + "husky": "8.0.3", "jest": "25.5.4", "jest-cli": "25.5.4", "lint-staged": "^12.1.2",