From 5decd03995bdce0fc6f192ccd39ca099e6c39fa9 Mon Sep 17 00:00:00 2001 From: Eduardo Ramirez <42619854+ebramirez@users.noreply.github.com> Date: Wed, 27 Nov 2019 00:12:03 +0100 Subject: [PATCH] Update restify to 4.3.0 --- 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..fa9eab9 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": "4.3.0", "sequelize": "3.14.2", "mysql": "2.9.0" }