From 88f98e25d85a07cb9845e841e2a7bfc1e283d4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:01:12 +0000 Subject: [PATCH] chore(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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e5327d..f89a0e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1916,9 +1916,9 @@ "dev": true }, "husky": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", - "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", + "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 4180378..f52a9c5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^6.3.0", - "husky": "^6.0.0", + "husky": "^8.0.2", "lint-staged": "^10.5.4", "markdownlint-cli": "^0.27.1", "prettier": "2.2.1"