From 830dae856796ce5713b05ce3d18c74e2845c8057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 15:45:55 +0000 Subject: [PATCH] Bump express from 2.5.11 to 4.17.1 Bumps [express](https://github.com/expressjs/express) from 2.5.11 to 4.17.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/2.5.11...4.17.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f9a11..5da7556 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "mocha": ">= 0.11.0" , "expect.js": ">= 0.1.1" , "rimraf": ">= 1.0.8" - , "express": "2.x" + , "express": "4.x" , "request": ">= 2.2.9" , "jade": ">= 0.19.0" }