From 600010f942e346832734d31b7ad7878e92a254e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:16:12 +0000 Subject: [PATCH] fix(deps): update dependency html-entities to v2.4.0 --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f275e9fa..48349df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@scaleleap/amazon-marketplaces": "13.0.0", "axios": "0.27.2", "fast-xml-parser": "3.21.1", - "html-entities": "2.3.3", + "html-entities": "2.4.0", "purify-ts": "1.1.0", "ts-error": "1.0.6" }, @@ -10117,9 +10117,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", @@ -33578,9 +33588,9 @@ } }, "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==" }, "html-escaper": { "version": "2.0.2", diff --git a/package.json b/package.json index 6b741e0d..2e2e1ed6 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@scaleleap/amazon-marketplaces": "13.0.0", "axios": "0.27.2", "fast-xml-parser": "3.21.1", - "html-entities": "2.3.3", + "html-entities": "2.4.0", "purify-ts": "1.1.0", "ts-error": "1.0.6" },