From 725cbe036cab2667f2c523e616f174cad978efb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:23:54 +0000 Subject: [PATCH] Bump husky from 8.0.3 to 9.0.2 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 035e6e850a51da..9b96cc035f6fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-unicorn": "^50.0.1", "fast-json-stable-stringify": "~2.1.0", "fdir": "~6.1.0", - "husky": "^8.0.1", + "husky": "^9.0.2", "json-schema-to-typescript": "~13.1.0", "lint-staged": "^15.0.1", "mocha": "~10.2.0", @@ -5240,15 +5240,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 6d1d55809f19b6..9b98337aa7c2c8 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-unicorn": "^50.0.1", "fast-json-stable-stringify": "~2.1.0", "fdir": "~6.1.0", - "husky": "^8.0.1", + "husky": "^9.0.2", "json-schema-to-typescript": "~13.1.0", "lint-staged": "^15.0.1", "mocha": "~10.2.0",