From 0316aacc42c2d78d61e1eb019a5c5fc5a5947559 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 06:43:05 +0000 Subject: [PATCH] [Security] Bump mongoose from 4.10.8 to 5.13.0 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.10.8 to 5.13.0. **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.10.8...5.13.0) 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 fde172c12..471f91252 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Scotch", "dependencies": { "body-parser": "^1.18.2", - "mongoose": "4.10.8", + "mongoose": "5.13.0", "express": "^4.10.8", "method-override": "^2.3.10", "morgan": "^1.9.0"