From 314f76a5db6b60e3cacd6b96cb3735463fc3d499 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 20:49:18 +0200 Subject: [PATCH] Bump husky from 3.0.7 to 3.0.8 in /ui (#234) Bumps [husky](https://github.com/typicode/husky) from 3.0.7 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.7...v3.0.8) Signed-off-by: dependabot-preview[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 76c9e848..21fc6908 100644 --- a/ui/package.json +++ b/ui/package.json @@ -42,7 +42,7 @@ "eslint-plugin-prettier": "^3.1.1", "eventsourcemock": "^2.0.0", "http-proxy-middleware": "^0.20.0", - "husky": "^3.0.7", + "husky": "^3.0.8", "mutationobserver-shim": "^0.3.3", "prettier": "1.18.2", "pretty-quick": "^1.11.1" diff --git a/ui/yarn.lock b/ui/yarn.lock index bfe4f82a..e0b5bb10 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -5286,10 +5286,10 @@ https-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= -husky@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.7.tgz#05e869006c7d9a31b27893aeda520e730bd125b9" - integrity sha512-fIrkaREoQk6DO8KnSX16Aq7Kg9SxqYYQZH/9b+4AxXyXNNgpJLsc8lWlQCShLus1nbujIyZ/WQZBHGwClohK/w== +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"