From f220d5fc68728f04a1491835d4f7a7dfd413ff2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:57:52 +0000 Subject: [PATCH] Update dependency eslint-plugin-html to v8.1.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86b4a55..65177f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@jsdevtools/coverage-istanbul-loader": "3.0.5", "@playwright/test": "1.57.0", "eslint": "9.39.1", - "eslint-plugin-html": "8.1.3", + "eslint-plugin-html": "8.1.4", "express": "5.2.1", "http-server": "14.1.1", "nodemon": "3.1.11", @@ -3011,9 +3011,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/package.json b/package.json index 4a2412f..44bedba 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@jsdevtools/coverage-istanbul-loader": "3.0.5", "@playwright/test": "1.57.0", "eslint": "9.39.1", - "eslint-plugin-html": "8.1.3", + "eslint-plugin-html": "8.1.4", "express": "5.2.1", "nodemon": "3.1.11", "nyc": "17.1.0",