DO180-apps/todoapp/nodejs/package.json
dependabot[bot] 09bbbc8fb5
Bump sequelize from 3.14.2 to 6.3.5 in /todoapp/nodejs
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 03:56:40 +00:00

10 lines
158 B
JSON

{
"name": "todo",
"version": "0.0.1",
"private": true,
"dependencies": {
"restify": "4.0.3",
"sequelize": "6.3.5",
"mysql": "2.9.0"
}
}