diff --git a/package-lock.json b/package-lock.json index 8c6a81e7..92b6d644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2422,12 +2422,12 @@ "dev": true }, "husky": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-1.2.0.tgz", - "integrity": "sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-1.2.1.tgz", + "integrity": "sha512-4Ylal3HWhnDvIszuiyLoVrSGI7QLg/ogkNCoHE34c+yZYzb9kBZNrlTOsdw92cGi3cJT8pPb6CdVfxFkLnc8Dg==", "dev": true, "requires": { - "cosmiconfig": "^5.0.6", + "cosmiconfig": "^5.0.7", "execa": "^1.0.0", "find-up": "^3.0.0", "get-stdin": "^6.0.0", diff --git a/package.json b/package.json index 0408e6e6..f0523c13 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt-cli": "^1.3.2", "grunt-mocha-test": "^0.13.3", "gruntify-eslint": "^5.0.0", - "husky": "^1.2.0", + "husky": "^1.2.1", "load-grunt-config": "^1.0.1", "mocha": "^5.2.0", "tslint": "^5.11.0",