diff --git a/package-lock.json b/package-lock.json index 4d3bc6ba57c..08357035730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "eslint-plugin-jsdoc": "^48.2.2", "eslint-plugin-storybook": "^0.8.0", "fast-check": "^3.20.0", - "husky": "^9.1.2", + "husky": "^9.1.4", "jest": "^29.7.0", "jest-axe": "^9.0.0", "jest-canvas-mock": "^2.5.2", @@ -17683,9 +17683,9 @@ } }, "node_modules/husky": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", - "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 3a42e318110..641778d68ea 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "eslint-plugin-jsdoc": "^48.2.2", "eslint-plugin-storybook": "^0.8.0", "fast-check": "^3.20.0", - "husky": "^9.1.2", + "husky": "^9.1.4", "jest": "^29.7.0", "jest-axe": "^9.0.0", "jest-canvas-mock": "^2.5.2",