deps: update husky

This commit is contained in:
peaceiris 2019-09-28 11:19:42 +09:00
parent c7b570bed5
commit f1ac6bf271
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3028,9 +3028,9 @@
} }
}, },
"husky": { "husky": {
"version": "3.0.5", "version": "3.0.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.5.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.7.tgz",
"integrity": "sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg==", "integrity": "sha512-fIrkaREoQk6DO8KnSX16Aq7Kg9SxqYYQZH/9b+4AxXyXNNgpJLsc8lWlQCShLus1nbujIyZ/WQZBHGwClohK/w==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",

View File

@ -57,7 +57,7 @@
"@types/node": "^12.7.8", "@types/node": "^12.7.8",
"@typescript-eslint/parser": "^2.3.1", "@typescript-eslint/parser": "^2.3.1",
"eslint": "^6.4.0", "eslint": "^6.4.0",
"husky": "^3.0.5", "husky": "^3.0.7",
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-circus": "^24.9.0", "jest-circus": "^24.9.0",
"lint-staged": "^9.4.0", "lint-staged": "^9.4.0",