From 5ddef4385ac281f6779f0b1d777ef7aefef47e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:41:45 +0000 Subject: [PATCH] Bump express in /content/static/tutorial/util/reveal 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] --- content/static/tutorial/util/reveal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/static/tutorial/util/reveal/package.json b/content/static/tutorial/util/reveal/package.json index c2e6d3d..694a345 100644 --- a/content/static/tutorial/util/reveal/package.json +++ b/content/static/tutorial/util/reveal/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "underscore": "~1.3.3", - "express": "~2.5.9", + "express": "~4.17.1", "mustache": "~0.4.0", "socket.io": "~0.9.13" },