From c4e1c529f6d5ea9876b9ed3f164c10690591d82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 18:59:08 +0000 Subject: [PATCH] Bump ecstatic from 1.4.1 to 4.1.2 Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 1.4.1 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/1.4.1...4.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf907dc..9988184 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "express": "^4.15.4", "socket.io": "^1.7.4", - "ecstatic": "^1.0.1", + "ecstatic": "^4.1.2", "tracer": "^0.8.7" }, "devDependencies": {}