diff --git a/package-lock.json b/package-lock.json index 90ca6dec4bfb40..070f351eb7df62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-unicorn": "^50.0.1", "fast-json-stable-stringify": "~2.1.0", "fdir": "~6.1.0", - "husky": "^8.0.1", + "husky": "^9.0.2", "json-schema-to-typescript": "~13.1.0", "lint-staged": "^15.0.1", "mocha": "~10.2.0", @@ -5240,15 +5240,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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", + "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", "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 6d1d55809f19b6..9b98337aa7c2c8 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-unicorn": "^50.0.1", "fast-json-stable-stringify": "~2.1.0", "fdir": "~6.1.0", - "husky": "^8.0.1", + "husky": "^9.0.2", "json-schema-to-typescript": "~13.1.0", "lint-staged": "^15.0.1", "mocha": "~10.2.0",