From 04672e59a85fbe7bc32c7906e9991ace2b2761f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:53:17 +0000 Subject: [PATCH] chore(deps)(deps): bump @upstash/redis Bumps the performance group with 1 update in the / directory: [@upstash/redis](https://github.com/upstash/redis-js). Updates `@upstash/redis` from 1.37.0 to 1.38.3 - [Release notes](https://github.com/upstash/redis-js/releases) - [Commits](https://github.com/upstash/redis-js/compare/@upstash/redis@1.37.0...@upstash/redis@1.38.3) --- updated-dependencies: - dependency-name: "@upstash/redis" dependency-version: 1.38.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: performance ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 178dfa491..346bf39cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@supabase/supabase-js": "^2.93.1", "@tanstack/react-query": "^5.90.20", "@upstash/ratelimit": "^2.0.8", - "@upstash/redis": "^1.36.1", + "@upstash/redis": "^1.38.3", "bad-words": "^4.0.0", "bcrypt": "^6.0.0", "better-auth": "^1.6.3", @@ -8396,9 +8396,9 @@ } }, "node_modules/@upstash/redis": { - "version": "1.37.0", - "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.37.0.tgz", - "integrity": "sha512-LqOJ3+XWPLSZ2rGSed5DYG3ixybxb8EhZu3yQqF7MdZX1wLBG/FRcI6xcUZXHy/SS7mmXWyadrud0HJHkOc+uw==", + "version": "1.38.3", + "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.38.3.tgz", + "integrity": "sha512-vtS0BonQHU6kDSWvHTISh+LOuLIEk+jeMXebv20CDJ/aHGOG085SGa8OpI+I+Ow8WgPFhqH23XG8kQ2LXXRnag==", "license": "MIT", "dependencies": { "uncrypto": "^0.1.3" diff --git a/package.json b/package.json index 4a735ca0a..137dead03 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@supabase/supabase-js": "^2.93.1", "@tanstack/react-query": "^5.90.20", "@upstash/ratelimit": "^2.0.8", - "@upstash/redis": "^1.36.1", + "@upstash/redis": "^1.38.3", "bad-words": "^4.0.0", "bcrypt": "^6.0.0", "better-auth": "^1.6.3",