From 88c827cf7ccfc85618dbdec81800049074703ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:34:19 +0000 Subject: [PATCH] chore(deps)(deps): bump the performance group across 1 directory with 2 updates Bumps the performance group with 2 updates in the / directory: [@upstash/redis](https://github.com/upstash/redis-js) and [swr](https://github.com/vercel/swr). Updates `@upstash/redis` from 1.36.1 to 1.37.0 - [Release notes](https://github.com/upstash/redis-js/releases) - [Commits](https://github.com/upstash/redis-js/compare/v1.36.1...@upstash/redis@1.37.0) Updates `swr` from 2.3.8 to 2.4.1 - [Release notes](https://github.com/vercel/swr/releases) - [Commits](https://github.com/vercel/swr/compare/v2.3.8...v2.4.1) --- updated-dependencies: - dependency-name: "@upstash/redis" dependency-version: 1.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: performance - dependency-name: swr dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: performance ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf62e0706..602d5a3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@types/bcrypt": "^6.0.0", "@types/redlock": "^4.0.8", "@upstash/ratelimit": "^2.0.8", - "@upstash/redis": "^1.36.1", + "@upstash/redis": "^1.37.0", "axios": "^1.13.3", "bad-words": "^4.0.0", "bcrypt": "^6.0.0", @@ -83,7 +83,7 @@ "stream-chat": "^9.30.1", "stream-chat-react": "^13.13.4", "stripe": "^20.2.0", - "swr": "^2.3.8", + "swr": "^2.4.1", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tweetnacl": "^1.0.3", @@ -6864,9 +6864,9 @@ } }, "node_modules/@upstash/redis": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.36.1.tgz", - "integrity": "sha512-N6SjDcgXdOcTAF+7uNoY69o7hCspe9BcA7YjQdxVu5d25avljTwyLaHBW3krWjrP0FfocgMk94qyVtQbeDp39A==", + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.37.0.tgz", + "integrity": "sha512-LqOJ3+XWPLSZ2rGSed5DYG3ixybxb8EhZu3yQqF7MdZX1wLBG/FRcI6xcUZXHy/SS7mmXWyadrud0HJHkOc+uw==", "license": "MIT", "dependencies": { "uncrypto": "^0.1.3" @@ -19469,9 +19469,9 @@ } }, "node_modules/swr": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/swr/-/swr-2.3.8.tgz", - "integrity": "sha512-gaCPRVoMq8WGDcWj9p4YWzCMPHzE0WNl6W8ADIx9c3JBEIdMkJGMzW+uzXvxHMltwcYACr9jP+32H8/hgwMR7w==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/swr/-/swr-2.4.1.tgz", + "integrity": "sha512-2CC6CiKQtEwaEeNiqWTAw9PGykW8SR5zZX8MZk6TeAvEAnVS7Visz8WzphqgtQ8v2xz/4Q5K+j+SeMaKXeeQIA==", "license": "MIT", "dependencies": { "dequal": "^2.0.3", diff --git a/package.json b/package.json index c8d005f10..2545cd6f4 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@types/bcrypt": "^6.0.0", "@types/redlock": "^4.0.8", "@upstash/ratelimit": "^2.0.8", - "@upstash/redis": "^1.36.1", + "@upstash/redis": "^1.37.0", "axios": "^1.13.3", "bad-words": "^4.0.0", "bcrypt": "^6.0.0", @@ -126,7 +126,7 @@ "stream-chat": "^9.30.1", "stream-chat-react": "^13.13.4", "stripe": "^20.2.0", - "swr": "^2.3.8", + "swr": "^2.4.1", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tweetnacl": "^1.0.3",