From ea0aeaf3b71ce21ba9f42bd0f80771aac9c14913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 15:10:45 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.1 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.1...v9.1.4) --- 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 4a07d5ac..3306f5da 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-sourcemaps": "2.6.5", "gulp-uncss": "1.0.6", "gulp-zip": "5.0.2", - "husky": "8.0.1", + "husky": "9.1.4", "inky": "1.4.2", "lazypipe": "1.0.2", "lint-staged": "13.0.3", diff --git a/yarn.lock b/yarn.lock index 90c487d5..09ad56fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5479,10 +5479,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9" - integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw== +husky@9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.4.tgz#926fd19c18d345add5eab0a42b2b6d9a80259b34" + integrity sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"