From da8b0a2b88ad93b12748735b3d80371dac89410a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Sep 2025 18:02:24 +0000 Subject: [PATCH] fix: upgrade html-entities from 2.5.2 to 2.6.0 Snyk has created this PR to upgrade html-entities from 2.5.2 to 2.6.0. See this package in yarn: html-entities See this project in Snyk: https://app.snyk.io/org/hyperproof/project/f10b2d2f-21ee-44d4-a9b4-1999a194db11?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 83cacce..2439cb3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@js-joda/timezone": "2.5.0", "abort-controller": "3.0.0", "express": "4.21.0", - "html-entities": "2.5.2", + "html-entities": "2.6.0", "http-errors": "2.0.0", "http-status-codes": "2.3.0", "jsonata": "1.8.7", diff --git a/yarn.lock b/yarn.lock index 93aa49e..a220d58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1379,6 +1379,11 @@ html-entities@2.5.2: resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f" integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA== +html-entities@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.6.0.tgz#7c64f1ea3b36818ccae3d3fb48b6974208e984f8" + integrity sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ== + http-errors@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"