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