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",