From ccdd6c91d5f5ce85c1a918f4740e4abd1451901c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2020 03:17:17 +0000 Subject: [PATCH] Bump express from 3.4.8 to 4.17.1 Bumps [express](https://github.com/expressjs/express) from 3.4.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.4.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 f6b513b..3e203e1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "chai": "~1.8.1", - "express": "~3.4.7", + "express": "~4.17.1", "grunt": "~0.4.2", "grunt-cli": "~0.1.11", "grunt-contrib-jshint": "~0.7.2",