From 57a91c5213b0f4986c2ecb1c0226b88e23ae2013 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 06:31:23 +0000 Subject: [PATCH] build(deps-dev): bump husky from 3.0.5 to 3.0.8 Bumps [husky](https://github.com/typicode/husky) from 3.0.5 to 3.0.8. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v3.0.5...v3.0.8) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c7941d22..d952e07d5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "6.3.0", "eslint-config-rem": "4.0.0", "eslint-plugin-prettier": "3.1.1", - "husky": "3.0.5", + "husky": "3.0.8", "lerna": "3.16.4", "lint-staged": "8.1.6", "prettier": "1.18.2", diff --git a/yarn.lock b/yarn.lock index 1fd6a38e3..532ff55b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6514,10 +6514,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.5.tgz#d7db27c346645a8dc52df02aa534a377ad7925e0" - integrity sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg== +husky@3.0.8: + version "3.0.8" + resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.8.tgz#8de3fed26ce9b43034ef51013c4ad368b6b74ea8" + integrity sha512-HFOsgcyrX3qe/rBuqyTt+P4Gxn5P0seJmr215LAZ/vnwK3jWB3r0ck7swbzGRUbufCf9w/lgHPVbF/YXQALgfQ== dependencies: chalk "^2.4.2" cosmiconfig "^5.2.1"