From 8b5f7989bace97a823c52f600614d6e7e6cd797b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:55:45 +0000 Subject: [PATCH] Bump eslint-plugin-html from 7.1.0 to 8.1.2 Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 7.1.0 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/v7.1.0...v8.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-html dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af09c4a7..c7961941 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^9.1.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-html": "^7.1.0", + "eslint-plugin-html": "^8.1.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.9.0",