diff --git a/package-lock.json b/package-lock.json index 00d69eaf3..adef7b160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -536,9 +536,9 @@ "dev": true }, "husky": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.5.tgz", - "integrity": "sha512-SU78iMkYCsGQh4+9LXfLr1cKPHl8kmZ/upMKcGIj2DinNf4PQtVfvauIP686FyUJBKWmGtL1zfFWdLwsdwrB/Q==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.6.tgz", + "integrity": "sha512-OxsXXQXu/FYauV5GGhNpyN1yhQPQoDFUJwzHoshYc3wO//gC0PB9YNYLgBxKckfEce0FGEbzb498UecR3jNdZw==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 3f5b20096..593f46fcf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/tomkerkhove/promitor#readme", "devDependencies": { - "husky": "4.0.5", + "husky": "4.0.6", "lint-staged": "9.5.0", "markdownlint-cli": "0.21.0" },