From 19b8b89138d8d9c2e96f80794a6e4f9354078c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 08:11:40 +0000 Subject: [PATCH] chore: bump rpc-websockets from 7.4.15 to 7.4.16 in /web3.js (#20975) Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 7.4.15 to 7.4.16. - [Release notes](https://github.com/elpheria/rpc-websockets/releases) - [Commits](https://github.com/elpheria/rpc-websockets/compare/v7.4.15...v7.4.16) --- updated-dependencies: - dependency-name: rpc-websockets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 79815ceef..6f339888a 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -15610,9 +15610,9 @@ "dev": true }, "node_modules/rpc-websockets": { - "version": "7.4.15", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.15.tgz", - "integrity": "sha512-ICuqy1MeGl7z0/kesAShN1Lz0AYvOPLpmv2hzfIV5YNGhmJl+B/osmFoWrvxZcQnn/wyPl4Q29ItTJkXFNc9oA==", + "version": "7.4.16", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.16.tgz", + "integrity": "sha512-0b7OVhutzwRIaYAtJo5tqtaQTWKfwAsKnaThOSOy+VkhVdleNUgb8eZnWSdWITRZZEigV5uPEIDr5KZe4DBrdQ==", "dependencies": { "@babel/runtime": "^7.11.2", "circular-json": "^0.5.9", @@ -29849,9 +29849,9 @@ } }, "rpc-websockets": { - "version": "7.4.15", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.15.tgz", - "integrity": "sha512-ICuqy1MeGl7z0/kesAShN1Lz0AYvOPLpmv2hzfIV5YNGhmJl+B/osmFoWrvxZcQnn/wyPl4Q29ItTJkXFNc9oA==", + "version": "7.4.16", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.16.tgz", + "integrity": "sha512-0b7OVhutzwRIaYAtJo5tqtaQTWKfwAsKnaThOSOy+VkhVdleNUgb8eZnWSdWITRZZEigV5uPEIDr5KZe4DBrdQ==", "requires": { "@babel/runtime": "^7.11.2", "bufferutil": "^4.0.1",