From 4c060d2bf3e765bb60430c8c9ace42e767cba6b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:55:24 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-html to v8.1.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9ef1e5..3156f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-fetch-options": "0.0.5", - "eslint-plugin-html": "8.1.1", + "eslint-plugin-html": "8.1.2", "eslint-plugin-mozilla": "3.7.5", "eslint-plugin-no-unsanitized": "4.1.0", "jest": "^29.7.0", @@ -3722,9 +3722,9 @@ } }, "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" @@ -12238,9 +12238,9 @@ "dev": true }, "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/package.json b/package.json index 4f8bc0a..6bc5f9f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-fetch-options": "0.0.5", - "eslint-plugin-html": "8.1.1", + "eslint-plugin-html": "8.1.2", "eslint-plugin-mozilla": "3.7.5", "eslint-plugin-no-unsanitized": "4.1.0", "jest": "^29.7.0",