From 11c48d9fe5cb88d39a243daf8fac1b8ef9c3a7ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:31:34 +0000 Subject: [PATCH] chore(deps): 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 7e6997d..4fde924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ban-sensitive-files": "1.10.5", "commitlint-config-travi": "1.4.50", "cz-conventional-changelog": "3.3.0", - "husky": "9.1.3", + "husky": "9.1.4", "lockfile-lint": "4.14.0", "npm-run-all2": "6.2.2", "publint": "0.2.9", @@ -3363,9 +3363,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 19f8942..1237cfa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ban-sensitive-files": "1.10.5", "commitlint-config-travi": "1.4.50", "cz-conventional-changelog": "3.3.0", - "husky": "9.1.3", + "husky": "9.1.4", "lockfile-lint": "4.14.0", "npm-run-all2": "6.2.2", "publint": "0.2.9",