From 506f152a7cead3f4f971a2247aeb42ea308de52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 12:48:34 +0000 Subject: [PATCH] Bump express from 2.5.11 to 4.17.1 in /oasp4js/tutorials/lib/revealjs Bumps [express](https://github.com/expressjs/express) from 2.5.11 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/2.5.11...4.17.1) Signed-off-by: dependabot[bot] --- oasp4js/tutorials/lib/revealjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oasp4js/tutorials/lib/revealjs/package.json b/oasp4js/tutorials/lib/revealjs/package.json index 5debdd25f..835c79261 100644 --- a/oasp4js/tutorials/lib/revealjs/package.json +++ b/oasp4js/tutorials/lib/revealjs/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "underscore": "~1.5.1", - "express": "~2.5.9", + "express": "~4.17.1", "mustache": "~0.7.2", "socket.io": "~0.9.13" },