From ecd19d0ffcf9a035857b8d09c9e43f39372a6e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:43:26 +0000 Subject: [PATCH] Bump htmlhint from 1.9.2 to 1.9.1 Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.9.2 to 1.9.1. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.9.2...v1.9.1) --- updated-dependencies: - dependency-name: htmlhint dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..011f294 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "gulp-util": "^3.0.8", - "htmlhint": "^1.1.4", + "htmlhint": "^1.9.1", "through2": "^2.0.3" }, "devDependencies": {