From 2449fa76d821fe7d9f40163bed8bec70c9f61032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 23:34:03 +0000 Subject: [PATCH] Bump express from 2.5.11 to 4.17.1 in /DeepIntro/01-Fundamentals 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] --- DeepIntro/01-Fundamentals/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 DeepIntro/01-Fundamentals/package.json diff --git a/DeepIntro/01-Fundamentals/package.json b/DeepIntro/01-Fundamentals/package.json old mode 100755 new mode 100644 index 7349037..a313004 --- a/DeepIntro/01-Fundamentals/package.json +++ b/DeepIntro/01-Fundamentals/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" },