From 0bd0cfa5491f469a73e6254b82602c12812893b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:17:40 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.10) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2fe65b09b..5a0bc4451 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-config-mdcs": "^5.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-html": "^7.1.0", - "husky": "^8.0.2", + "husky": "^9.0.10", "jest": "^26.6.3", "lerna": "^6.6.2", "lint-staged": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index f00324051..c0b2c8226 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3963,10 +3963,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^8.0.2: - version "8.0.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" - integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== +husky@^9.0.10: + version "9.0.10" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.10.tgz#ddca8908deb5f244e9286865ebc80b54387672c2" + integrity sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"