From 8dac9c3634990389c9d5542fa16e53643aa81f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 08:58:52 +0000 Subject: [PATCH] chore: bump rpc-websockets from 7.4.9 to 7.4.10 in /web3.js (#16297) Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 7.4.9 to 7.4.10. - [Release notes](https://github.com/elpheria/rpc-websockets/releases) - [Commits](https://github.com/elpheria/rpc-websockets/compare/v7.4.9...v7.4.10) 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 67b15c8443..459cf9caab 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -15333,9 +15333,9 @@ } }, "rpc-websockets": { - "version": "7.4.9", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.9.tgz", - "integrity": "sha512-5MsJlPDzJkt3eqlUeYHg66A7mxXSSYRE11lKGfNmAXgcMBw4F3a7CLgviwqf6rb850qP3Q1BP8ygp+V+DDq1qQ==", + "version": "7.4.10", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.10.tgz", + "integrity": "sha512-f6GFZ6TNcDDpcxH5Zp95Op5WqbqjiC5Rd1pTehP7vw6E+J44sqzGnHSvV8JkhqNDhLpfZlq+/SL9rQQ0Zx61nw==", "requires": { "@babel/runtime": "^7.11.2", "assert-args": "^1.2.1",