diff --git a/package-lock.json b/package-lock.json index 892c127..bea19a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3985,20 +3985,20 @@ } }, "husky": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.8.tgz", - "integrity": "sha512-HFOsgcyrX3qe/rBuqyTt+P4Gxn5P0seJmr215LAZ/vnwK3jWB3r0ck7swbzGRUbufCf9w/lgHPVbF/YXQALgfQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.9.tgz", + "integrity": "sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg==", "dev": true, "requires": { "chalk": "^2.4.2", + "ci-info": "^2.0.0", "cosmiconfig": "^5.2.1", "execa": "^1.0.0", "get-stdin": "^7.0.0", - "is-ci": "^2.0.0", "opencollective-postinstall": "^2.0.2", "pkg-dir": "^4.2.0", "please-upgrade-node": "^3.2.0", - "read-pkg": "^5.1.1", + "read-pkg": "^5.2.0", "run-node": "^1.0.0", "slash": "^3.0.0" }, diff --git a/package.json b/package.json index c87a7af..550bbfa 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/lodash": "^4.14.144", "coveralls": "^3.0.7", "get-root-path": "^2.0.2", - "husky": "^3.0.8", + "husky": "^3.0.9", "inversify": "^5.0.1", "jest": "^24.9.0", "jest-helpers": "^3.1.0",