diff --git a/package-lock.json b/package-lock.json index 32aeb7add..1695ebde5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -421,9 +421,9 @@ "dev": true }, "husky": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.2.tgz", - "integrity": "sha512-lilaRYeDXcAOj8DuRnN9IxUyEMVbYg9rK7yVNkPB5V4hCvxIUxpMeiv9K2h77CE0HzjCnk1Br0oWe1IghXngDQ==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", + "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", "dev": true }, "ignore": { diff --git a/package.json b/package.json index 99a5d149f..70d86c948 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/tomkerkhove/promitor#readme", "devDependencies": { - "husky": "5.1.2", + "husky": "5.1.3", "lint-staged": "10.5.4", "markdownlint-cli": "0.26.0" },