From 6a0a286d14b3f9753eb8b07548b3603059f4f3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 16:52:37 +0000 Subject: [PATCH] Bump ecstatic from 1.4.1 to 4.1.2 in /examples/rpc_alt 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/rpc_alt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rpc_alt/package.json b/examples/rpc_alt/package.json index 34ee0a4..002e981 100644 --- a/examples/rpc_alt/package.json +++ b/examples/rpc_alt/package.json @@ -2,7 +2,7 @@ "name": "rpc-multiauth-example-rpc_alt", "version": "0.0.0", "dependencies": { - "ecstatic": "^1.1.3", + "ecstatic": "^4.1.2", "rpc-multistream": "0.0.1", "websocket-stream": "^3.2.1" },