From 0011e2cd000e91ebc6a45eb551c0c3337734e91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 11:08:05 +0000 Subject: [PATCH] Bump mongoose from 3.6.20 to 5.7.7 in /Node_Read_Engine Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.6.20 to 5.7.7. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/3.6.20...5.7.7) Signed-off-by: dependabot[bot] --- Node_Read_Engine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node_Read_Engine/package.json b/Node_Read_Engine/package.json index 98ec952..9937c86 100644 --- a/Node_Read_Engine/package.json +++ b/Node_Read_Engine/package.json @@ -3,7 +3,7 @@ "main": "server.js", "dependencies": { "express": "~4.0.0", - "mongoose": "~3.6.13", + "mongoose": "~5.7.7", "body-parser": "~1.0.1", "passport" : "~0.1.17", "passport-local" : "~0.1.6",