From 935976a1690f3f79d91e0ea4c212f9edbdeeb8d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Oct 2018 09:21:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1727175..ffb3132 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "cookie-parser": "~1.3.3", "debug": "~2.1.1", "ejs": "~2.1.4", - "express": "~4.11.0", + "express": "~4.15.5", "lodash": "^3.5.0", "morgan": "~1.5.1", - "serve-favicon": "~2.2.0", + "serve-favicon": "~2.4.5", "twitter": "^1.2.5" } }