From 65133c5038bf33591292a4d5647456b637e56eb8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 10:18:45 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.13.4 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.13.4. **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.13.4) 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..ac54e6f 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.13.4", "morgan": "~1.7.0", "qs": "^6.2.1", "request": "^2.75.0",