From 37b2ec194cf2f79e6e0ac1d2e9e47ad7ddb7f906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 09:33:49 +0000 Subject: [PATCH] build(deps-dev): bump html-validate from 8.29.0 to 11.1.0 Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.29.0 to 11.1.0. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.29.0...v11.1.0) --- updated-dependencies: - dependency-name: html-validate dependency-version: 11.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12da073..8b53522 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@playwright/test": "^1.42.0", "http-server": "^14.1.0", "linkinator": "^6.0.0", - "html-validate": "^8.0.0", + "html-validate": "^11.1.0", "wait-on": "^7.2.0" } }