dependabot[bot]
2019-11-28 b8fdbac0807d1f4bcbf7a25d7813dc73127b5979
build(deps): bump mysql from 2.9.0 to 2.17.1 in /todo-single/src

Bumps [mysql](https://github.com/mysqljs/mysql) from 2.9.0 to 2.17.1.
- [Release notes](https://github.com/mysqljs/mysql/releases)
- [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md)
- [Commits](https://github.com/mysqljs/mysql/compare/v2.9.0...v2.17.1)

Signed-off-by: dependabot[bot] <support@github.com>
1 files modified
2 ■■■ changed files
todo-single/src/package.json 2 ●●● patch | view | raw | blame | history
todo-single/src/package.json
@@ -11,6 +11,6 @@
  "dependencies": {
    "restify": "4.0.3",
    "sequelize": "3.14.2",
    "mysql": "2.9.0"
    "mysql": "2.17.1"
  }
}