From ed9cdf93d6ebb57179ec17cbdd0b7a1e9bd7bb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:33:13 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.1.2 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e7d6fca..2b87893c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14264,9 +14264,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", + "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 2630f5e7..43cf0f2d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-nuxt": "^3.2.0", "eslint-plugin-storybook": "^0.5.13", "eslint-plugin-vue": "^8.6.0", - "husky": "^8.0.1", + "husky": "^9.1.2", "jest": "^27.5.1", "jest-raw-loader": "^1.0.1", "jest-transform-stub": "^2.0.0",