From 838dd4a696d3aa4a481030a6a67e10a693cfc784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:25:56 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-html in /frontend Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 8.1.3 to 8.1.4. - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.3...v8.1.4) --- updated-dependencies: - dependency-name: eslint-plugin-html dependency-version: 8.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 282eb04fc..ef2473af6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "code-coverage-reports", - "version": "1.3.36", + "version": "1.3.39", "license": "MPL-2.0", "dependencies": { "chartist": "^0.11.3", @@ -27,7 +27,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-config-standard": "^17.1.0", "eslint-plugin-fetch-options": "0.0.5", - "eslint-plugin-html": "^8.1.3", + "eslint-plugin-html": "^8.1.4", "eslint-plugin-mozilla": "^4.0.0", "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.5.3", @@ -5040,9 +5040,9 @@ } }, "node_modules/eslint-plugin-html": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.3.tgz", - "integrity": "sha512-cnCdO7yb/jrvgSJJAfRkGDOwLu1AOvNdw8WCD6nh/2C4RnxuI4tz6QjMEAmmSiHSeugq/fXcIO8yBpIBQrMZCg==", + "version": "8.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.4.tgz", + "integrity": "sha512-Eno3oPEj3s6AhvDJ5zHhnHPDvXp6LNFXuy3w51fNebOKYuTrfjOHUGwP+mOrGFpR6eOJkO1xkB8ivtbfMjbMjg==", "dev": true, "license": "ISC", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 0e4175910..d1a6df871 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "eslint-config-standard": "^17.1.0", "eslint-webpack-plugin": "^4.2.0", "eslint-plugin-fetch-options": "0.0.5", - "eslint-plugin-html": "^8.1.3", + "eslint-plugin-html": "^8.1.4", "eslint-plugin-mozilla": "^4.0.0", "eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-prettier": "^5.5.3",