From 4c071c767d5c7fa606c8d3a50a2d19780aa25bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 19:35:40 +0000 Subject: [PATCH] Bump mongo-express from 0.40.0 to 0.54.0 Bumps [mongo-express](https://github.com/mongo-express/mongo-express) from 0.40.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.40.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 be05314..797659e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lodash": "^4.17.4", "material-ui": "~0.17.4", "meanie-mongoose-to-json": "^1.2.1", - "mongo-express": "^0.40.0", + "mongo-express": "^0.54.0", "mongodb": "^2.2.27", "mongoose": "^4.10.3", "mysql": "^2.13.0",