From 07a36fe999db02bf7b530bb393bed661ff0d3625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:37:08 +0000 Subject: [PATCH] Bump mongoose 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/examples/express-jade-bootstrap-sass-mocha-mongodb-all-auth/package.json b/examples/express-jade-bootstrap-sass-mocha-mongodb-all-auth/package.json index 787490eb..5ae4fa96 100644 --- a/examples/express-jade-bootstrap-sass-mocha-mongodb-all-auth/package.json +++ b/examples/express-jade-bootstrap-sass-mocha-mongodb-all-auth/package.json @@ -18,7 +18,7 @@ "express-validator": "^2.20.4", "jade": "^1.11.0", "method-override": "^2.3.5", - "mongoose": "^4.4.8", + "mongoose": "^5.7.7", "morgan": "^1.7.0", "node-sass-middleware": "^0.9.7", "nodemailer": "^2.3.0",