diff --git a/package-lock.json b/package-lock.json index 381d747..d90b668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3979,9 +3979,9 @@ } }, "husky": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.9.tgz", - "integrity": "sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-3.1.0.tgz", + "integrity": "sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 8ffe95d..d4deeac 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/lodash": "^4.14.148", "coveralls": "^3.0.7", "get-root-path": "^2.0.2", - "husky": "^3.0.9", + "husky": "^3.1.0", "inversify": "^5.0.1", "jest": "^24.9.0", "jest-helpers": "^3.1.0",