diff --git a/package-lock.json b/package-lock.json index 3483d51..8dc6734 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.0.11" } }, "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.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "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.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 51c4f14..cf4fd48 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.0.11" } } diff --git a/templates/cli/package.json b/templates/cli/package.json index f9c262c..e7ce88d 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.0.11", "lint-staged": "15.2.1", "prettier": "3.2.5", "standard-version": "9.5.0" diff --git a/templates/javascript/package.json b/templates/javascript/package.json index 02238f8..4261e79 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.0.11", "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", "lint-staged": "15.2.1", diff --git a/templates/typescript/package.json b/templates/typescript/package.json index e0f33fe..dc9094d 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.0.11", "jest": "29.6.2", "jest-environment-jsdom": "29.6.2", "lint-staged": "15.2.1",