From 3fca71d18ae1cd662b2779d17c9937343df99735 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2017 06:30:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:fresh:20170908 Latest report for xmpp-ftw/pubsub-message-wall: https://snyk.io/test/github/xmpp-ftw/pubsub-message-wall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9174da4..4217cee 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "grunt-cli": "~0.1.9", - "express": "~3.3.8", + "express": "~4.16.0", "grunt": "~0.4.1", "grunt-contrib-connect": "~0.4.1" }