From 81574e7a8fad037a9fc397235e65f3cc127a77a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 18:50:31 +0000 Subject: [PATCH] Bump htmlhint from 0.10.3 to 0.11.0 Bumps [htmlhint](https://github.com/thedaviddias/HTMLHint) from 0.10.3 to 0.11.0. - [Release notes](https://github.com/thedaviddias/HTMLHint/releases) - [Changelog](https://github.com/htmlhint/HTMLHint/blob/develop/CHANGELOG.md) - [Commits](https://github.com/thedaviddias/HTMLHint/compare/v0.10.3...v0.11.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",