From 261abbc646490fc305317eb2ba21d6171af5d893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:57:32 +0300 Subject: [PATCH] chore(deps): update dependency husky to v9.1.4 (#1189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 7bde9e12e..cc88b2aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.8.0", "fs-extra": "11.2.0", - "husky": "9.1.1", + "husky": "9.1.4", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jsdom": "24.1.1", @@ -23497,9 +23497,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.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index caddc3dad..edc0be318 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.8.0", "fs-extra": "11.2.0", - "husky": "9.1.1", + "husky": "9.1.4", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jsdom": "24.1.1",