From 42e6b246d96eef92d8f190529bed082652394564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:13:27 +0000 Subject: [PATCH] Bump husky from 7.0.0 to 7.0.2 Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.0...v7.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... 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 624af48b..32f83b4b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "7.32.0", "eslint-config-google": "0.14.0", "git-branch-is": "4.0.0", - "husky": "7.0.0", + "husky": "7.0.2", "markdownlint-cli": "0.28.1", "mocha": "9.1.1", "mocha-param": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 1a47e4cf..fdcc88f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2418,10 +2418,10 @@ http2-wrapper@^1.0.0-beta.5.2: quick-lru "^5.1.1" resolve-alpn "^1.0.0" -husky@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616" - integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w== +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== iconv-lite@^0.4.24, iconv-lite@^0.4.4: version "0.4.24"