From 33d0f372015ea850672c89562311e7ff813c09ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:13:37 +0000 Subject: [PATCH] deps: bump stream-chat-react from 13.6.1 to 13.6.4 in /client Bumps [stream-chat-react](https://github.com/GetStream/stream-chat-react) from 13.6.1 to 13.6.4. - [Release notes](https://github.com/GetStream/stream-chat-react/releases) - [Changelog](https://github.com/GetStream/stream-chat-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/GetStream/stream-chat-react/compare/v13.6.1...v13.6.4) --- updated-dependencies: - dependency-name: stream-chat-react dependency-version: 13.6.4 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..c0b7b63 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "^19.0.0", "react-scripts": "5.0.1", "stream-chat": "^9.19.0", - "stream-chat-react": "^13.6.1", + "stream-chat-react": "^13.6.4", "universal-cookie": "^8.0.1", "web-vitals": "^5.1.0" }, @@ -15990,9 +15990,10 @@ } }, "node_modules/stream-chat-react": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/stream-chat-react/-/stream-chat-react-13.6.1.tgz", - "integrity": "sha512-YkxwVRR81o+zDzTFR8NPqUYuQ/Tzpx9EBB309OkiE8jtgep/z4WXSVpqTH4SWK1HU8qA6dUB+AVExu3vFHBt1g==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/stream-chat-react/-/stream-chat-react-13.6.4.tgz", + "integrity": "sha512-3hlh5jt/oj1ZHuP4jLIbecJKP1bDb4R4ws+ifw9XsVK6xYcV8NJu9oAFogTeNHFI9XT9/fsLAjfnEHAwVA+JLw==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@braintree/sanitize-url": "^6.0.4", "@popperjs/core": "^2.11.5", diff --git a/client/package.json b/client/package.json index 5489995..141b645 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "react-dom": "^19.0.0", "react-scripts": "5.0.1", "stream-chat": "^9.19.0", - "stream-chat-react": "^13.6.1", + "stream-chat-react": "^13.6.4", "universal-cookie": "^8.0.1", "web-vitals": "^5.1.0" },