summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-12 19:32:16 +0800
committerHaishan <[email protected]>2019-06-20 00:37:40 +0800
commit067c108f1bbf75bf52ee0f8366a4c426c8ace2cb (patch)
tree9bad55fc8e82ebb3c65e754e39b5856c07d80763
parentc291147668171ec122fa58cd71b57c0dfd733513 (diff)
build(deps-dev): bump husky from 2.4.0 to 2.4.1 (#40)
Bumps [husky](https://github.com/typicode/husky) from 2.4.0 to 2.4.1. - [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/v2.4.0...v2.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index cdf43c1..b39c75f 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
"eslint-plugin-react-hooks": "^1.0.1",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
- "husky": "^2.4.0",
+ "husky": "^2.4.1",
"lint-staged": "^8.2.0",
"mini-css-extract-plugin": "^0.7.0",
"postcss-extend-rule": "^2.0.0",
diff --git a/yarn.lock b/yarn.lock
index 21b2cbf..cd60532 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4171,10 +4171,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"
-husky@^2.4.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.0.tgz#1bac7c44588f6e91f808b72efc82d24a57194f36"
- integrity sha512-3k1wuZU20gFkphNWMjh2ISCFaqfbaLY7R9FST2Mj9HeRhUK9ydj9qQR8qfXlog3EctVGsyeilcZkIT7uBZDDVA==
+husky@^2.4.1:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.1.tgz#dd00f9646f8693b93f7b3a12ba4be00be0eff7ab"
+ integrity sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw==
dependencies:
cosmiconfig "^5.2.0"
execa "^1.0.0"