diff --git a/package-lock.json b/package-lock.json index 4f6b741b..48a1fc44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^5.3.3", "date-fns": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", - "husky": "^8.0.3", + "husky": "^9.1.1", "lint-staged": "^15.2.7", "prettier": "^3.3.3", "purgecss-webpack-plugin": "^5.0.0", @@ -5437,15 +5437,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.1.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "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 b41f98a0..53895dca 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bootstrap": "^5.3.3", "date-fns": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", - "husky": "^8.0.3", + "husky": "^9.1.1", "lint-staged": "^15.2.7", "prettier": "^3.3.3", "purgecss-webpack-plugin": "^5.0.0",