From a63aa07b4d46bd6dfbe1a0c8a9dcc98e65306ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 04:16:30 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 6.0.0 to 7.0.2 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.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 1c14a73553d..aa5b6da2c28 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "esm": "^3.2.25", "file-saver": "^2.0.2", "fs-extra": "^10.0.0", - "husky": "^6.0.0", + "husky": "^7.0.2", "js-yaml": "^4.0.0", "lerna": "^4.0.0", "mocha": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 486fff600be..1a45f353361 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8830,10 +8830,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@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff" + integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg== hyphenate-style-name@^1.0.3: version "1.0.4"