From 6b04dce702e455e8f9df86dc886a8f85f5954641 Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Mon, 9 Apr 2018 23:52:15 -0700 Subject: [PATCH] Update Sequelize and Redis Update Sequelize and Redis --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 116dd94..91ddd38 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "license": "MIT", "devDependencies": { "mocha": "2.5.3", - "redis": "~2.6.0", - "sequelize": "~3.23.0", + "redis": "2.8.0", + "sequelize": "4.37.6", "should": "10.0.0", "sqlite3": "~3.1.0" },