Update husky to the latest version 🚀 (#5864)

* chore(package): update husky to version 3.0.2

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-29 17:43:16 +00:00
committed by peril-parse-community[bot]
parent b96087ec61
commit 747cb47b6b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5981,9 +5981,9 @@
} }
}, },
"husky": { "husky": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.1.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.2.tgz",
"integrity": "sha512-PXBv+iGKw23GHUlgELRlVX9932feFL407/wHFwtsGeArp0dDM4u+/QusSQwPKxmNgjpSL+ustbOdQ2jetgAZbA==", "integrity": "sha512-WXCtaME2x0o4PJlKY4ap8BzLA+D0zlvefqAvLCPriOOu+x0dpO5uc5tlB7CY6/0SE2EESmoZsj4jW5D09KrJoA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",

View File

@@ -78,7 +78,7 @@
"form-data": "2.5.0", "form-data": "2.5.0",
"gaze": "1.1.3", "gaze": "1.1.3",
"graphql-tag": "^2.10.1", "graphql-tag": "^2.10.1",
"husky": "3.0.1", "husky": "3.0.2",
"jasmine": "3.4.0", "jasmine": "3.4.0",
"jsdoc": "3.6.3", "jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0", "jsdoc-babel": "0.5.0",