From d49a4488b6eb863957ba3767da8f93f5ee117368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:59:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20husky=20from=208.0.3=20to=20?= =?UTF-8?q?9.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40ea41f..5bd1a7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "commitlint-config-gitmoji": "^2.3.1", "cpy-cli": "^5.0.0", "cz-gitmoji": "0.0.7", - "husky": "^8.0.3", + "husky": "^9.0.2", "jest": "^29.7.0", "rimraf": "^5.0.5", "semantic-release": "^22.0.10", @@ -6585,15 +6585,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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", + "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", "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 3ed8e40..3b4ea17 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "commitlint-config-gitmoji": "^2.3.1", "cpy-cli": "^5.0.0", "cz-gitmoji": "0.0.7", - "husky": "^8.0.3", + "husky": "^9.0.2", "jest": "^29.7.0", "rimraf": "^5.0.5", "semantic-release": "^22.0.10",