diff --git a/package-lock.json b/package-lock.json index 4518cce..3b7b146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@biomejs/biome": "1.8.3", "@tailwindcss/typography": "^0.5.15", "@textlint/textlint-plugin-markdown": "^14.0.4", - "husky": "^9.1.4", + "husky": "^9.1.6", "npm-run-all2": "^6.2.2", "scaffdog": "^4.0.0", "textlint": "^14.0.4", @@ -6393,9 +6393,9 @@ } }, "node_modules/husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 7cedb61..7b1c5b6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@biomejs/biome": "1.8.3", "@tailwindcss/typography": "^0.5.15", "@textlint/textlint-plugin-markdown": "^14.0.4", - "husky": "^9.1.4", + "husky": "^9.1.6", "npm-run-all2": "^6.2.2", "scaffdog": "^4.0.0", "textlint": "^14.0.4",