From 7b4de15e5e8b838d5327fdeba460a28ccd4999aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 19:34:33 +0000 Subject: [PATCH] build(deps): bump mongo-express from 0.45.0 to 0.54.0 Bumps [mongo-express](https://github.com/mongo-express/mongo-express) from 0.45.0 to 0.54.0. - [Release notes](https://github.com/mongo-express/mongo-express/releases) - [Changelog](https://github.com/mongo-express/mongo-express/blob/master/HISTORY.md) - [Commits](https://github.com/mongo-express/mongo-express/compare/v0.45.0...v0.54.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce6e9892..bd3b5e44 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jade": "~1.11.0", "marked": "^0.3.6", "moment": "^2.19.1", - "mongo-express": "0.45.0", + "mongo-express": "0.54.0", "mongoose": "^4.10.5", "mongoose-paginate": "^5.0.3", "mongoose-shortid-nodeps": "^0.6.5",