From f4d3409e634ab096342ba0f0568ed02290ed5064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 20:05:03 +0000 Subject: [PATCH] build(deps): bump mongoose from 3.8.40 to 5.10.2 in /ch15 Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.8.40 to 5.10.2. - [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.10.2) Signed-off-by: dependabot[bot] --- ch15/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch15/package.json b/ch15/package.json index 7e432fa..4a3db28 100644 --- a/ch15/package.json +++ b/ch15/package.json @@ -29,7 +29,7 @@ "express-handlebars": "~0.5.0", "formidable": "~1.0.14", "loadtest": "~0.2.11", - "mongoose": "3.8", + "mongoose": "5.10", "morgan": "~1.1.1", "nodemailer": "~0.6.5", "q": "^1.0.1",