diff --git a/package-lock.json b/package-lock.json index e85ef25cb7..d5c89fae97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "event-to-promise": "^0.8.0", "graphql": "^16.9.0", "http-status-code": "^2.1.0", - "husky": "^9.0.8", + "husky": "^9.1.4", "json-schema-merge-allof": "^0.8.1", "kill-port": "2.0.1", "lint-staged": "^15.2.2", @@ -8146,9 +8146,9 @@ } }, "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.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index ca75e6800c..4906bf4c3c 100644 --- a/package.json +++ b/package.json @@ -359,7 +359,7 @@ "event-to-promise": "^0.8.0", "graphql": "^16.9.0", "http-status-code": "^2.1.0", - "husky": "^9.0.8", + "husky": "^9.1.4", "json-schema-merge-allof": "^0.8.1", "kill-port": "2.0.1", "lint-staged": "^15.2.2",