From 6d48821eaa34a9eb06bebd89c19f6e295a9ad97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:24:40 +0000 Subject: [PATCH] Bump husky from 9.1.3 to 9.1.4 (#546) Bumps [husky](https://github.com/typicode/husky) from 9.1.3 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.3...v9.1.4) --- 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 0850015b..e05e4b62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@antfu/eslint-config": "2.24.1", "@types/node": "^20.14.12", "eslint": "^9.7.0", - "husky": "^9.1.3", + "husky": "^9.1.4", "lint-staged": "^15.2.8", "tsc-watch": "^6.2.0", "typescript": "^5.5.4" @@ -3977,9 +3977,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, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 989f9771..1220c4a7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@antfu/eslint-config": "2.24.1", "@types/node": "^20.14.12", "eslint": "^9.7.0", - "husky": "^9.1.3", + "husky": "^9.1.4", "lint-staged": "^15.2.8", "tsc-watch": "^6.2.0", "typescript": "^5.5.4"