![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.7.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
547 B
JSON
23 lines
547 B
JSON
{
|
|
"name": "lynxbot",
|
|
"version": "1.0.0",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"start": "nodemon bot.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lucas Gabriel (lucmsilva)",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"axios": "^1.7.8",
|
|
"child_process": "^1.0.2",
|
|
"commander": "^12.1.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"fs": "^0.0.1-security",
|
|
"node": "^23.3.0",
|
|
"node-html-parser": "^6.1.13",
|
|
"nodemon": "^3.1.7",
|
|
"telegraf": "^4.16.3",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|