From 6d68bdfd32e00e2e8713d9718d1bc11c5d6442b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:27:05 +0000 Subject: [PATCH] build(deps-dev): Bump html-validate from 8.27.0 to 9.0.0 Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.27.0 to 9.0.0. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.27.0...v9.0.0) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ae20cab6..c4345a3d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/howler": "^2.2.12", "@types/node": "^22.10.2", "hastscript": "^9.0.0", - "html-validate": "^8.27.0", + "html-validate": "^9.0.0", "husky": "^9.1.7", "postcss-html": "^1.7.0", "sass": "^1.83.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b4a6742..9b82506f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,8 +124,8 @@ importers: specifier: ^9.0.0 version: 9.0.0 html-validate: - specifier: ^8.27.0 - version: 8.27.0 + specifier: ^9.0.0 + version: 9.0.0 husky: specifier: ^9.1.7 version: 9.1.7 @@ -2258,9 +2258,9 @@ packages: resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} engines: {node: '>=8'} - html-validate@8.27.0: - resolution: {integrity: sha512-T384MYvG4hUfWxLY6QSlcxfpGYFUJqA+yI4eBDlk5KfjMJco256SvdbJo1pLJUuQCESNbThf60svykdJFidcSA==} - engines: {node: '>= 16.14'} + html-validate@9.0.0: + resolution: {integrity: sha512-ZgoJhul8HC740MMXiu/5ulGNJiw4orTTjgNhlAvfV3ULAEmw6BJCNlgVurzpVkcSV78e5bCgE5XznYWgFnBJsw==} + engines: {node: '>= 18'} hasBin: true peerDependencies: jest: ^27.1 || ^28.1.3 || ^29.0.3 @@ -6131,7 +6131,7 @@ snapshots: html-tags@3.3.1: {} - html-validate@8.27.0: + html-validate@9.0.0: dependencies: '@html-validate/stylish': 4.2.0 '@sidvind/better-ajv-errors': 3.0.1(ajv@8.17.1)