From 4a3b5fd15fe28d5f1ae68c5bb8e0108d7a974f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:05:19 +0000 Subject: [PATCH] Bump mongoose from 3.8.40 to 5.7.6 Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.8.40 to 5.7.6. - [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.8.40...5.7.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71e19eac..6e7e681b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "ejs": "~1.0.0", "express": "~3.4.8", - "mongoose": "~3.8.8", + "mongoose": "~5.7.6", "password-hash": "~1.2.2", "rsvp": "~3.0.6", "lodash": "~2.4.1",