From 0e3504c096e5843baf00175add041ced726769c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 08:26:59 +0000 Subject: [PATCH] Bump express from 2.5.11 to 4.17.1 in /sources/presentations/reveal.js 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] --- sources/presentations/reveal.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/presentations/reveal.js/package.json b/sources/presentations/reveal.js/package.json index 5debdd2..835c792 100644 --- a/sources/presentations/reveal.js/package.json +++ b/sources/presentations/reveal.js/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" },