From e5760a3a5179f5853dc472799ab20483f89ff0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:15:47 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-html in /tests/UI Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 8.1.1 to 8.1.2. - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-html dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/UI/package-lock.json | 14 +++++++------- tests/UI/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/UI/package-lock.json b/tests/UI/package-lock.json index 546a85088e59a..bb858e45babc5 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",