Merge pull request #243 from feathericons/dependabot/npm_and_yarn/husky-0.14.3

Bump husky from 0.13.4 to 0.14.3
This commit is contained in:
Cole Bemis 2017-12-15 01:38:13 -08:00 committed by GitHub
commit f6984951a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

17
package-lock.json generated
View File

@ -4982,15 +4982,14 @@
"dev": true
},
"husky": {
"version": "0.13.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-0.13.4.tgz",
"integrity": "sha1-SHhcUCjeNFKlHEjBLE+UshJKFAc=",
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz",
"integrity": "sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==",
"dev": true,
"requires": {
"chalk": "1.1.3",
"find-parent-dir": "0.3.0",
"is-ci": "1.0.10",
"normalize-path": "1.0.0"
"normalize-path": "1.0.0",
"strip-indent": "2.0.0"
},
"dependencies": {
"normalize-path": {
@ -4998,6 +4997,12 @@
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-1.0.0.tgz",
"integrity": "sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=",
"dev": true
},
"strip-indent": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
"integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
"dev": true
}
}
},

View File

@ -42,7 +42,7 @@
"eslint-plugin-import": "^2.5.0",
"eslint-plugin-prettier": "^2.3.1",
"html-minifier": "^3.5.6",
"husky": "^0.13.4",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^5.0.0",
"npm-run-all": "^4.1.2",