From 0ff84b33084942e8af0a135d86c3f1e24fedbb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:35:45 +0000 Subject: [PATCH] Bump husky from 9.1.2 to 9.1.3 Bumps [husky](https://github.com/typicode/husky) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:production update-type: version-update:semver-patch ... 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 56ebfddb00cb2e6..42dcd9f2b1d1960 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "env-cmd": "10.1.0", "fdir": "^6.2.0", "gray-matter": "^4.0.3", - "husky": "9.1.2", + "husky": "9.1.3", "js-yaml": "^4.1.0", "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0", diff --git a/yarn.lock b/yarn.lock index 3b9f7d1ef1ad429..2e6357f8f1c17d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4278,10 +4278,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@9.1.2: - version "9.1.2" - resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.2.tgz#ddaf290384c7adab4fd3143571c73d05b19f42ee" - integrity sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw== +husky@9.1.3: + version "9.1.3" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.3.tgz#46cddff01f9a551f87b39accc67860bce5d00680" + integrity sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"