chore(deps): bump rpc-websockets from 4.6.1 to 5.0.8

Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 4.6.1 to 5.0.8.
- [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-12-13 13:33:41 +00:00 committed by Michael Vines
parent a149cd8cbb
commit b02a1fc2db
2 changed files with 7 additions and 7 deletions

View File

@ -18989,9 +18989,9 @@
}
},
"rpc-websockets": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-4.6.1.tgz",
"integrity": "sha512-xyQC6+95hOFQJBuMRIYi2E3/ddKEMMKuql5Sd49r4578CcthP0N9nHHFkVtvrsAgz4OQH6j7zsLurLNY0nOU6g==",
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.8.tgz",
"integrity": "sha512-l19R62V+3ydalSLWrXcHiTXJ2B+k6NRWyhyO5CNP4OFvbbWn8AEExjcysxwtNyeVLbL53VG+amGHrDJjEtJniA==",
"requires": {
"@babel/runtime": "^7.4.5",
"assert-args": "^1.2.1",
@ -19003,9 +19003,9 @@
},
"dependencies": {
"uuid": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
"integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
},
"ws": {
"version": "5.2.2",

View File

@ -75,7 +75,7 @@
"mz": "^2.7.0",
"node-fetch": "^2.2.0",
"npm-run-all": "^4.1.5",
"rpc-websockets": "^4.3.3",
"rpc-websockets": "^5.0.8",
"superstruct": "^0.7.0",
"tweetnacl": "^1.0.0",
"ws": "^7.0.0"