From 77d0f4f1430f14d9dedd2f1ef92b8b042cd0a64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 04:03:08 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 6.0.0 to 8.0.0 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 8.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v8.0.0) --- 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 5e601ef..93ae7b4 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-node": ">=7.0.0", "eslint-plugin-promise": ">=4.0.0", "eslint-plugin-standard": ">=4.0.0", - "husky": "^6.0.0", + "husky": "^8.0.0", "jest": "^24.5.0", "lint-staged": "^8.1.5", "memfs": "^2.15.2", diff --git a/yarn.lock b/yarn.lock index ee6d945..09985e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3590,10 +3590,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" - integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== +husky@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.0.tgz#65b2d94765199d651615716a42ea52f3c2d997a0" + integrity sha512-4qbE/5dzNDNxFEkX9MNRPKl5+omTXQzdILCUWiqG/lWIAioiM5vln265/l6I2Zx8gpW8l1ukZwGQeCFbBZ6+6w== iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: version "0.4.24"