From b52e19cb0a7e09bc2d339108ce17ed78cc37d439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2020 20:46:07 +0000 Subject: [PATCH] Bump express in /doc/pub/Autoencoders/html/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] --- doc/pub/Autoencoders/html/reveal.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pub/Autoencoders/html/reveal.js/package.json b/doc/pub/Autoencoders/html/reveal.js/package.json index fc704647a..d1f6b7842 100644 --- a/doc/pub/Autoencoders/html/reveal.js/package.json +++ b/doc/pub/Autoencoders/html/reveal.js/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "underscore": "~1.5.1", - "express": "~2.5.9", + "express": "~4.17.1", "mustache": "~0.7.2", "socket.io": "~0.9.16" },