From 9e256de419e4ec81dba49aa3234f47a4869aeb3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:37:41 +0000 Subject: [PATCH] chore(deps): update devdependency husky to v9.1.4 --- 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 59a0c6cdf8..707fbedb67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-security": "3.0.1", "finalhandler": "1.2.0", "get-port-please": "3.1.2", - "husky": "9.1.3", + "husky": "9.1.4", "jsdom": "24.1.1", "lint-staged": "15.2.7", "markdown-it-inline-comments": "1.0.1", @@ -12141,9 +12141,9 @@ } }, "node_modules/husky": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", - "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 813cf1ef32..7890f36d84 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-security": "3.0.1", "finalhandler": "1.2.0", "get-port-please": "3.1.2", - "husky": "9.1.3", + "husky": "9.1.4", "jsdom": "24.1.1", "lint-staged": "15.2.7", "markdown-it-inline-comments": "1.0.1",