diff --git a/package-lock.json b/package-lock.json index d555ba83..d345520f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "husky": "^9.1.4", + "husky": "^9.1.5", "lint-staged": "^15.2.7", "textlint": "^14.2.0", "textlint-rule-preset-ja-spacing": "^2.4.3", @@ -1592,9 +1592,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.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 68217e12..740bd14a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "prepare": "husky" }, "devDependencies": { - "husky": "^9.1.4", + "husky": "^9.1.5", "lint-staged": "^15.2.7", "textlint": "^14.2.0", "textlint-rule-preset-ja-spacing": "^2.4.3",