From 2f6c6e4e5151de1c6ceed46f70b0120776cdfd65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 15:00:17 +0000 Subject: [PATCH] Bump express from 3.4.8 to 4.17.1 Bumps [express](https://github.com/expressjs/express) from 3.4.8 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/3.4.8...4.17.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfa96ff..68edfb4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Zack Bloom ", "license": "BSD", "dependencies": { - "express": "~3.4.7", + "express": "~4.17.1", "socket.io": "~0.9.16" } }