From a3864007a05316f85cb7928393b714d122ff1310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:55:50 -0300 Subject: [PATCH] Bump node-html-parser from 6.1.13 to 7.0.1 (#25) Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 6.1.13 to 7.0.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/v6.1.13...v7.0.1) --- updated-dependencies: - dependency-name: node-html-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57101a3..379cc96 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@dotenvx/dotenvx": "^1.28.0", "axios": "^1.7.9", - "node-html-parser": "^6.1.13", + "node-html-parser": "^7.0.1", "nodemon": "^3.1.7", "telegraf": "^4.16.3", "winston": "^3.17.0"