From ca505abd9bd1579f3ccbd58def33a3ceac2f31d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 16:52:57 +0000 Subject: [PATCH] Bump ecstatic from 1.4.1 to 4.1.2 in /examples/http_localstorage 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] --- examples/http_localstorage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http_localstorage/package.json b/examples/http_localstorage/package.json index 894fa2a..cc685c0 100644 --- a/examples/http_localstorage/package.json +++ b/examples/http_localstorage/package.json @@ -2,7 +2,7 @@ "name": "rpc-multiauth-example-http_localstorage", "version": "0.0.0", "dependencies": { - "ecstatic": "^1.1.3" + "ecstatic": "^4.1.2" }, "scripts": { "build": "browserify client.js > bundle.js"