From 8de2ce9ba606b6e069487db94c0c615f4c2fcf39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:18:18 +0000 Subject: [PATCH] Bump stream-chat from 8.56.0 to 8.58.0 in /auth-chat/functions Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 8.56.0 to 8.58.0. - [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/v8.56.0...v8.58.0) --- updated-dependencies: - dependency-name: stream-chat dependency-version: 8.58.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth-chat/functions/package-lock.json | 8 ++++---- auth-chat/functions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auth-chat/functions/package-lock.json b/auth-chat/functions/package-lock.json index 9598db6f..663d3baa 100644 --- a/auth-chat/functions/package-lock.json +++ b/auth-chat/functions/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "firebase-admin": "^13.1.0", "firebase-functions": "^6.3.1", - "stream-chat": "^8.56.0", + "stream-chat": "^8.58.0", "typescript": "^5.7.3" }, "devDependencies": { @@ -8197,9 +8197,9 @@ } }, "node_modules/stream-chat": { - "version": "8.56.0", - "resolved": "https://registry.npmjs.org/stream-chat/-/stream-chat-8.56.0.tgz", - "integrity": "sha512-wv0OIjNdoMcK25PCjVg9lMfezMCrKzPoG0L9eDeKo/ZbJNGY3hNhUXVsyzIDYLYGWU9aqXGhAKpuxbVfgwbnqg==", + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/stream-chat/-/stream-chat-8.58.0.tgz", + "integrity": "sha512-GuWHV36KFZcNk1WM4Q0M1Y7HZuqLzFsAkjXeH/ip58EnqU0NCl+F+6XIN/nhKQ7DDwc/3dWfyx3CtEtOZdMl8Q==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/auth-chat/functions/package.json b/auth-chat/functions/package.json index cb74a651..9dbe232c 100644 --- a/auth-chat/functions/package.json +++ b/auth-chat/functions/package.json @@ -17,7 +17,7 @@ "dependencies": { "firebase-admin": "^13.1.0", "firebase-functions": "^6.3.1", - "stream-chat": "^8.56.0", + "stream-chat": "^8.58.0", "typescript": "^5.7.3" }, "devDependencies": {