Files
omnivore/pkg/bull-queue-admin/package.json
dependabot[bot] 432003b50d Bump express from 4.18.2 to 4.19.2 in /pkg/bull-queue-admin
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 02:33:03 +00:00

22 lines
564 B
JSON

{
"name": "queue-admin",
"version": "1.0.0",
"description": "Custom version of bull-board for adm",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@bull-board/express": "^5.9.0",
"body-parser": "^1.20.2",
"bullmq": "^4.6.0",
"connect-ensure-login": "^0.1.1",
"express": "^4.19.2",
"express-session": "^1.17.2",
"ioredis": "^5.3.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"read-yaml-file": "^2.1.0"
}
}