diff --git a/test/bun.lockb b/test/bun.lockb index e3a2abdfa1..c35182d46e 100755 Binary files a/test/bun.lockb and b/test/bun.lockb differ diff --git a/test/js/third_party/socket.io/package.json b/test/js/third_party/socket.io/package.json index af70e36a6a..e54aa3de90 100644 --- a/test/js/third_party/socket.io/package.json +++ b/test/js/third_party/socket.io/package.json @@ -4,6 +4,6 @@ "dependencies": { "socket.io": "4.6.1", "socket.io-client": "4.6.1", - "supertest": "6.1.6" + "supertest": "6.3.3" } } diff --git a/test/package.json b/test/package.json index db00538742..d26875126c 100644 --- a/test/package.json +++ b/test/package.json @@ -20,7 +20,7 @@ "prisma": "4.15.0", "socket.io": "4.7.1", "socket.io-client": "4.7.1", - "supertest": "6.1.6", + "supertest": "6.3.3", "svelte": "3.55.1", "typescript": "5.0.2", "undici": "5.20.0",