From 3fbc8972835f50859507570fefb29bcb8d12999b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:21:16 +0000 Subject: [PATCH] Bump eslint-plugin-html from 4.0.6 to 6.1.2 in /webrtc/tools Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 4.0.6 to 6.1.2. - [Release notes](https://github.com/BenoitZugmeyer/eslint-plugin-html/releases) - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v4.0.6...v6.1.2) Signed-off-by: dependabot[bot] --- webrtc/tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/tools/package.json b/webrtc/tools/package.json index e0c1cfda3e818a..ff17fce793e900 100644 --- a/webrtc/tools/package.json +++ b/webrtc/tools/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "eslint": "^4.11.0", - "eslint-plugin-html": "^4.0.0", + "eslint-plugin-html": "^6.1.2", "jscodeshift": "^0.5.1", "jsdom": "^11.11.0" },