diff --git a/package-lock.json b/package-lock.json index 3483d51..5e0bbb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@commitlint/config-conventional": "18.6.3", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", - "husky": "8.0.3" + "husky": "9.1.0" } }, "node_modules/@babel/code-frame": { @@ -1407,15 +1407,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.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -3914,9 +3914,9 @@ "dev": true }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 51c4f14..245bdbe 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "@commitlint/config-conventional": "18.6.3", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", - "husky": "8.0.3" + "husky": "9.1.0" } } diff --git a/templates/cli/package.json b/templates/cli/package.json index 01d9694..e5378f8 100644 --- a/templates/cli/package.json +++ b/templates/cli/package.json @@ -49,7 +49,7 @@ "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", "eslint-formatter-pretty": "4.1.0", - "husky": "8.0.3", + "husky": "9.1.0", "lint-staged": "15.2.5", "prettier": "3.2.5", "standard-version": "9.5.0" diff --git a/templates/javascript/package.json b/templates/javascript/package.json index a2c2134..1aa006e 100644 --- a/templates/javascript/package.json +++ b/templates/javascript/package.json @@ -70,7 +70,7 @@ "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", "eslint-formatter-pretty": "4.1.0", - "husky": "8.0.3", + "husky": "9.1.0", "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", "lint-staged": "15.2.5", diff --git a/templates/typescript/package.json b/templates/typescript/package.json index e9824d0..ba6c776 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -93,7 +93,7 @@ "eslint": "8.56.0", "eslint-formatter-pretty": "5.0.0", "fs-extra": "11.2.0", - "husky": "8.0.3", + "husky": "9.1.0", "jest": "29.6.2", "jest-environment-jsdom": "29.6.2", "lint-staged": "15.2.5",