From cd1daeb8b6a8860b4e475057f0e6df72989c5fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:16:09 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 7.0.4 to 9.1.7 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61662d5005c..3c302c7a7f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@commitlint/config-conventional": "16.0.0", "commitizen": "4.2.5", "cz-conventional-changelog": "3.3.0", - "husky": "7.0.4", + "husky": "9.1.7", "is-ci": "3.0.1", "jira-prepare-commit-msg": "1.6.2", "pinst": "2.1.6", @@ -1528,15 +1528,15 @@ } }, "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 4e0d2dc4879..bba1e2a1f78 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@commitlint/config-conventional": "16.0.0", "commitizen": "4.2.5", "cz-conventional-changelog": "3.3.0", - "husky": "7.0.4", + "husky": "9.1.7", "is-ci": "3.0.1", "jira-prepare-commit-msg": "1.6.2", "pinst": "2.1.6",