mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon src/bot.js"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.28.0",
|
|
"axios": "^1.7.9",
|
|
"node-html-parser": "^7.0.1",
|
|
"nodemon": "^3.1.7",
|
|
"telegraf": "^4.16.3",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|