From a355a6a99709f8a47ac5f71fc38a3bc5fcf9dd8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 22:19:37 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58dad5f..09d5fe6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/xmpp-ftw/skeleton-project/issues" }, "dependencies": { - "express": "~3.5.0", + "express": "~4.15.5", "primus": "~2.0.4", "primus-emitter": "~3.0.0", "socket.io": "~0.9.16",