diff --git a/package-lock.json b/package-lock.json index 89d62997..3868f76f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,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.1.5", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.2.2", @@ -11134,14 +11134,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, - "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -25924,7 +25925,9 @@ "dev": true }, "husky": { - "version": "8.0.3", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 33174d87..843991ab 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,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.1.5", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.2.2",