diff --git a/package-lock.json b/package-lock.json index efd6e26..d70e7aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3036,20 +3036,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 2cceb4e..8307feb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/node": "^12.7.12", "@typescript-eslint/parser": "^2.3.3", "eslint": "^6.5.1", - "husky": "^3.0.8", + "husky": "^3.0.9", "jest": "^24.9.0", "jest-circus": "^24.9.0", "lint-staged": "^9.4.2",