From bd7e802e466ee7a7bf3779cc0ee50a6c00e0380b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 11:30:59 +0000 Subject: [PATCH] chore(deps): bump rpc-websockets from 5.0.14 to 5.0.16 Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 5.0.14 to 5.0.16. - [Release notes](https://github.com/elpheria/rpc-websockets/releases) - [Commits](https://github.com/elpheria/rpc-websockets/compare/v5.0.14...v5.0.16) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index dbcaf7c601..bfb28e77a9 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6311,9 +6311,9 @@ "dev": true }, "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "asynckit": { "version": "0.4.0", @@ -20842,16 +20842,16 @@ } }, "rpc-websockets": { - "version": "5.0.14", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.14.tgz", - "integrity": "sha512-6zWfeAIoQJHnqq97sPZOVu+BIyh5uoa9wgc30KTQdKbrn2er5z/NVfiI3EjZ5+aIiKkOS3lvxHGshRlY7C9zUw==", + "version": "5.0.16", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.16.tgz", + "integrity": "sha512-6xCVjhKge1/MMAWkpa7C8KO7vcZPMAboqAF8vkSNdy+UreoOdaYvd94vwtUGtJuSb22xWFibAsrp5JTxTsAubQ==", "requires": { - "@babel/runtime": "^7.4.5", + "@babel/runtime": "^7.8.7", "assert-args": "^1.2.1", "babel-runtime": "^6.26.0", "circular-json": "^0.5.9", "eventemitter3": "^3.1.2", - "uuid": "^3.3.2", + "uuid": "^3.4.0", "ws": "^5.2.2" }, "dependencies": {