From cfc7765fb0a5d4d1a6ec47395063f3a5ef9d524b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2019 00:14:26 +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 7ede797e9..625b65e4f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "dependencies": { "colors": "1.0.3", "corser": "~2.0.0", - "ecstatic": "^1.4.0", + "ecstatic": "^4.1.2", "http-proxy": "^1.8.1", "opener": "~1.4.0", "optimist": "0.6.x",