diff --git a/package-lock.json b/package-lock.json index 39525e18..3511e64b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2685,9 +2685,9 @@ "dev": true }, "husky": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-1.0.0.tgz", - "integrity": "sha512-BCJmbzfauxXwfxIZYETNS95zNxnwQgzTbVPs4DL0CbMmSDvuMEAcfEjGDFEb+mmPslvywKlXZroYAdNLRDLayQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-1.0.1.tgz", + "integrity": "sha512-MxwLwwwgY7mqV4auSpGWKPTCkZ9RmsdGojQQBvRtr6vxnjSOyI5l/M58QdUz0vRKb0igTpbzBeoUsScx4XJwQg==", "dev": true, "requires": { "cosmiconfig": "^5.0.6", diff --git a/package.json b/package.json index 14a95a8e..db04fa69 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt-cli": "^1.3.1", "grunt-mocha-test": "^0.13.3", "gruntify-eslint": "^5.0.0", - "husky": "^1.0.0", + "husky": "^1.0.1", "load-grunt-config": "^0.19.2", "mocha": "^5.2.0", "tslint": "^5.11.0",