diff --git a/package-lock.json b/package-lock.json index a51297a8..7a0af0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "atomic-algolia": "^0.3.19", "autocorrect-node": "^2.9.0", - "husky": "^8.0.0", + "husky": "^9.0.7", "lint-staged": "^15.2.0", "markdownlint-cli2": "^0.11.0", "markdownlint-rule-search-replace": "^1.2.0" @@ -2854,15 +2854,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 7152c2e1..56251486 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "atomic-algolia": "^0.3.19", "autocorrect-node": "^2.9.0", - "husky": "^8.0.0", + "husky": "^9.0.7", "lint-staged": "^15.2.0", "markdownlint-cli2": "^0.11.0", "markdownlint-rule-search-replace": "^1.2.0"