From 8ce37bf08a930a84d11e5b68d1112d87192d2fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:31:50 +0000 Subject: [PATCH] Bump mongoose from 4.13.19 to 5.7.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 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.13.19...5.7.7) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bced406..0275237 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "glob": "^7.1.1", "google": "^2.1.0", "knex": "^0.12.9", - "mongoose": "^4.9.5", + "mongoose": "^5.7.7", "mongoose-async-class": "^0.4.3", "mongoose-findorcreate": "^1.0.1", "node-fetch": "^2.6.0",