diff --git a/package-lock.json b/package-lock.json index 65a85cdc2d44..1a15316911d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,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", @@ -8011,9 +8011,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 1351698f8c50..1b100ea8c5ea 100644 --- a/package.json +++ b/package.json @@ -357,7 +357,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",