From c407b2211b4338fefad170799ac89ad2f5d9c299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:31:27 +0000 Subject: [PATCH] Bump mongoose from 4.11.8 to 5.7.7 in /custom_modules/mongoosastic Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.11.8 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.11.8...5.7.7) Signed-off-by: dependabot[bot] --- custom_modules/mongoosastic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_modules/mongoosastic/package.json b/custom_modules/mongoosastic/package.json index 0f107f6..cc9f637 100644 --- a/custom_modules/mongoosastic/package.json +++ b/custom_modules/mongoosastic/package.json @@ -365,7 +365,7 @@ "eslint-plugin-standard": "3.0.1", "istanbul": "0.4.5", "mocha": "3.2.0", - "mongoose": "4.11.8", + "mongoose": "5.7.7", "should": "12.0.0", "standard": "10.0.3" },