From 9f77851c02f8a9ec643eb65ba990d31a2e89cfa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:26:17 +0000 Subject: [PATCH] Bump node-html-parser from 3.3.6 to 5.4.1 Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 3.3.6 to 5.4.1. - [Release notes](https://github.com/taoqf/node-fast-html-parser/releases) - [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/taoqf/node-fast-html-parser/compare/v3.3.6...v5.4.1) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c13a54b..c7dbd29 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "canvas-txt": "^3.0.0", "datejs": "1.0.0-rc3", "node-fetch": "2.6.6", - "node-html-parser": "^3.1.4", + "node-html-parser": "^5.4.1", "oauth-1.0a": "^2.2.6", "twitter-api-client": "^1.5.2", "twitter-autohook": "^1.2.1",