From f9970462da10e065726bc5dc42aa7b58a763e0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 09:21:22 +0000 Subject: [PATCH] Bump express from 4.4.5 to 4.17.1 in /scripts Bumps [express](https://github.com/expressjs/express) from 4.4.5 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/4.4.5...4.17.1) Signed-off-by: dependabot[bot] --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index 2ef84482e..b0d30d76a 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -25,7 +25,7 @@ "dependencies": { "async": "~0.9.0", "bower": "latest", - "express": "~4.4.2", + "express": "~4.17.1", "compression": "1.4.1", "grunt": "latest", "grunt-cli": "latest",