From f4b8d776046ed9454fe9989b17b4430cc454ecf4 Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Mon, 8 Oct 2018 20:59:25 -0700 Subject: [PATCH] bump redis bump redis - important since this is what the module is all about --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5c7a3a..9665c22 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ ], "author": "TJ Holowaychuk ", "dependencies": { - "natural": "0.5.0", - "redis": "^2.7.1" + "natural": "0.6.1", + "redis": "^2.8.0" }, "devDependencies": { "yargs": "^7.0.2",