From 14b7838d95b3567536ec54f0cb1e83f1cf8aec2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 11:54:11 +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 f26cfcc1421bf8..050b3f5bbaaa89 100644 --- a/webrtc/tools/package.json +++ b/webrtc/tools/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "eslint": "^7.24.0", - "eslint-plugin-html": "^4.0.0", + "eslint-plugin-html": "^6.1.2", "jscodeshift": "^0.5.1", "jsdom": "^16.5.3" },