From b7e83d1cc0e959572f2971bbd9a44a976c9d5124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 11:13:35 +0000 Subject: [PATCH] Bump mongoose from 4.5.5 to 5.7.7 in /baseMigrations Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.5.5 to 5.7.7. - [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.5.5...5.7.7) Signed-off-by: dependabot[bot] --- baseMigrations/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseMigrations/package.json b/baseMigrations/package.json index 645e5d4b6..47bde590a 100644 --- a/baseMigrations/package.json +++ b/baseMigrations/package.json @@ -11,7 +11,7 @@ "ejs": "^2.5.6", "fs-extra": "^0.30.0", "method-override": "2.3.10", - "mongoose": "4.5.5", + "mongoose": "5.7.7", "node-uuid": "1.4.7", "pg": "6.0.5", "pg-hstore": "2.3.2",