From 6073a150c4c5a5eb01bb76f50189f1fee6cae07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:01:18 +0000 Subject: [PATCH] Bump husky from 9.1.4 to 9.1.6 (#576) Bumps [husky](https://github.com/typicode/husky) from 9.1.4 to 9.1.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.4...v9.1.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... 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 b1021e22..568654f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@antfu/eslint-config": "2.26.0", "@types/node": "^20.14.12", "eslint": "^9.10.0", - "husky": "^9.1.4", + "husky": "^9.1.6", "lint-staged": "^15.2.9", "tsc-watch": "^6.2.0", "typescript": "^5.5.4" @@ -3713,9 +3713,9 @@ } }, "node_modules/husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 543629c5..e7f97ecd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@antfu/eslint-config": "2.26.0", "@types/node": "^20.14.12", "eslint": "^9.10.0", - "husky": "^9.1.4", + "husky": "^9.1.6", "lint-staged": "^15.2.9", "tsc-watch": "^6.2.0", "typescript": "^5.5.4"