dependabot[bot]
2019-11-28 629f21c9b6021aa47f680afcaaa048a31a871776
build(deps): bump restify from 4.0.3 to 8.4.1 in /todo-single/src

Bumps [restify](https://github.com/restify/node-restify) from 4.0.3 to 8.4.1.
- [Release notes](https://github.com/restify/node-restify/releases)
- [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/restify/node-restify/compare/v4.0.3...v8.4.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
@@ -9,7 +9,7 @@
    "start": "node app.js"
  },
  "dependencies": {
    "restify": "4.0.3",
    "restify": "8.4.1",
    "sequelize": "3.14.2",
    "mysql": "2.9.0"
  }