diff --git a/package-lock.json b/package-lock.json index 70094e65d..3b4da9f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/mocha": "10.0.6", "express": "4.18.2", "finalhandler": "1.2.0", - "husky": "9.0.8", + "husky": "9.0.9", "mocha": "10.2.0", "msw": "2.1.5", "nyc": "15.1.0", @@ -4374,12 +4374,12 @@ } }, "node_modules/husky": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.8.tgz", - "integrity": "sha512-/f3Oj+419kf2RkchD5GpFTPj8yAeMYuSs0vB+cgdi8pDxydI8zCFlK/kVQOCqAujahfW6fDBb7t/ZWxTfevOpA==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.9.tgz", + "integrity": "sha512-eW92PRr1XPKDWd7/iM2JvAl9gEKK3TF69yvbllQtKSYBw+Wtoi+P38NqH1Z7++sSd80FBkFagBFJkoQvMhCnGw==", "dev": true, "bin": { - "husky": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 188272ae6..231a9d270 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/mocha": "10.0.6", "express": "4.18.2", "finalhandler": "1.2.0", - "husky": "9.0.8", + "husky": "9.0.9", "mocha": "10.2.0", "msw": "2.1.5", "nyc": "15.1.0",