From 8e6698e46b966e1de9396b87f6a9f956f24230e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 00:15:49 +0000 Subject: [PATCH] Bump mongoose from 5.7.1 to 5.7.8 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.8. - [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/5.7.1...5.7.8) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096d8a6..626c981 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cors": "2.8.5", "express": "4.17.1", "lodash": "4.17.15", - "mongoose": "5.7.1", + "mongoose": "5.7.8", "multer": "1.4.2", "socket.io": "2.2.0", "ts-node-dev": "1.0.0-pre.42",