From 0517cf86ea2f4fe35e6f56093f7a36a08e9fb5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:00:49 +0000 Subject: [PATCH] Bump express from 2.5.11 to 4.17.1 in /doc/pub/NeuralNet/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/NeuralNet/html/reveal.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pub/NeuralNet/html/reveal.js/package.json b/doc/pub/NeuralNet/html/reveal.js/package.json index fc704647..d1f6b784 100644 --- a/doc/pub/NeuralNet/html/reveal.js/package.json +++ b/doc/pub/NeuralNet/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" },