From fa48e98906a3bf7cf6f9bc16dff669b95ecd68a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 03:55:13 +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 105dd0c..d1231f4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author" : "Jan-Peter Kraemer ", "license" : "MIT", "dependencies" : { - "connect" : "2.3.4", + "connect" : "2.3.7", "mime" : "1.2.4", "http-proxy" : "0.8.7", "fondue" : "0.5.x"