From ae77087fa984d467fbdeade7f8c3cb364820ab77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:12:54 +0000 Subject: [PATCH] deps: bump stream-chat from 9.19.0 to 9.19.1 in /client Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 9.19.0 to 9.19.1. - [Release notes](https://github.com/GetStream/stream-chat-js/releases) - [Changelog](https://github.com/GetStream/stream-chat-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/GetStream/stream-chat-js/compare/v9.19.0...v9.19.1) --- updated-dependencies: - dependency-name: stream-chat dependency-version: 9.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 63159bb..8f9200e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-scripts": "5.0.1", - "stream-chat": "^9.19.0", + "stream-chat": "^9.19.1", "stream-chat-react": "^13.6.1", "universal-cookie": "^8.0.1", "web-vitals": "^5.1.0" @@ -15971,9 +15971,10 @@ } }, "node_modules/stream-chat": { - "version": "9.19.0", - "resolved": "https://registry.npmjs.org/stream-chat/-/stream-chat-9.19.0.tgz", - "integrity": "sha512-ooRLubHPWxVr8Ws3fZvR30BFhVNM1xcrEgRnGGBxNINYYH/Wq+uc6AWONYIeu+n8crwRp3NSrtNfGWpWhLSy7Q==", + "version": "9.19.1", + "resolved": "https://registry.npmjs.org/stream-chat/-/stream-chat-9.19.1.tgz", + "integrity": "sha512-gii7sdM+MWMkJk3rdUDlDSr21DYfF5L3K2W9GDGb+8ofcbi1IHk5lOnP5R+ItsdtkvYKKw9E5/N1RjfhTyqxvQ==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@types/jsonwebtoken": "^9.0.8", "@types/ws": "^8.5.14", diff --git a/client/package.json b/client/package.json index 5489995..a243ee1 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-scripts": "5.0.1", - "stream-chat": "^9.19.0", + "stream-chat": "^9.19.1", "stream-chat-react": "^13.6.1", "universal-cookie": "^8.0.1", "web-vitals": "^5.1.0"