From 61325781292c652359023cbb667e2d11477eb685 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 05:19:27 +0000 Subject: [PATCH] Bump @akala/json-rpc-ws from 7.0.2 to 8.0.2 Bumps [@akala/json-rpc-ws](https://github.com/npenin/json-rpc-ws) from 7.0.2 to 8.0.2. - [Release notes](https://github.com/npenin/json-rpc-ws/releases) - [Commits](https://github.com/npenin/json-rpc-ws/compare/v7.0.2...v8.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c80e97c..e02c29f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "npenin", "dependencies": { "@akala/client": "^2.1.4", - "@akala/json-rpc-ws": "^7.0.2", + "@akala/json-rpc-ws": "^8.0.2", "@akala/server": "^3.0.19", "send": "^0.17.1", "uuid": "^3.3.2" diff --git a/yarn.lock b/yarn.lock index 836a108..69d7a7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -62,6 +62,15 @@ uuid "^3.3.2" ws "^6.0.0" +"@akala/json-rpc-ws@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@akala/json-rpc-ws/-/json-rpc-ws-8.0.2.tgz#91215844315e799cd11a690b9a1fe2eff9b8b286" + integrity sha512-qYHOJkGfIjiCttfxb/7kECz9jjZATFjZH3ljZCcf6bpzNpZt0jnsd8Z91L80gTgyigekXEeYR8T58SAyFISoVw== + dependencies: + debug "^4.1.1" + uuid "^3.4.0" + ws "^7.2.1" + "@akala/server@^3.0.12", "@akala/server@^3.0.19": version "3.0.30" resolved "https://registry.yarnpkg.com/@akala/server/-/server-3.0.30.tgz#8e211484f47ddc7c0ac2de211ea53bf8041a8667" @@ -1212,7 +1221,7 @@ utils-merge@1.0.1, utils-merge@1.x.x, utils-merge@^1.0.0: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.3.2, uuid@^3.3.3: +uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==