From 7c5c969ae9153ebaae9cade0976a6399ec0cbe4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bene=C5=A1?= Date: Tue, 9 Feb 2021 09:27:21 +0100 Subject: [PATCH] updated mongoose --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 895d43d..ae092d0 100755 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "version": "1.0.5", "dependencies": { "express-session": "^1.17.1", - "mongoose": "4.4.19", + "mongoose": "5.11.13", "redis": "0.x.x" }, "main": "./lib/index.js",