diff --git a/ui/package-lock.json b/ui/package-lock.json index 0ddba59..9c743d0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -33,7 +33,7 @@ "@supabase/auth-ui-shared": "^0.1.8", "@supabase/supabase-js": "2.80.0", "@upstash/ratelimit": "^2.0.1", - "@vercel/kv": "^2.0.0", + "@vercel/kv": "^3.0.0", "ai": "3.3.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -4334,13 +4334,13 @@ } }, "node_modules/@vercel/kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@vercel/kv/-/kv-2.0.0.tgz", - "integrity": "sha512-zdVrhbzZBYo5d1Hfn4bKtqCeKf0FuzW8rSHauzQVMUgv1+1JOwof2mWcBuI+YMJy8s0G0oqAUfQ7HgUDzb8EbA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@vercel/kv/-/kv-3.0.0.tgz", + "integrity": "sha512-pKT8fRnfyYk2MgvyB6fn6ipJPCdfZwiKDdw7vB+HL50rjboEBHDVBEcnwfkEpVSp2AjNtoaOUH7zG+bVC/rvSg==", "deprecated": "Vercel KV is deprecated. If you had an existing KV store, it should have moved to Upstash Redis which you will see under Vercel Integrations. For new projects, install a Redis integration from Vercel Marketplace: https://vercel.com/marketplace?category=storage&search=redis", "license": "Apache-2.0", "dependencies": { - "@upstash/redis": "^1.31.3" + "@upstash/redis": "^1.34.0" }, "engines": { "node": ">=14.6" diff --git a/ui/package.json b/ui/package.json index 4185227..b39a945 100644 --- a/ui/package.json +++ b/ui/package.json @@ -55,7 +55,7 @@ "@supabase/auth-ui-shared": "^0.1.8", "@supabase/supabase-js": "2.80.0", "@upstash/ratelimit": "^2.0.1", - "@vercel/kv": "^2.0.0", + "@vercel/kv": "^3.0.0", "ai": "3.3.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",