From 6cdc6ad9d24f6b627de0496820a0d551c26e9694 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Nov 2019 18:18:24 +0000
Subject: [PATCH] build(deps): bump restify from 4.0.3 to 8.4.1 in /todo-single

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>
---
 todo-single/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/todo-single/package.json b/todo-single/package.json
index 1d197b2..2c9be21 100644
--- a/todo-single/package.json
+++ b/todo-single/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"
   }