From 66b04b8cf8fa321091074984083e381086f255ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 06:02:22 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.12.9 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.12.9. **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.21...5.12.9) 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 cb46ede..3b6d36a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "^4.12.0", "express-session": "^1.10.3", "jade": "^1.9.2", - "mongoose": "^4.0.6", + "mongoose": "^5.12.9", "morgan": "^1.5.1", "twilio": ">=3.0.0-rc.16 < 3.1.0" },