From 7e04e9246acee4e23b126203d3469a718a362d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:39:09 +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 c1f1110..1857fc8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-editorconfig": "^4.0.3", - "husky": "^9.1.2", + "husky": "^9.1.3", "postcss": "^8.4.40", "prettier": "^3.3.3", "stylelint": "^16.7.0", diff --git a/yarn.lock b/yarn.lock index dde689f..c56fcfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -922,10 +922,10 @@ htmlparser2@^9.1.0: domutils "^3.1.0" entities "^4.5.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== ignore@^5.2.0, ignore@^5.3.1: version "5.3.1"