From 85ec49b8a4f4fa6506c02e6e0eace9f4daeea78d Mon Sep 17 00:00:00 2001 From: nickbrowne Date: Wed, 25 Jun 2025 14:08:07 +1000 Subject: [PATCH] Upgrade sockjs to 0.3.24 We technically don't use this, but it has some value in supporting tests that have not been ported to websocket yet. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96523df..33c501c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "express": "^4.8.0", "pg": "7.4.0", "pg-native": "3.0.1", - "sockjs": ">= 0.3.1", + "sockjs": "0.3.24", "ws": "5.2.4", "coffee-script": "1.7.0", "hat": "*"