diff --git a/package-lock.json b/package-lock.json index b14788c7c3..f53975fd26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-import": "2.29.1", "glob": "7.2.3", "history": "5.3.0", - "husky": "7.0.4", + "husky": "9.1.5", "jest": "29.7.0", "react-test-renderer": "^17.0.2" } @@ -9202,14 +9202,16 @@ } }, "node_modules/husky": { - "version": "7.0.4", + "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": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 7d3966bb48..029a741583 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-import": "2.29.1", "glob": "7.2.3", "history": "5.3.0", - "husky": "7.0.4", + "husky": "9.1.5", "jest": "29.7.0", "react-test-renderer": "^17.0.2" }