From 756e465dfd03eddee1e2d3e8d4a9acd453c833ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:04:22 +0000 Subject: [PATCH] chore(deps): update dependency html-validate to v11 --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4df42c7c..1c33622c 100755 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@nuxt/kit": "^4.0.0", "consola": "^3.4.0", - "html-validate": "~10.16.0", + "html-validate": "~11.0.0", "knitwork": "^1.2.0", "pathe": "^2.0.3", "prettier": "^3.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca9ad3d6..6642dc66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ importers: specifier: ^3.4.0 version: 3.4.2 html-validate: - specifier: ~10.16.0 - version: 10.16.0(vitest@4.1.6) + specifier: ~11.0.0 + version: 11.0.0(vitest@4.1.6) knitwork: specifier: ^1.2.0 version: 1.3.0 @@ -4949,16 +4949,16 @@ packages: html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - html-validate@10.16.0: - resolution: {integrity: sha512-/mM3h9jmITiSEs0ibxzCtGil5oVvVpoQCK8Ny9spa+j0jMnlfEdnhx4hUpoEkzXxEjEkRBoPhk1dpagU9JKfmg==} - engines: {node: ^20.19.0 || ^22.16.0 || >= 24.0.0} + html-validate@11.0.0: + resolution: {integrity: sha512-7VYVH0dTv9cbXQdl3XuChkBdRmmuueVPE9kOW2m8QG6ndkLXT5hN6Qcmmng/PsuwcmWVybq7tAp55JlgCYd0Ew==} + engines: {node: ^22.16.0 || >= 24.0.0} hasBin: true peerDependencies: - '@jest/globals': ^28.1.3 || ^29.0.3 || ^30.0.0 - jest: ^28.1.3 || ^29.0.3 || ^30.0.0 - jest-diff: ^28.1.3 || ^29.0.3 || ^30.0.0 - jest-snapshot: ^28.1.3 || ^29.0.3 || ^30.0.0 - vitest: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.1 + '@jest/globals': ^29.0.3 || ^30.0.0 + jest: ^29.0.3 || ^30.0.0 + jest-diff: ^29.0.3 || ^30.0.0 + jest-snapshot: ^29.0.3 || ^30.0.0 + vitest: ^3.0.0 || ^4.0.1 peerDependenciesMeta: '@jest/globals': optional: true @@ -12858,7 +12858,7 @@ snapshots: html-escaper@2.0.2: {} - html-validate@10.16.0(vitest@4.1.6): + html-validate@11.0.0(vitest@4.1.6): dependencies: '@html-validate/stylish': 5.2.0 '@sidvind/better-ajv-errors': 5.0.0(ajv@8.20.0)