From 5d3c39b6a9d7ef9d50254aebfe71216af89a73a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 08:52:03 +0000 Subject: [PATCH] chore: bump rpc-websockets from 5.2.3 to 5.2.4 in /web3.js (#11306) Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/elpheria/rpc-websockets/releases) - [Commits](https://github.com/elpheria/rpc-websockets/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2825546c92..6dca94777a 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -20767,9 +20767,9 @@ } }, "rpc-websockets": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.2.3.tgz", - "integrity": "sha512-1nHdvzXHBI8T5lCGaHngmRdgq+h7ahEXBZ31tecFAknDb2g1D7Ip1LYIo9Q94TqT8gT441Ly/c3En3EHTaYHWQ==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.2.4.tgz", + "integrity": "sha512-6jqeJK/18hPTsmeiN+K9O4miZiAmrIncgxfPXHwuGWs9BClA2zC3fOnTThRWo4blkrjH59oKKi0KMxSK+wdtNw==", "requires": { "@babel/runtime": "^7.8.7", "assert-args": "^1.2.1",