From 76c4b2288b10af65c645148eeab4ed912137c3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:13:43 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.1.0 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f67baa..9c16f2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3624,9 +3624,9 @@ "dev": true }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 095749c..f71c2c4 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@rollup/plugin-node-resolve": "^15.1.0", "@types/jest": "^27.5.0", "@types/react": "^18.2.7", - "husky": "^8.0.3", + "husky": "^9.1.0", "jest": "^26.6.3", "prettier": "^3.0.3", "rollup": "^2.36.1",