From 5533c4c454d488481e40ac59202128b34786fa34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 20:51:30 +0000 Subject: [PATCH] [Security] 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. **This update includes a security fix.** - [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-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ea6e9c..6b7647b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "commander": "*", "mjson": "*", "colors": "*", - "express": "~3.3.5", + "express": "~4.17.1", "jade": "~0.35.0", "jsonlint": "~1.6.0", "node-syntaxhighlighter": "~0.8.1"