DO288-apps/todo-single/package.json
dependabot[bot] f070a2594f
Bump sequelize from 3.14.2 to 6.3.5 in /todo-single
Bumps [sequelize](https://github.com/sequelize/sequelize) from 3.14.2 to 6.3.5.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v3.14.2...v6.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 04:01:19 +00:00

16 lines
324 B
JSON

{
"name": "todo-single",
"description": "single container version of the todoapp",
"version": "0.0.2",
"private": true,
"author": "Red Hat Training",
"license": "ASL",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"restify": "4.3.0",
"sequelize": "6.3.5",
"mysql": "2.9.0"
}
}