From 3752de56be2b92c51e51872686f35c4cd20a4826 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Aug 2023 23:13:55 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-html from 4.0.6 to 7.1.0 Snyk has created this PR to upgrade eslint-plugin-html from 4.0.6 to 7.1.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-html See this project in Snyk: https://app.snyk.io/org/woodpile37/project/d521cd88-f94f-4d18-9ddc-82ddad2875c8?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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..5ea17c0694d5b0 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": "^7.1.0", "jscodeshift": "^0.5.1", "jsdom": "^16.5.3" },