diff --git a/package-lock.json b/package-lock.json index 5349ca256..70094e65d 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.7", + "husky": "9.0.8", "mocha": "10.2.0", "msw": "2.1.5", "nyc": "15.1.0", @@ -4374,9 +4374,9 @@ } }, "node_modules/husky": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", - "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.8.tgz", + "integrity": "sha512-/f3Oj+419kf2RkchD5GpFTPj8yAeMYuSs0vB+cgdi8pDxydI8zCFlK/kVQOCqAujahfW6fDBb7t/ZWxTfevOpA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 65adde4f6..188272ae6 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.7", + "husky": "9.0.8", "mocha": "10.2.0", "msw": "2.1.5", "nyc": "15.1.0",