From 9dc966e86d4bc66253d1be9ec5e909e41836655e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 07:08:07 +0000 Subject: [PATCH] Bump htmllint from 0.7.2 to 0.7.3 Bumps [htmllint](https://github.com/htmllint/htmllint) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/htmllint/htmllint/releases) - [Changelog](https://github.com/htmllint/htmllint/blob/master/HISTORY) - [Commits](https://github.com/htmllint/htmllint/compare/v0.7.2...v0.7.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55611c4..6f2d13f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1671,15 +1671,15 @@ "dev": true }, "htmllint": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/htmllint/-/htmllint-0.7.2.tgz", - "integrity": "sha1-AuR0FvotvrMLXiw+1mfopUB6jzQ=", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/htmllint/-/htmllint-0.7.3.tgz", + "integrity": "sha512-h8wfCu0CC0FVo18Jkygv7xqj0fa23Xlv4QsR2n34LDr8eqpf4glfbNg1HTbiCqpT3ONioMOfk8EkFUbZgrO1KA==", "dev": true, "requires": { "bulk-require": "^1.0.1", - "htmlparser2": "^3.9.2", - "lodash": "^4.17.4", - "promise": "^8.0.1" + "htmlparser2": "^3.10.0", + "lodash": "^4.17.11", + "promise": "^8.0.2" } }, "htmllint-cli": { diff --git a/package.json b/package.json index bafd31b..f026746 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "htmllint-cli": "0.0.7", "stylelint": "^13.7.2", "stylelint-config-standard": "^20.0.0", - "htmllint": "0.7.2" + "htmllint": "0.7.3" } }