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