From 215e46e3b10698c3ed3704ce746b53c6e8c895fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:27:00 +0000 Subject: [PATCH] Bump mongoose from 3.8.40 to 5.7.7 in /node 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] --- node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/package.json b/node/package.json index 6c84d28..401f53e 100644 --- a/node/package.json +++ b/node/package.json @@ -13,7 +13,7 @@ "express": "~4.10.6", "lodash": "^3.0.1", "method-override": "~2.3.0", - "mongoose": "~3.8.19", + "mongoose": "~5.7.7", "morgan": "~1.5.0", "q": "^1.1.2", "request": "~2.51.0"