From 4d9fb03cf227cf3ddb741448a7f38ccdf1e59d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 16:21:09 +0000 Subject: [PATCH] Bump express from 3.3.8 to 4.17.1 Bumps [express](https://github.com/expressjs/express) from 3.3.8 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/3.3.8...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 55191b4..25d166a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "mocha": "*", "should": "*", - "express": "~3.3.8", + "express": "~4.17.1", "superagent": "~0.20.0" }, "main": "lib/index"