From f84ca3da85aba5d4ee8fc54224b0892541f1ef22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:50:14 +0000 Subject: [PATCH] Update dependency 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 711702fa..2df3ab45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-redos-detector": "2.4.0", "espree": "10.1.0", - "husky": "9.1.3", + "husky": "9.1.4", "knex": "3.1.0", "lint-staged": "15.2.7", "micromatch": "4.0.7", @@ -3388,9 +3388,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 c5ee4640..07ed56f0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-redos-detector": "2.4.0", "espree": "10.1.0", - "husky": "9.1.3", + "husky": "9.1.4", "knex": "3.1.0", "lint-staged": "15.2.7", "micromatch": "4.0.7",