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>
16 lines
324 B
JSON
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"
|
|
}
|
|
}
|