From b4214de52e3fe1c3fec64c2dd212ec9aa84c12ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:22:33 -0400 Subject: [PATCH] build(deps-dev): bump eslint-plugin-html from 7.1.0 to 8.1.2 (#175) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0ca6c4..e71c396 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "chai-as-promised": "^8", "eslint": "^8", "eslint-config-brightspace": "^1.0", - "eslint-plugin-html": "^7", + "eslint-plugin-html": "^8", "eslint-plugin-import": "^2", "eslint-plugin-sort-class-members": "^1", "mocha": "^10",