diff --git a/package-lock.json b/package-lock.json index cff06623f42..7e5711d291a 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.4", "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.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 41a363a0dcf..07a8470ef19 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.4", "jest-silent-reporter": "0.6.0", "lint-staged": "15.2.7", "lodash": "4.17.21",