From 683a4e83e26f0ac4287f35dcf282bcc4464497aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 14:29:28 +0000 Subject: [PATCH] Bump express from 3.4.8 to 4.17.1 in /test/example1 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] --- test/example1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example1/package.json b/test/example1/package.json index a473ae1..65f9abd 100644 --- a/test/example1/package.json +++ b/test/example1/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "express": "~3.4.8", + "express": "~4.17.1", "jade": "~1.3.0" } }