From 1eb7f12970499f7530df743379e010d831bc35eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 06:12:31 +0000 Subject: [PATCH] :arrow_up: 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 e5433fe..fe8711b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "commitizen": "^4.2.4", "commitlint-config-gitmoji": "^2.2.5", "cz-emoji": "^1.3.1", - "husky": "^6.0.0", + "husky": "^8.0.0", "rollup": "^2.51.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index c44898a..8ad62a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3118,10 +3118,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.17, iconv-lite@^0.4.24: version "0.4.24"