From 47a744b49c7b0b2a246372c5f47f6bdbe92acc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:35:40 +0000 Subject: [PATCH] build(deps-dev): bump husky from 6.0.0 to 8.0.2 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v8.0.2) --- 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 a9ac895..350c4f7 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "eslint-plugin-switch-case": "^1.1.2", "eslint-plugin-unicorn": "^45.0.1", "github-action-readme-generator": "^1.2.7", - "husky": "^6.0.0", + "husky": "^8.0.2", "inquirer": "^8.0.0", "is-ci": "^3.0.1", "jest": "^29.3.1", diff --git a/yarn.lock b/yarn.lock index 95de39b..68650a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6436,10 +6436,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" - integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== +husky@^8.0.2: + version "8.0.2" + resolved "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236" + integrity sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg== hyperlinker@^1.0.0: version "1.0.0"