From 115c6dd8481bbc0a3085735d16b38c94d6bdab8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 May 2019 02:57:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ECSTATIC-174543 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f42a2079b..bee8447c1 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "colors": "1.0.3", "corser": "~2.0.0", - "ecstatic": "^2.0.0", + "ecstatic": "^4.1.2", "http-proxy": "^1.8.1", "opener": "~1.4.0", "optimist": "0.6.x",