From d46ce953b846c530c08ad34240a0f0ab743ed23a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 10:19:47 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.12.8 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.12.8. **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.8) 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..63ae7e9 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.8", "morgan": "~1.7.0", "qs": "^6.2.1", "request": "^2.75.0",