aboutsummaryrefslogtreecommitdiff
path: root/test/js/third_party/socket.io
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/third_party/socket.io')
-rw-r--r--test/js/third_party/socket.io/package.json7
-rw-r--r--test/js/third_party/socket.io/support/util.ts1
2 files changed, 4 insertions, 4 deletions
diff --git a/test/js/third_party/socket.io/package.json b/test/js/third_party/socket.io/package.json
index edeb84845..e54aa3de9 100644
--- a/test/js/third_party/socket.io/package.json
+++ b/test/js/third_party/socket.io/package.json
@@ -2,9 +2,8 @@
"name": "socket.io",
"version": "1.0.0",
"dependencies": {
- "socket.io": "^4.6.1",
- "socket.io-client": "^4.6.1",
- "supertest": "^6.1.6",
- "uWebSockets.js": "uNetworking/uWebSockets.js#v20.24.0"
+ "socket.io": "4.6.1",
+ "socket.io-client": "4.6.1",
+ "supertest": "6.3.3"
}
}
diff --git a/test/js/third_party/socket.io/support/util.ts b/test/js/third_party/socket.io/support/util.ts
index 597b40d65..b5f515568 100644
--- a/test/js/third_party/socket.io/support/util.ts
+++ b/test/js/third_party/socket.io/support/util.ts
@@ -1,3 +1,4 @@
+// @ts-nocheck
import type { Server } from "socket.io";
import request from "supertest";