From 662223df322c99affcf904961b9b8019bbcec64f Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 13 Jan 2023 11:14:55 -0800 Subject: [PATCH] Update patch for websocket dependency --- patches/{websocket+1.0.28.patch => websocket+1.0.34.patch} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename patches/{websocket+1.0.28.patch => websocket+1.0.34.patch} (98%) diff --git a/patches/websocket+1.0.28.patch b/patches/websocket+1.0.34.patch similarity index 98% rename from patches/websocket+1.0.28.patch rename to patches/websocket+1.0.34.patch index 157888c61..0abc3b0f0 100644 --- a/patches/websocket+1.0.28.patch +++ b/patches/websocket+1.0.34.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/websocket/lib/WebSocketConnection.js b/node_modules/websocket/lib/WebSocketConnection.js -index 9f2750c..f5a1997 100644 +index 219de63..93d3800 100644 --- a/node_modules/websocket/lib/WebSocketConnection.js +++ b/node_modules/websocket/lib/WebSocketConnection.js @@ -271,7 +271,7 @@ WebSocketConnection.prototype.handleSocketData = function(data) {