From 5912fa45ecf8eba58d1453f1cdf6e0ec6e13ba18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 10:21:40 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.12.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.12.7. **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.7) 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..5155d7b 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.7", "morgan": "~1.7.0", "qs": "^6.2.1", "request": "^2.75.0",