From 7e4f6a45e6d1258ce2e3ce2a54e4903266bc0351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:57:54 -0700 Subject: [PATCH] Bump husky from 9.0.8 to 9.1.4 (#51996) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",