kowalski/package.json
dependabot[bot] a3864007a0
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-26 20:55:50 -03:00

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"
}
}