aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-02-27 09:51:41 +0100
committerTom Smeding <tom@tomsmeding.com>2021-02-27 09:51:50 +0100
commitab68ec505851ec7014914aacb4642a7aaad4046e (patch)
tree7e340b37f0e9806a23f4a104866910ab17c43aa8 /package.json
parente87fb62269acea336b0563b84fa0de7069a5b59e (diff)
Up socket.io
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c66f22a..a67f77f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,6 @@
"license": "MIT",
"dependencies": {
"express": "^4.16.3",
- "socket.io": "^2.1.1"
+ "socket.io": "^2.4.1"
}
}