From b323247b26559d106cb782ce9dffab0261ec0d91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2017 00:04:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ecstatic:20160809 Latest report for operationcode/mean-dash: https://snyk.io/test/github/operationcode/mean-dash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8499757..347da79 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gulp": "^3.9.1", "gulp-rename": "^1.2.2", "gulp-template": "^4.0.0", - "http-server": "^0.9.0", + "http-server": "^0.10.0", "istanbul": "^0.4.5", "js-yaml": "^3.8.2", "jshint": "2.9.3",