From 6702325396bd4d4f75eae42cd89c023dcad2adda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:35:43 +0000 Subject: [PATCH] fix(deps): bump husky from 9.1.1 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a05b5b..5fa1800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/node": "^20.14.12", "chai": "4.4.1", "eslint": "8.57.0", - "husky": "^9.1.1", + "husky": "^9.1.4", "lint-staged": "^15.2.7", "logging": "^3.3.0", "mocha": "^10.7.0", @@ -4832,9 +4832,9 @@ } }, "node_modules/husky": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", - "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 5bf7bd1..b800368 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "^20.14.12", "chai": "4.4.1", "eslint": "8.57.0", - "husky": "^9.1.1", + "husky": "^9.1.4", "lint-staged": "^15.2.7", "logging": "^3.3.0", "mocha": "^10.7.0",