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