From 668e5f6e5a50322f472da48cc5285c83a632ba66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 18:05:33 +0000 Subject: [PATCH] Bump mongoose from 4.9.9 to 5.10.6 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.9.9 to 5.10.6. - [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/4.9.9...5.10.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcc5fb8..86eb236 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "body-parser": "1.17.1", "cors": "2.8.3", "express": "4.15.3", - "mongoose": "4.9.9", + "mongoose": "5.10.6", "multer": "^1.3.0" } }