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",