From 15d631598a18ff8cd59c6a142a2921217832fc79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 19:40:23 +0000 Subject: [PATCH] Bump express from 4.0.0 to 4.17.1 Bumps [express](https://github.com/expressjs/express) from 4.0.0 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/4.0.0...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 6656ab188..c2a891e6a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bcrypt": "latest", "bodyparser": "latest", "epeg": "^0.7.0", - "express": "~4.0", + "express": "~4.17", "fast-boot": "^1.0.7", "gphoto2": "elijahparker/node-gphoto2", "gpio-button": "^0.2.0",