From 2602db0a7fc0ed1c0450d93f52e26c32c07dabc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:43:21 +0000 Subject: [PATCH] Bump mongoose from 4.13.19 to 5.7.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 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/4.13.19...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 e13c91f..68379a9 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": { "body-parser": "^1.18.2", "express": "^4.16.2", - "mongoose": "^4.13.11" + "mongoose": "^5.7.7" } }