fix: update rpc-websockets to fix reconnect issue (#12081)

This commit is contained in:
Justin Starry 2020-09-06 19:10:40 +08:00 committed by GitHub
parent 369d376d10
commit b529fc7fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -20756,9 +20756,9 @@
}
},
"rpc-websockets": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.3.2.tgz",
"integrity": "sha512-13+luhSPKMd+LYNXb1PUb3eqZsOdwBjfqgFfs9ShTapXYI3wwq5CSLiRYdAucdRH2qOlcpMaqBkRxwvjuKtapQ==",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.0.tgz",
"integrity": "sha512-FCPhQyD2Lfg1rOm8SOVL/FiDw7/3e9MDVeLqSSb4KBWUWmcJb/WcWtjkIXm6ecarbNmHntVLx8KH3Exyj0hMDA==",
"requires": {
"@babel/runtime": "^7.11.2",
"assert-args": "^1.2.1",

View File

@ -83,7 +83,7 @@
"mz": "^2.7.0",
"node-fetch": "^2.2.0",
"npm-run-all": "^4.1.5",
"rpc-websockets": "^7.3.2",
"rpc-websockets": "^7.4.0",
"superstruct": "^0.8.3",
"tweetnacl": "^1.0.0",
"ws": "^7.0.0"