From 2ec632ac2d8fd6e93185dc91ea00ebf0cb988872 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 04:24:14 +0000 Subject: [PATCH] [Security] Bump mongoose from 3.6.20 to 5.13.5 Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.6.20 to 5.13.5. **This update includes security fixes.** - [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/3.6.20...5.13.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index a239f75b..5e54cab4 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "express": "~3.4.0", "jade": "~0.35.0", "bower": "~1.3.8", - "mongoose": "~3.6.20", + "mongoose": "~5.13.5", "connect-mongo": "~0.3.3", "connect-flash": "~0.1.1", "passport": "~0.1.17",