From 84f9c02802cc1a57f6a91f970659466c8d58494f Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 3 Feb 2025 13:27:00 +0100 Subject: [PATCH] feat(assist): upgraded uws library (ee) --- ee/assist/package-lock.json | 6 +++--- ee/assist/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ee/assist/package-lock.json b/ee/assist/package-lock.json index 4bceec4ed..417f92412 100644 --- a/ee/assist/package-lock.json +++ b/ee/assist/package-lock.json @@ -18,7 +18,7 @@ "redis": "^4.6.10", "socket.io": "^4.8.0", "ua-parser-js": "^1.0.37", - "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.34.0", + "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0", "winston": "^3.13.0" } }, @@ -1458,8 +1458,8 @@ } }, "node_modules/uWebSockets.js": { - "version": "20.34.0", - "resolved": "git+ssh://git@github.com/uNetworking/uWebSockets.js.git#fca27c05066342b01951782248640c8013b37196", + "version": "20.51.0", + "resolved": "git+ssh://git@github.com/uNetworking/uWebSockets.js.git#6609a88ffa9a16ac5158046761356ce03250a0df", "license": "Apache-2.0" }, "node_modules/vary": { diff --git a/ee/assist/package.json b/ee/assist/package.json index 41f4bdbe0..fe25d3e2a 100644 --- a/ee/assist/package.json +++ b/ee/assist/package.json @@ -27,7 +27,7 @@ "redis": "^4.6.10", "socket.io": "^4.8.0", "ua-parser-js": "^1.0.37", - "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.34.0", + "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0", "winston": "^3.13.0" } }