diff --git a/package-lock.json b/package-lock.json index 3733d5b6..bb964bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-config-skyscanner": "main.js" }, "devDependencies": { - "husky": "^9.0.6", + "husky": "^9.1.4", "jest": "^29.7.0", "lint-staged": "^15.2.0", "markdown-spellcheck": "^1.3.1" @@ -4914,12 +4914,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 42ad146d..7da00040 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "prettier": "^3.3.1" }, "devDependencies": { - "husky": "^9.0.6", + "husky": "^9.1.4", "jest": "^29.7.0", "lint-staged": "^15.2.0", "markdown-spellcheck": "^1.3.1"