From 573c87be555059e8e7ee39ae5c733123f9e31923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:41:43 +0000 Subject: [PATCH] deps(deps): bump @upstash/redis from 1.35.3 to 1.35.4 Bumps [@upstash/redis](https://github.com/upstash/upstash-redis) from 1.35.3 to 1.35.4. - [Release notes](https://github.com/upstash/upstash-redis/releases) - [Commits](https://github.com/upstash/upstash-redis/compare/v1.35.3...v1.35.4) --- updated-dependencies: - dependency-name: "@upstash/redis" dependency-version: 1.35.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 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",