From d4bfc168577f76861fef3be41517eac5561945e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2019 19:42:23 +0000 Subject: [PATCH] chore(deps): bump rpc-websockets from 4.4.1 to 4.5.1 Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 4.4.1 to 4.5.1. - [Release notes](https://github.com/elpheria/rpc-websockets/releases) - [Commits](https://github.com/elpheria/rpc-websockets/commits) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 945d4207c7..5a1131a5de 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -19607,9 +19607,9 @@ } }, "rpc-websockets": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.4.1.tgz", - "integrity": "sha512-K36CSfmFT8EZYQ6iNhq48kUXkTTBT8viYWvXubWV4RTQnBiMT9l+N9wCVCiLwo2+5cbXMdTc/EUSrkQxWoRDnQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.5.1.tgz", + "integrity": "sha512-OoXnJAJ6tz2WC56l0SsWFHF0hrqVQk86aZ/bCQfKx5s5GvCWUW/xNVEUHyh6RwHIgEnSnKq00fTbRD8E9Yw3Dw==", "requires": { "@babel/runtime": "^7.4.5", "assert-args": "^1.2.1",