From cbee66607c8caf82cd0e4087ab7e628f0229eae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 12:30:18 +0000 Subject: [PATCH] Bump mongoose from 3.8.40 to 5.7.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.8.40 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.8.40...5.7.7) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7edd120..baccb7f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "express": "latest", - "mongoose": "~3.8.3", + "mongoose": "~5.7.7", "handlebars-runtime": "~1.0.12", "express3-handlebars": "~0.5.0", "MD5": "~1.2.0"