From bb119a0eb9f18fea8e0216e25351f4710ccc5411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:33:00 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f4112c4..9f83d7f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-storybook": "0.8.0", - "husky": "8.0.3", + "husky": "9.0.11", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.2.2", @@ -11096,14 +11096,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, - "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -25851,7 +25852,9 @@ "dev": true }, "husky": { - "version": "8.0.3", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 5c3f60c6..ddeb7a42 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-storybook": "0.8.0", - "husky": "8.0.3", + "husky": "9.0.11", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.2.2",