From 445b9b76c619fcdd383a9274e9bf8046d89d0b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:17:57 +0000 Subject: [PATCH] Bump html-validate from 10.3.1 to 10.4.0 Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 10.3.1 to 10.4.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/v10.3.1...v10.4.0) --- updated-dependencies: - dependency-name: html-validate dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cee862f..312c610 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "jsdom": "27.1.0", - "html-validate": "10.3.1", + "html-validate": "10.4.0", "@sitespeed.io/plugin": "1.0.0" }, "scripts": {