From 03b84200d44985ac3f2867c0f1f842e19d775166 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 May 2019 03:28:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ecstatic:20151223 - https://snyk.io/vuln/npm:ecstatic:20160809 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b18458d..ac22c34 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/andrewtimney/Events#readme", "dependencies": { - "http-server": "^0.8.5" + "http-server": "^0.10.0" } }