diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 631a0394..e9eb39e9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -47,7 +47,7 @@ "depcheck": "^1.4.7", "eslint": "^8.57.0", "esmock": "^2.6.7", - "husky": "^9.0.11", + "husky": "^9.1.0", "licensee": "^10.0.0", "nyc": "^17.0.0", "rimraf": "^5.0.8", @@ -7274,12 +7274,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 a4c686fb..53aaa2a1 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "depcheck": "^1.4.7", "eslint": "^8.57.0", "esmock": "^2.6.7", - "husky": "^9.0.11", + "husky": "^9.1.0", "licensee": "^10.0.0", "nyc": "^17.0.0", "rimraf": "^5.0.8",