diff --git a/server/package-lock.json b/server/package-lock.json index e3402d8..be1d82a 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -52,7 +52,7 @@ "rate-limiter-flexible": "^4.0.1", "safe-regex": "^2.1.1", "socket.io": "^4.7.5", - "stream-chat": "^8.31.0", + "stream-chat": "^8.54.1", "uuid": "^9.0.1", "zod_utilz": "^0.7.3" }, @@ -6613,9 +6613,10 @@ } }, "node_modules/stream-chat": { - "version": "8.31.0", - "resolved": "https://registry.npmjs.org/stream-chat/-/stream-chat-8.31.0.tgz", - "integrity": "sha512-lORUtfDYljoAgRv7QHUADH1QTGydSWo+U8KmUKwv7BZyUZ2JGwh6VZbu9WL4Nmo7PDU7N/Ug0Q5PE59S6WE+OA==", + "version": "8.54.1", + "resolved": "https://registry.npmjs.org/stream-chat/-/stream-chat-8.54.1.tgz", + "integrity": "sha512-BmeN1nq/zbItJXayHz/kBDc36Xvs4rW5pol/ngPXs0Vl8tw7vCuYBI4aFvpthvFU9EhCIJzBn8ISqDlnfWyDkw==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/runtime": "^7.16.3", "@types/jsonwebtoken": "~9.0.0", @@ -6625,16 +6626,17 @@ "form-data": "^4.0.0", "isomorphic-ws": "^4.0.1", "jsonwebtoken": "~9.0.0", - "ws": "^7.4.4" + "ws": "^7.5.10" }, "engines": { "node": ">=16" } }, "node_modules/stream-chat/node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", "engines": { "node": ">=8.3.0" }, diff --git a/server/package.json b/server/package.json index 21981ab..a4555ea 100644 --- a/server/package.json +++ b/server/package.json @@ -87,7 +87,7 @@ "rate-limiter-flexible": "^4.0.1", "safe-regex": "^2.1.1", "socket.io": "^4.7.5", - "stream-chat": "^8.31.0", + "stream-chat": "^8.54.1", "uuid": "^9.0.1", "zod_utilz": "^0.7.3" }