From f9b6673635846895e845a482ca1e891eb0d0fa89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:59:39 +0000 Subject: [PATCH] Update htmlhint requirement from ^1.1.4 to ^1.9.2 Updates the requirements on [htmlhint](https://github.com/htmlhint/HTMLHint) to permit the latest version. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.1.4...v1.9.2) --- updated-dependencies: - dependency-name: htmlhint dependency-version: 1.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2009c9a..939d7a3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "gulp-util": "^3.0.8", - "htmlhint": "^1.1.4", + "htmlhint": "^1.9.2", "through2": "^2.0.3" }, "devDependencies": {