diff --git a/package-lock.json b/package-lock.json index 4b4a6497a..697da9864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "docsify-cli": "^4.4.4", "eslint": "^9.8.0", "eslint-plugin-json": "^4.0.0", - "husky": "^9.1.3" + "husky": "^9.1.4" }, "funding": { "type": "github", @@ -1600,9 +1600,9 @@ } }, "node_modules/husky": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", - "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index eff1e8250..eb57e8b90 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "docsify-cli": "^4.4.4", "eslint": "^9.8.0", "eslint-plugin-json": "^4.0.0", - "husky": "^9.1.3" + "husky": "^9.1.4" } }