chore(deps): bump rpc-websockets from 4.3.5 to 4.4.0

Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 4.3.5 to 4.4.0.
- [Release notes](https://github.com/elpheria/rpc-websockets/releases)
- [Commits](https://github.com/elpheria/rpc-websockets/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-17 14:25:35 +00:00 committed by Michael Vines
parent 6c33a7f9ee
commit 460e095a3c
1 changed files with 14 additions and 13 deletions

View File

@ -4791,6 +4791,11 @@
"safe-buffer": "^5.0.1"
}
},
"circular-json": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz",
"integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ=="
},
"class-utils": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
@ -6711,9 +6716,9 @@
"dev": true
},
"eventemitter3": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz",
"integrity": "sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA=="
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
"integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
},
"evp_bytestokey": {
"version": "1.0.3",
@ -19105,23 +19110,19 @@
}
},
"rpc-websockets": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.3.5.tgz",
"integrity": "sha512-hHOgJQbb/NYDqoFeRo5wrW1ICAmMSgWgEm2z5dillrEDf6ZTNiG8Cy/cE3cdHMacQiwIRKnZRbex/fJthzdyzw==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.4.0.tgz",
"integrity": "sha512-ddbA5VTc/E8xG3UTfOIiz6j7nY7iNE/XZEeLvfi/iMtw1MODU6H+T1yd07MRu2vzh/aeP8zDsmPpz16XLUcWAg==",
"requires": {
"@babel/runtime": "^7.4.5",
"assert-args": "^1.2.1",
"babel-runtime": "^6.26.0",
"circular-json": "^0.5.5",
"eventemitter3": "^3.1.0",
"circular-json": "^0.5.9",
"eventemitter3": "^3.1.2",
"uuid": "^3.3.2",
"ws": "^5.2.2"
},
"dependencies": {
"circular-json": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz",
"integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ=="
},
"uuid": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",