From c79e740ceb5153723379cecbd3c3e9a881476abe Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 14 Mar 2022 11:13:59 -0700 Subject: [PATCH] Add package --- packages/readabilityjs/package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/packages/readabilityjs/package.json b/packages/readabilityjs/package.json index c40815e7d..abe694a31 100644 --- a/packages/readabilityjs/package.json +++ b/packages/readabilityjs/package.json @@ -33,6 +33,7 @@ "sinon": "^7.3.2" }, "dependencies": { + "html-entities": "^2.3.2", "modern-random-ua": "^1.0.3", "parse-srcset": "^1.0.2" } diff --git a/yarn.lock b/yarn.lock index c58f62b21..4fa2503bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10249,6 +10249,11 @@ html-encoding-sniffer@^2.0.1: dependencies: whatwg-encoding "^1.0.5" +html-entities@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" + integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== + html-escaper@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"