From e29c5b7ee43a8c479692ebb3ddf3f73286e09b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 11:29:49 +0000 Subject: [PATCH] Bump ecstatic from 0.7.6 to 4.1.2 in /http-server Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 0.7.6 to 4.1.2. - [Release notes](https://github.com/jfhbrook/node-ecstatic/releases) - [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/master/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/node-ecstatic/compare/0.7.6...4.1.2) Signed-off-by: dependabot[bot] --- http-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/package.json b/http-server/package.json index 6d27f61..3cd1417 100644 --- a/http-server/package.json +++ b/http-server/package.json @@ -61,7 +61,7 @@ "colors": "1.0.3", "optimist": "0.6.x", "union": "~0.4.3", - "ecstatic": "~0.7.0", + "ecstatic": "~4.1.2", "http-proxy": "^1.8.1", "portfinder": "0.4.x", "opener": "~1.4.0",