diff --git a/package-lock.json b/package-lock.json index 2a646e45..4d3254a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@prettier/plugin-xml": "3.4.1", - "husky": "9.0.11", + "husky": "9.1.0", "lint-staged": "^15.1.0", "prettier": "3.3.3", "which": "^4.0.0" @@ -299,12 +299,13 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, + "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 364270d3..03133491 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "devDependencies": { "@prettier/plugin-xml": "3.4.1", - "husky": "9.0.11", + "husky": "9.1.0", "lint-staged": "^15.1.0", "prettier": "3.3.3", "which": "^4.0.0"