Update husky to the latest version 🚀 (#5553)

* chore(package): update husky to version 2.2.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-05-02 04:35:38 +00:00
committed by peril-parse-community[bot]
parent 8f0e7f3bcc
commit 1b0d20d53c
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -5219,9 +5219,9 @@
}
},
"husky": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.1.0.tgz",
"integrity": "sha512-FHsqdIJPmQX/89Xg/761RMFCPSNNG2eiQMxChGP081NTohHexEuu/4nYh5m4TcFKq4xm+DqaGp8J/EUnkzL1Aw==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz",
"integrity": "sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==",
"dev": true,
"requires": {
"cosmiconfig": "^5.2.0",
@@ -8304,9 +8304,9 @@
}
},
"read-pkg": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.0.tgz",
"integrity": "sha512-NjNkqf8hlMuSxh+p8h8x8sCIfEv/MoRs/nYDmSRSAk879F9C94ADq+kHUJ4LTy5Nn0PYSmMYsy1mD4+lcXiBKg==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.1.tgz",
"integrity": "sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==",
"dev": true,
"requires": {
"@types/normalize-package-data": "^2.4.0",

View File

@@ -59,7 +59,7 @@
"eslint-plugin-flowtype": "3.6.1",
"flow-bin": "0.98.0",
"gaze": "1.1.3",
"husky": "2.1.0",
"husky": "2.2.0",
"jasmine": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"jsdoc": "3.5.5",