diff --git a/package-lock.json b/package-lock.json index d72da3f..f8545ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6635,9 +6635,9 @@ "dev": true }, "htmlhint": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.10.3.tgz", - "integrity": "sha512-LZZrDZRl1u6aYacpEl10K0wGKSQMboCNBWMgsV2eR4sxYD8jbG+FVBZqp3eo7tTwxZOdc9Cmjh3nQ4Nf4G37gQ==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.11.0.tgz", + "integrity": "sha512-uXuRyVhQa0HlNmZg5LJ1BRJvRq5f7IJL/34tItHhZr9re15pwaqAuLUAIcqtwd1bLUCE++7HVPtR+NSReFW0iA==", "dev": true, "requires": { "async": "2.6.1", diff --git a/package.json b/package.json index 6c9b782..9b4695f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/node": "^8.10.49", "codelyzer": "^4.4.4", "hads": "^1.7.3", - "htmlhint": "^0.10.0", + "htmlhint": "^0.11.0", "https-proxy-agent": "^2.0.0", "husky": "^0.14.3", "jasmine-core": "~2.99.1",