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

View File

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