From 4fe6b8e7975e0e508b40b9bcfdbab3a4e13f1e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:16:04 +0000 Subject: [PATCH] chore(deps-dev): bump html-validate from 8.23.0 to 8.24.0 Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.23.0 to 8.24.0. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.23.0...v8.24.0) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e99a543d0f0d..f8c02138c2c3 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "foreman": "^3.0.1", "fork-ts-checker-webpack-plugin": "^9.0.2", "history": "^5.2.0", - "html-validate": "^8.23.0", + "html-validate": "^8.24.0", "html-webpack-plugin": "^5.6.0", "husky": "^9.1.6", "identity-obj-proxy": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 92b6e28b78f9..5b8475da945c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8117,10 +8117,10 @@ html-url-attributes@^3.0.0: resolved "https://registry.yarnpkg.com/html-url-attributes/-/html-url-attributes-3.0.0.tgz#fc4abf0c3fb437e2329c678b80abb3c62cff6f08" integrity sha512-/sXbVCWayk6GDVg3ctOX6nxaVj7So40FcFAnWlWGNAB1LpYKcV5Cd10APjPjW80O7zYW2MsjBV4zZ7IZO5fVow== -html-validate@^8.23.0: - version "8.23.0" - resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.23.0.tgz#10d69aba5629618ab03cf55594261c2efe3a9fbc" - integrity sha512-j4BZVXGiQVVO46bh/gKlFGXcuV+LzP3m//VmrrbCWiATWaGWurl5DhMr3im9zoxhkIb99CffxdJ3HRI3vLSM4w== +html-validate@^8.24.0: + version "8.24.0" + resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.24.0.tgz#d723ff6bcf9723c7453206031b92530b57e97237" + integrity sha512-PV6XQgIt9I7lI1qrLpykFhpGHEmM5me0J0iQsfQK9tPZvZNiwUIT03/gc+v5WqK38hOkV2+y3HpXxMZLXG4tDw== dependencies: "@html-validate/stylish" "^4.1.0" "@sidvind/better-ajv-errors" "3.0.1"