From 3ca5118c506f6bb8af52d9847af36ad747125f0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:42:17 +0000 Subject: [PATCH] fix(deps): update dependency husky to v9.1.4 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a93e6d2..a5354ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@proofdict/textlint-rule-proofdict": "3.1.2", "@qiita/qiita-cli": "1.4.3", - "husky": "9.0.11", + "husky": "9.1.4", "markdownlint": "0.34.0", "markdownlint-cli2": "0.13.0", "prettier": "3.3.3", @@ -1988,11 +1988,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index bd0b0be..1f796f7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@proofdict/textlint-rule-proofdict": "3.1.2", "@qiita/qiita-cli": "1.4.3", - "husky": "9.0.11", + "husky": "9.1.4", "markdownlint": "0.34.0", "markdownlint-cli2": "0.13.0", "prettier": "3.3.3",