From ac4832d5e96f748de380d5d86905a7ba7fd85c87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 07:36:50 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.13.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.13.3. **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.3) 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 a4f2355..aa2b0af 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "winston": "^2.3.0", "http-auth":"^3.2.3", "shortid": "^2.2.8", - "mongoose": "^4.13.1" + "mongoose": "^5.13.3" }, "engines": { "node": "8.x"