From e7a1956749ba9469e4a6357ae1868f138767922d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:43:41 +0000 Subject: [PATCH] Update dependency node-html-parser to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f83f131..846d6b9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "axios": "^0.19.0", "iconv": "^2.3.2", "iconv-lite": "^0.6.0", - "node-html-parser": "^1.1.12", + "node-html-parser": "^7.0.0", "rxjs": "^6.3.3", "ts-node": "^8.0.2" },