From b3d399b71c3ccb3c7880a2e8c6364baee88f9ac0 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:35:31 +0300 Subject: [PATCH] Update html-entities --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1109d7b35..47e142a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "handlebars": "^4.7.8", "helmet": "^7.2.0", "highlight.js": "^11.11.1", - "html-entities": "^2.5.2", + "html-entities": "^2.6.0", "iconv-lite": "^0.6.3", "ip-matching": "^2.1.2", "ip-regex": "^5.0.0", @@ -5163,9 +5163,9 @@ } }, "node_modules/html-entities": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz", + "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 587c0bc01..564ea6ee5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "handlebars": "^4.7.8", "helmet": "^7.2.0", "highlight.js": "^11.11.1", - "html-entities": "^2.5.2", + "html-entities": "^2.6.0", "iconv-lite": "^0.6.3", "ip-matching": "^2.1.2", "ip-regex": "^5.0.0",