From b60dc2a878f7527d87da4524a9554b75645c365a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:39:02 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the / directory: [html-validate](https://gitlab.com/html-validate/html-validate) and [prettier](https://github.com/prettier/prettier). Updates `html-validate` from 10.7.0 to 10.8.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.7.0...v10.8.0) Updates `prettier` from 3.7.4 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.7.4...3.8.1) --- updated-dependencies: - dependency-name: html-validate dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f36b202..cb8bd58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.12.12", "eslint": "^9.17.0", - "html-validate": "^10.0.0", - "prettier": "^3.4.2", + "html-validate": "^10.8.0", + "prettier": "^3.8.1", "stylelint": "^16.12.0", "stylelint-config-standard": "^36.0.1", "vitest": "~3.2.0", @@ -3194,9 +3194,9 @@ } }, "node_modules/html-validate": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-10.7.0.tgz", - "integrity": "sha512-OdHvkFEHVK0uFUF6OM/SwDXvFu8WIgKPEw4VTgJZ2yQ1tkS2CydTV2bOfGoR8tZgu3I9Y8iJH0mGteDS78KQUA==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-10.8.0.tgz", + "integrity": "sha512-SJzCC9XzYOvyJWSHWYwXwqi8WIg6LcO3Pz+MGyxOSkMYiNerkUm/pv4uJsOM2pfHObX4r8EcPyhSjQ7jCdajnw==", "dev": true, "funding": [ { @@ -3976,9 +3976,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", + "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index a8222ec..1dba0cc 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.12.12", "eslint": "^9.17.0", - "html-validate": "^10.0.0", - "prettier": "^3.4.2", + "html-validate": "^10.8.0", + "prettier": "^3.8.1", "stylelint": "^16.12.0", "stylelint-config-standard": "^36.0.1", "vitest": "~3.2.0",