From 54c24d308e3b19dafb97a92c34abe5ec74c2f080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Jun 2021 17:24:11 +0000 Subject: [PATCH] chore(deps-dev): bump htmlhint from 0.14.2 to 0.15.1 (#2150) Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 0.14.2 to 0.15.1. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Changelog](https://github.com/htmlhint/HTMLHint/blob/master/CHANGELOG.md) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v0.14.2...v0.15.1) --- updated-dependencies: - dependency-name: htmlhint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9c65b8057d..f580e512ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14573,9 +14573,9 @@ "dev": true }, "htmlhint": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.14.2.tgz", - "integrity": "sha512-lUCgGVZ/oyCkpgDkIa5IfClwX8Ppy11Dk7XdeVboAGSmKjIuOKx6yy86WS0W08KFtCRuxftzNy+KdQjM4UjqCA==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.15.1.tgz", + "integrity": "sha512-uNbgqqBiD2ko4QQOYAHTPwDMluc9X81NwzlrJN7yExCoM6dHNgRFjVI+4TEdRrF/EqUzl1dpMUn7GYbu/qCKmA==", "dev": true, "requires": { "async": "3.2.0", diff --git a/package.json b/package.json index 4ce333a7d6..a3ac904bec 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ "form-data": "^4.0.0", "google-fonts-plugin": "4.1.0", "html-loader": "~0.5.5", - "htmlhint": "^0.14.2", + "htmlhint": "^0.15.1", "husky": "^6.0.0", "jest": "^26.6.3", "jest-extended": "^0.11.5",