From d1d7d2edec42ebd5a7c8df5a45322e6dd8afe3a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 06:19:27 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.19 to 5.7.13 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 to 5.7.13. **This update includes a security fix.** - [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.13) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d57fcf4..024946d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "express-validator": "^2.17.1", "http-auth": "^3.1.0", "jade": "^1.9.2", - "mongoose": "^4.1.5", + "mongoose": "^5.7.13", "morgan": "^1.5.1", "q": "^1.4.1", "sanitize-html": "^1.10.0",