From 4abb82c325cd573342b9a78078b81767267d46fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:03:22 +0000 Subject: [PATCH] chore(deps-dev): bump html-validate from 8.18.1 to 8.18.2 Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.18.1 to 8.18.2. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.18.1...v8.18.2) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fd4c290bd6..d9e8b73141 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-json": "3.1.0", "eslint-plugin-mdx": "3.1.5", "eslint-plugin-react": "7.34.1", - "html-validate": "8.18.1", + "html-validate": "8.18.2", "husky": "9.0.11", "lint-staged": "15.2.2", "markdownlint-cli": "0.39.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1202df0192..71447cf1c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 7.34.1 version: 7.34.1(eslint@8.57.0) html-validate: - specifier: 8.18.1 - version: 8.18.1 + specifier: 8.18.2 + version: 8.18.2 husky: specifier: 9.0.11 version: 9.0.11 @@ -8546,10 +8546,11 @@ packages: /glob@10.3.10: resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} engines: {node: '>=16 || 14 >=14.17'} + hasBin: true dependencies: foreground-child: 3.1.1 jackspeak: 2.3.5 - minimatch: 9.0.3 + minimatch: 9.0.4 minipass: 7.0.3 path-scurry: 1.10.1 dev: true @@ -8948,8 +8949,8 @@ packages: engines: {node: '>=8'} dev: true - /html-validate@8.18.1: - resolution: {integrity: sha512-6NYRciFBQhVZH29fwDQxofPil0qm7MMSEDzDpZWu2U23Fnmv1WTuompP7fbzHYj6+CIJ4T/Q4hyWRCe0CCrsMg==} + /html-validate@8.18.2: + resolution: {integrity: sha512-X/ahjDnTZe1VjoPz+w7zGe5I5/os8PLQ+c5C9ak6etV0nNK9gPbwbGaP9BQoSQuQx0mszw5khDjP1ffnXx+1OA==} engines: {node: '>= 16.14'} hasBin: true peerDependencies: @@ -13993,6 +13994,7 @@ packages: /semver@7.6.0: resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} engines: {node: '>=10'} + hasBin: true dependencies: lru-cache: 6.0.0 dev: true