From df2022cf28dcd6c5cedd001231f8bc7893c5c884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:19:14 +0000 Subject: [PATCH] Bump mongoose from 4.13.19 to 5.7.7 in /YelpCamp/v11Deployed 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] --- YelpCamp/v11Deployed/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YelpCamp/v11Deployed/package.json b/YelpCamp/v11Deployed/package.json index 36ede532..7b908417 100644 --- a/YelpCamp/v11Deployed/package.json +++ b/YelpCamp/v11Deployed/package.json @@ -16,7 +16,7 @@ "express": "^4.13.3", "express-session": "^1.11.3", "method-override": "^2.3.5", - "mongoose": "^4.1.12", + "mongoose": "^5.7.7", "passport": "^0.3.0", "passport-local": "^1.0.0", "passport-local-mongoose": "^3.1.0"