diff --git a/package-lock.json b/package-lock.json index 0f6b52d..c7e1aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,18 +5,18 @@ "packages": { "": { "dependencies": { - "husky": "^9.0.11" + "husky": "^9.1.2" }, "engines": { "node": ">=20" } }, "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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", + "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 135202d..685bf9b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "tabWidth": 4 }, "dependencies": { - "husky": "^9.0.11" + "husky": "^9.1.2" } }