From 44989121cdbe763eed4eb90785523eb3412611ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:45:08 +0000 Subject: [PATCH] chore(deps-dev): 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e72847..3848012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4532,9 +4532,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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", + "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 38d6031..2c21f37 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "ban-sensitive-files": "^1.9.2", "commitlint-config-dsmjs": "1.0.51", "cz-conventional-changelog": "^3.0.2", - "husky": "8.0.3", + "husky": "9.0.2", "npm-run-all": "^4.1.5", "remark-cli": "^11.0.0" },