From 99dadd10fe1e451934e0f6b8d7b2afcfa94368f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 05:50:05 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.13.21 to 5.13.5 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.21 to 5.13.5. **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.5) 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 ec5268e..562aec1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "express": "~4.14.0", "express-session": "^1.14.2", "lodash": "^4.17.2", - "mongoose": "^4.6.8", + "mongoose": "^5.13.5", "morgan": "~1.7.0", "pug": "^2.0.0-beta6", "q": "1.4.1",