diff --git a/package-lock.json b/package-lock.json index e9d3a3565..8e1e94450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chokidar-cli": "^3.0.0", "eslint": "^8.57.0", "http-server": "^14.1.1", - "husky": "^9.0.11", + "husky": "^9.1.0", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", @@ -3953,12 +3953,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.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index a70dbe206..61b9a564f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "chokidar-cli": "^3.0.0", "eslint": "^8.57.0", "http-server": "^14.1.1", - "husky": "^9.0.11", + "husky": "^9.1.0", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3",