From 53ae36f5f68e1a063a95b7087efc5483640018fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:12:05 +0000 Subject: [PATCH] fix(deps)(deps): update @upstash/redis requirement Updates the requirements on [@upstash/redis](https://github.com/upstash/redis-js) to permit the latest version. - [Release notes](https://github.com/upstash/redis-js/releases) - [Commits](https://github.com/upstash/redis-js/compare/@upstash/redis@1.37.0-canary-20260312084440-fba95e89e54d8ba63f020400247a1ef0dbdd2c84...@upstash/redis@1.37.0) --- updated-dependencies: - dependency-name: "@upstash/redis" dependency-version: 1.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b779907..b43c24ac 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@types/dompurify": "^3.2.0", "@uidotdev/usehooks": "^2.4.1", "@upstash/ratelimit": "^2.0.5", - "@upstash/redis": "^1.35.3", + "@upstash/redis": "^1.37.0", "@vercel/kv": "^3.0.0", "@vercel/ncc": "^0.38.3", "@vercel/speed-insights": "^1.0.14",