From acfb8c37870ac0dfa9658088b6fa5f6fef037109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:52:26 +0000 Subject: [PATCH] Update dependency html-entities to v2.4.0 --- modules/html-lib/package.json | 2 +- package-lock.json | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/modules/html-lib/package.json b/modules/html-lib/package.json index 80a7acb9db..c50dfa3a58 100644 --- a/modules/html-lib/package.json +++ b/modules/html-lib/package.json @@ -12,7 +12,7 @@ "css-select": "5.1.0", "domhandler": "5.0.3", "domutils": "3.0.1", - "html-entities": "2.3.3", + "html-entities": "2.4.0", "htmlparser2": "9.0.0" } } diff --git a/package-lock.json b/package-lock.json index c9e8a52ae5..d8d4a8c6eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -343,7 +343,7 @@ "css-select": "5.1.0", "domhandler": "5.0.3", "domutils": "3.0.1", - "html-entities": "2.3.3", + "html-entities": "2.4.0", "htmlparser2": "9.0.0" } }, @@ -10853,9 +10853,19 @@ } }, "node_modules/html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] }, "node_modules/html-escaper": { "version": "2.0.2",