diff --git a/package-lock.json b/package-lock.json index cff06623f42..5b63f9dae06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "grunt-contrib-copy": "1.0.0", "grunt-shell": "4.0.0", "grunt-wp-deploy": "2.1.2", - "husky": "9.0.11", + "husky": "9.1.5", "jest-silent-reporter": "0.6.0", "lint-staged": "15.2.7", "lodash": "4.17.21", @@ -16758,12 +16758,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.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 41a363a0dcf..efd54a726df 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "grunt-contrib-copy": "1.0.0", "grunt-shell": "4.0.0", "grunt-wp-deploy": "2.1.2", - "husky": "9.0.11", + "husky": "9.1.5", "jest-silent-reporter": "0.6.0", "lint-staged": "15.2.7", "lodash": "4.17.21",