From 0033327d6181c145e93f4a491a858bf4d9f2d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:49:38 +0000 Subject: [PATCH] Bump node-html-parser from 3.3.6 to 6.1.1 Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 3.3.6 to 6.1.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...v6.1.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 2d94d88..186bb5b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,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": "^6.1.1", "oauth-1.0a": "^2.2.6", "twitter-api-client": "^1.5.2", "twitter-autohook": "^1.2.1",