summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2018-11-28 13:21:07 +0100
committerSheogorath2018-11-28 13:23:36 +0100
commitcf954651034d271526dfa195e2e16424de8b2ee6 (patch)
treea0102d19c7254023bf6ca607db84acd5037bc986 /package.json
parent769a1c4ccbebfa92d839bc2a6ec2b54017154a0a (diff)
Update socket.io
Our socket.io version is 2.0.4 while the current socket.io version is 2.1.1. This patch updates socket.io to version 2.1.1 and takes care of the CDN client version. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6d2f35ff..cf1e7068 100644
--- a/package.json
+++ b/package.json
@@ -115,8 +115,8 @@
"sequelize": "^3.28.0",
"sequelize-cli": "^2.5.1",
"shortid": "2.2.8",
- "socket.io": "~2.0.4",
- "socket.io-client": "~2.0.4",
+ "socket.io": "~2.1.1",
+ "socket.io-client": "~2.1.1",
"spin.js": "^2.3.2",
"sqlite3": "^4.0.1",
"store": "^2.0.12",