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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-14 11:30:59 +00:00
committed by Michael Vines
parent f986607cf4
commit bd7e802e46

View File

@ -6311,9 +6311,9 @@
"dev": true "dev": true
}, },
"async-limiter": { "async-limiter": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
}, },
"asynckit": { "asynckit": {
"version": "0.4.0", "version": "0.4.0",
@ -20842,16 +20842,16 @@
} }
}, },
"rpc-websockets": { "rpc-websockets": {
"version": "5.0.14", "version": "5.0.16",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.14.tgz", "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.16.tgz",
"integrity": "sha512-6zWfeAIoQJHnqq97sPZOVu+BIyh5uoa9wgc30KTQdKbrn2er5z/NVfiI3EjZ5+aIiKkOS3lvxHGshRlY7C9zUw==", "integrity": "sha512-6xCVjhKge1/MMAWkpa7C8KO7vcZPMAboqAF8vkSNdy+UreoOdaYvd94vwtUGtJuSb22xWFibAsrp5JTxTsAubQ==",
"requires": { "requires": {
"@babel/runtime": "^7.4.5", "@babel/runtime": "^7.8.7",
"assert-args": "^1.2.1", "assert-args": "^1.2.1",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"circular-json": "^0.5.9", "circular-json": "^0.5.9",
"eventemitter3": "^3.1.2", "eventemitter3": "^3.1.2",
"uuid": "^3.3.2", "uuid": "^3.4.0",
"ws": "^5.2.2" "ws": "^5.2.2"
}, },
"dependencies": { "dependencies": {