From b947a13ac7aa8ffba00963af6cf1f6d02089a580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:13:40 +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 9c344b3..6dce26e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@commitlint/config-conventional": "18.6.0", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", - "husky": "8.0.3" + "husky": "9.0.11" } }, "node_modules/@babel/code-frame": { @@ -1406,15 +1406,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" @@ -3912,9 +3912,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 64548c4..b140a69 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "@commitlint/config-conventional": "18.6.0", "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 ae12bd8..30be864 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.4", "standard-version": "9.5.0" diff --git a/templates/javascript/package.json b/templates/javascript/package.json index ab183a6..466c95a 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 5cf302a..ad06e14 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",