diff --git a/package-lock.json b/package-lock.json index 3b7de73..f332810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/bcryptjs": "^3.0.0", "@upstash/ratelimit": "^2.0.6", - "@upstash/redis": "^1.35.3", + "@upstash/redis": "^1.35.4", "bcryptjs": "^3.0.2", "jose": "^6.1.0", "next": "15.5.3", @@ -1910,9 +1910,9 @@ } }, "node_modules/@upstash/redis": { - "version": "1.35.3", - "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.35.3.tgz", - "integrity": "sha512-hSjv66NOuahW3MisRGlSgoszU2uONAY2l5Qo3Sae8OT3/Tng9K+2/cBRuyPBX8egwEGcNNCF9+r0V6grNnhL+w==", + "version": "1.35.4", + "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.35.4.tgz", + "integrity": "sha512-WE1ZnhFyBiIjTDW13GbO6JjkiMVVjw5VsvS8ENmvvJsze/caMQ5paxVD44+U68IUVmkXcbsLSoE+VIYsHtbQEw==", "license": "MIT", "dependencies": { "uncrypto": "^0.1.3" diff --git a/package.json b/package.json index 8e9c504..bf636b3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@types/bcryptjs": "^3.0.0", "@upstash/ratelimit": "^2.0.6", - "@upstash/redis": "^1.35.3", + "@upstash/redis": "^1.35.4", "bcryptjs": "^3.0.2", "jose": "^6.1.0", "next": "15.5.3",