diff --git a/package-lock.json b/package-lock.json index 3fc411b13b..e79295d011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "cypress-visual-regression": "3.0.0", "eslint": "8.56.0", "gh-pages": "6.1.1", - "husky": "8.0.3", + "husky": "9.0.7", "jsdom": "23.2.0", "jsdom-global": "3.0.2", "keycharm": "0.4.0", @@ -9187,15 +9187,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index f4cd068ceb..38f51ecb42 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "cypress-visual-regression": "3.0.0", "eslint": "8.56.0", "gh-pages": "6.1.1", - "husky": "8.0.3", + "husky": "9.0.7", "jsdom": "23.2.0", "jsdom-global": "3.0.2", "keycharm": "0.4.0",