aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2024-02-17 21:01:37 +0100
committerTom Smeding <t.j.smeding@uu.nl>2024-02-17 21:11:21 +0100
commit574882d3135e8e9f8b15e252b0b8c2e5d767ae0c (patch)
tree0b6d31b51e823ab420ef2692485f52eb3c3008ef /package.json
parenta24d2ca07561ff7a7f6695c31128780798d84d5a (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 e15ba0e..e9f8cb1 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,6 @@
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
- "socket.io": "^2.4.1"
+ "socket.io": "^4.7.4"
}
}