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

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-10 20:43:58 +00:00 committed by Michael Vines
parent 849530a463
commit 60066f4a01
1 changed files with 17 additions and 17 deletions

View File

@ -9,9 +9,9 @@
"resolved": "https://registry.npmjs.org/101/-/101-1.6.3.tgz",
"integrity": "sha512-4dmQ45yY0Dx24Qxp+zAsNLlMF6tteCyfVzgbulvSyC7tCyd3V8sW76sS0tHq8NpcbXfWTKasfyfzU1Kd86oKzw==",
"requires": {
"clone": "1.0.4",
"deep-eql": "0.1.3",
"keypather": "1.10.2"
"clone": "^1.0.2",
"deep-eql": "^0.1.3",
"keypather": "^1.10.2"
},
"dependencies": {
"clone": {
@ -1260,11 +1260,11 @@
"resolved": "https://registry.npmjs.org/assert-args/-/assert-args-1.2.1.tgz",
"integrity": "sha1-QEEDoUUqMv53iYgR5U5ZCoqTc70=",
"requires": {
"101": "1.6.3",
"101": "^1.2.0",
"compound-subject": "0.0.1",
"debug": "2.6.9",
"debug": "^2.2.0",
"get-prototype-of": "0.0.0",
"is-capitalized": "1.0.0",
"is-capitalized": "^1.0.0",
"is-class": "0.0.4"
}
},
@ -8594,7 +8594,7 @@
"resolved": "https://registry.npmjs.org/keypather/-/keypather-1.10.2.tgz",
"integrity": "sha1-4ESWMtSz5RbyHMAUznxWRP3c5hQ=",
"requires": {
"101": "1.6.3"
"101": "^1.0.0"
}
},
"kind-of": {
@ -14178,16 +14178,16 @@
}
},
"rpc-websockets": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.3.3.tgz",
"integrity": "sha512-Pq+tubbPkY63e0b1jukKkEQNWa5twpSvdd5izvtAK8OAw4qGGbWzJytqOdtProzpZQhFzynaHLNwfocmx8tmbg==",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.3.5.tgz",
"integrity": "sha512-hHOgJQbb/NYDqoFeRo5wrW1ICAmMSgWgEm2z5dillrEDf6ZTNiG8Cy/cE3cdHMacQiwIRKnZRbex/fJthzdyzw==",
"requires": {
"assert-args": "1.2.1",
"babel-runtime": "6.26.0",
"circular-json": "0.5.9",
"eventemitter3": "3.1.0",
"uuid": "3.3.2",
"ws": "5.2.2"
"assert-args": "^1.2.1",
"babel-runtime": "^6.26.0",
"circular-json": "^0.5.5",
"eventemitter3": "^3.1.0",
"uuid": "^3.3.2",
"ws": "^5.2.2"
},
"dependencies": {
"circular-json": {
@ -14205,7 +14205,7 @@
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"requires": {
"async-limiter": "1.0.0"
"async-limiter": "~1.0.0"
}
}
}