diff --git a/hosted/package-lock.json b/hosted/package-lock.json index c4a4724..951e04a 100644 --- a/hosted/package-lock.json +++ b/hosted/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@elysiajs/cors": "1.4.2", "@upstash/qstash": "2.11.3", - "@upstash/redis": "1.38.2", + "@upstash/redis": "1.38.3", "better-auth": "1.6.26", "elysia": "1.4.29", "pg": "8.22.0" @@ -616,9 +616,9 @@ } }, "node_modules/@upstash/redis": { - "version": "1.38.2", - "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.38.2.tgz", - "integrity": "sha512-RZ+JaRCVIS+ZTGnjOnDMr+/0aqDxsBb5rV6aW+Pys4SGELwr5lwE3UbLHRCHqMQ5Ulxj0b/CFBHfbmE175Otog==", + "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/hosted/package.json b/hosted/package.json index a580a0b..aefb004 100644 --- a/hosted/package.json +++ b/hosted/package.json @@ -20,7 +20,7 @@ "dependencies": { "@elysiajs/cors": "1.4.2", "@upstash/qstash": "2.11.3", - "@upstash/redis": "1.38.2", + "@upstash/redis": "1.38.3", "better-auth": "1.6.26", "elysia": "1.4.29", "pg": "8.22.0"