From 9df9be507e0747a39e047628fb08c7de027a8f3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Feb 2018 23:18:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ecstatic:20160809 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for code4hr/code4hr-voting: https://snyk.io/test/github/code4hr/code4hr-voting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a65bfd7..2f8a347 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/rcodonnell/code4hr-voting#readme", "dependencies": { "grunt": "^0.4.5", - "grunt-http-server": "^1.13.0" + "grunt-http-server": "^2.1.0" }, "devDependencies": { "grunt-contrib-connect": "^0.11.2",