From 7c3807c9678dc8ddfdcad6711d435931a5f90285 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:28:43 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.12.6 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.12.6. **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.6) 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 7655164..a87f05e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "debug": "~2.2.0", "ejs": "~2.4.1", "express": "~4.13.4", - "mongoose": "^4.6.3", + "mongoose": "^5.12.6", "morgan": "~1.7.0", "qs": "^6.2.1", "request": "^2.75.0",