From 7e1a18c40aa094971ea19519c822c5b75b17c9ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:41:41 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- templates/cli/package.json | 2 +- templates/javascript/package.json | 2 +- templates/typescript/package.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3483d51..7cff43d 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.6" } }, "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.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "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.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 51c4f14..b68a4b4 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.6" } } diff --git a/templates/cli/package.json b/templates/cli/package.json index 01d9694..cf5b0b3 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.6", "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..95c565c 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.6", "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..84598b4 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.6", "jest": "29.6.2", "jest-environment-jsdom": "29.6.2", "lint-staged": "15.2.5",