From 37535efed407bc08bdfae52ef45301594312450f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:30:51 +0000 Subject: [PATCH] Bump husky from 9.1.2 to 9.1.3 Bumps [husky](https://github.com/typicode/husky) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88373d68..9b76c225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@antfu/eslint-config": "2.23.2", "@types/node": "^20.14.12", "eslint": "^9.7.0", - "husky": "^9.1.2", + "husky": "^9.1.3", "lint-staged": "^15.2.7", "tsc-watch": "^6.2.0", "typescript": "^5.5.4" @@ -4075,11 +4075,10 @@ } }, "node_modules/husky": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", - "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, - "license": "MIT", "bin": { "husky": "bin.js" }, diff --git a/package.json b/package.json index 1e0cc00f..036f64ba 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@antfu/eslint-config": "2.23.2", "@types/node": "^20.14.12", "eslint": "^9.7.0", - "husky": "^9.1.2", + "husky": "^9.1.3", "lint-staged": "^15.2.7", "tsc-watch": "^6.2.0", "typescript": "^5.5.4"