diff --git a/package-lock.json b/package-lock.json index c0a5be4..7abb6e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.27.0", - "husky": "^9.1.0", + "husky": "^9.1.4", "lint-staged": "^15.2.7", "nuxt-compress": "^5.0.0", "sass": "^1.77.8", @@ -8664,9 +8664,9 @@ } }, "node_modules/husky": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", - "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", + "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 c65d4f3..4b84878 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.27.0", - "husky": "^9.1.0", + "husky": "^9.1.4", "lint-staged": "^15.2.7", "nuxt-compress": "^5.0.0", "sass": "^1.77.8",