From 8668bb6d4aa1cb176f70f486e7bf2b69f7131806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 17:36:00 +0000 Subject: [PATCH] Bump mongoose from 4.13.19 to 5.7.12 in /latest/dataHandling Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 to 5.7.12. - [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.19...5.7.12) Signed-off-by: dependabot[bot] --- latest/dataHandling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/dataHandling/package.json b/latest/dataHandling/package.json index 018404f..aa1ddda 100644 --- a/latest/dataHandling/package.json +++ b/latest/dataHandling/package.json @@ -9,7 +9,7 @@ "lodash": "^4.15.0", "moment": "^2.15.0", "mongodb": "^2.2.10", - "mongoose": "^4.5.8", + "mongoose": "^5.7.12", "q": "^1.4.1", "request": "^2.74.0" }