fix: update rpc-websockets to fix reconnect issue (#12081)
This commit is contained in:
		
							
								
								
									
										6
									
								
								web3.js/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								web3.js/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -20756,9 +20756,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "rpc-websockets": { |     "rpc-websockets": { | ||||||
|       "version": "7.3.2", |       "version": "7.4.0", | ||||||
|       "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.3.2.tgz", |       "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.4.0.tgz", | ||||||
|       "integrity": "sha512-13+luhSPKMd+LYNXb1PUb3eqZsOdwBjfqgFfs9ShTapXYI3wwq5CSLiRYdAucdRH2qOlcpMaqBkRxwvjuKtapQ==", |       "integrity": "sha512-FCPhQyD2Lfg1rOm8SOVL/FiDw7/3e9MDVeLqSSb4KBWUWmcJb/WcWtjkIXm6ecarbNmHntVLx8KH3Exyj0hMDA==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/runtime": "^7.11.2", |         "@babel/runtime": "^7.11.2", | ||||||
|         "assert-args": "^1.2.1", |         "assert-args": "^1.2.1", | ||||||
|   | |||||||
| @@ -83,7 +83,7 @@ | |||||||
|     "mz": "^2.7.0", |     "mz": "^2.7.0", | ||||||
|     "node-fetch": "^2.2.0", |     "node-fetch": "^2.2.0", | ||||||
|     "npm-run-all": "^4.1.5", |     "npm-run-all": "^4.1.5", | ||||||
|     "rpc-websockets": "^7.3.2", |     "rpc-websockets": "^7.4.0", | ||||||
|     "superstruct": "^0.8.3", |     "superstruct": "^0.8.3", | ||||||
|     "tweetnacl": "^1.0.0", |     "tweetnacl": "^1.0.0", | ||||||
|     "ws": "^7.0.0" |     "ws": "^7.0.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user