From 60b6db293497bc00c9c888474a98353da57dff2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:01:02 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9.1.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19a36a9..783db6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@form8ion/remark-lint-preset": "6.0.3", "ban-sensitive-files": "1.10.4", "cz-conventional-changelog": "3.3.0", - "husky": "9.1.1", + "husky": "9.1.2", "lockfile-lint": "4.14.0", "npm-run-all2": "6.2.2", "remark-cli": "12.0.1", @@ -3187,9 +3187,9 @@ } }, "node_modules/husky": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", - "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", + "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 508e8d5..3fb1ab5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@form8ion/remark-lint-preset": "6.0.3", "ban-sensitive-files": "1.10.4", "cz-conventional-changelog": "3.3.0", - "husky": "9.1.1", + "husky": "9.1.2", "lockfile-lint": "4.14.0", "npm-run-all2": "6.2.2", "remark-cli": "12.0.1",