From 378f166ca347f870a0402be8062d9241dd313aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 20:05:00 +0000 Subject: [PATCH] build(deps): bump mongoose from 3.8.40 to 5.10.2 in /ch13 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] --- ch13/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/package.json b/ch13/package.json index 9e4bf72..b4c6b99 100644 --- a/ch13/package.json +++ b/ch13/package.json @@ -27,7 +27,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", "session-mongoose": "^0.4.1"