Bump husky from 2.2.0 to 2.3.0 (#5594)

Bumps [husky](https://github.com/typicode/husky) from 2.2.0 to 2.3.0.
- [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.2.0...v2.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-15 10:35:49 +00:00
committed by peril-parse-community[bot]
parent d84f56bb0e
commit 47a86be7ba
2 changed files with 12 additions and 6 deletions

16
package-lock.json generated
View File

@@ -5298,9 +5298,9 @@
}
},
"husky": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz",
"integrity": "sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.3.0.tgz",
"integrity": "sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",
@@ -5310,9 +5310,9 @@
"is-ci": "^2.0.0",
"pkg-dir": "^4.1.0",
"please-upgrade-node": "^3.1.1",
"read-pkg": "^5.0.0",
"read-pkg": "^5.1.1",
"run-node": "^1.0.0",
"slash": "^2.0.0"
"slash": "^3.0.0"
},
"dependencies": {
"pkg-dir": {
@@ -5323,6 +5323,12 @@
"requires": {
"find-up": "^3.0.0"
}
},
"slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
"dev": true
}
}
},

View File

@@ -59,7 +59,7 @@
"eslint-plugin-flowtype": "3.8.2",
"flow-bin": "0.98.1",
"gaze": "1.1.3",
"husky": "2.2.0",
"husky": "2.3.0",
"jasmine": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.6.2",