diff --git a/package-lock.json b/package-lock.json index 035e41b..a909924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.0", "conventional-changelog-conventionalcommits": "^7.0.2", - "husky": "^9.0.11", + "husky": "^9.1.6", "lint-staged": "^15.2.7", "markdownlint-cli": "^0.41.0", "npm-check-updates": "^16.14.20", @@ -6387,13 +6387,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, - "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 11cd4ba..6bb7e6e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@semantic-release/git": "^10.0.1", "commitizen": "^4.3.0", "conventional-changelog-conventionalcommits": "^7.0.2", - "husky": "^9.0.11", + "husky": "^9.1.6", "lint-staged": "^15.2.7", "markdownlint-cli": "^0.41.0", "npm-check-updates": "^16.14.20",