From 05a4456ff14f5f26a531ad2340ef3908dde4c6b5 Mon Sep 17 00:00:00 2001 From: yongxin SHI Date: Sat, 7 Oct 2017 15:51:52 +0800 Subject: [PATCH] fix socket.io error fix TypeError: Cannot read property 'prototype' of undefined --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f4c7cd..54e2c52a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "tags": ["tty", "terminal", "term", "xterm"], "dependencies": { "express": "3.4.4", - "socket.io": "0.9.16", + "socket.io": "0.9.19", "pty.js": ">= 0.2.13", "term.js": ">= 0.0.5" },