diff --git a/tests/UI/package-lock.json b/tests/UI/package-lock.json index c8d5feda0d567..16a2e49272a50 100644 --- a/tests/UI/package-lock.json +++ b/tests/UI/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-deprecation": "^3.0.0", - "eslint-plugin-html": "^8.1.1", + "eslint-plugin-html": "^8.1.2", "eslint-plugin-import": "^2.30.0", "jsdoc-to-markdown": "^9.0.1", "mochawesome-merge": "^4.3.0", @@ -3027,9 +3027,9 @@ "dev": true }, "node_modules/eslint-plugin-html": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.1.tgz", - "integrity": "sha512-6qmlJsc40D2m3Dn9oEH+0PAOkJhxVu0f5sVItqpCE0YWgYnyP4xCjBc3UWTHaJcY9ARkWOLIIuXLq0ndRnQOHw==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.2.tgz", + "integrity": "sha512-pbRchDV2SmqbCi/Ev/q3aAikzG9BcFe0IjjqjtMn8eTLq71ZUggyJB6CDmuwGAXmYZHrXI12XTfCqvgcnPRqGw==", "dev": true, "dependencies": { "htmlparser2": "^9.1.0" @@ -10422,9 +10422,9 @@ } }, "eslint-plugin-html": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.1.tgz", - "integrity": "sha512-6qmlJsc40D2m3Dn9oEH+0PAOkJhxVu0f5sVItqpCE0YWgYnyP4xCjBc3UWTHaJcY9ARkWOLIIuXLq0ndRnQOHw==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.2.tgz", + "integrity": "sha512-pbRchDV2SmqbCi/Ev/q3aAikzG9BcFe0IjjqjtMn8eTLq71ZUggyJB6CDmuwGAXmYZHrXI12XTfCqvgcnPRqGw==", "dev": true, "requires": { "htmlparser2": "^9.1.0" diff --git a/tests/UI/package.json b/tests/UI/package.json index 7c83fa023b8c3..815271ebfc7a8 100644 --- a/tests/UI/package.json +++ b/tests/UI/package.json @@ -126,7 +126,7 @@ "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-deprecation": "^3.0.0", - "eslint-plugin-html": "^8.1.1", + "eslint-plugin-html": "^8.1.2", "eslint-plugin-import": "^2.30.0", "jsdoc-to-markdown": "^9.0.1", "mochawesome-merge": "^4.3.0",