From a54b3ef0768dfde62ad23ff5d82cdfb0f9580243 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 26 Mar 2026 14:13:28 +0100 Subject: [PATCH] chore: update botid --- apps/web/package.json | 2 +- bun.lock | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index aa792c73..8a0894bb 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -38,6 +38,7 @@ "@upstash/ratelimit": "^2.0.6", "@upstash/redis": "^1.35.4", "better-auth": "^1.2.7", + "botid": "^1.5.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.0", @@ -50,7 +51,6 @@ "lucide-react": "^0.562.0", "mediabunny": "^1.29.1", "motion": "^12.18.1", - "botid": "^1.4.2", "nanoid": "^5.1.5", "next": "16.1.3", "next-themes": "^0.4.4", diff --git a/bun.lock b/bun.lock index 3907962c..9755559d 100644 --- a/bun.lock +++ b/bun.lock @@ -1,6 +1,5 @@ { "lockfileVersion": 1, - "configVersion": 0, "workspaces": { "": { "name": "opencut", @@ -40,7 +39,7 @@ "@upstash/ratelimit": "^2.0.6", "@upstash/redis": "^1.35.4", "better-auth": "^1.2.7", - "botid": "^1.4.2", + "botid": "^1.5.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.0",