From c2839794cf839744b6789b657bc3651cbc63b549 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 17 Jul 2025 14:27:49 +0700 Subject: [PATCH] fix: bump token.js to fix gemini provider base url issue --- web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/package.json b/web-app/package.json index e80ab9f15..93a9b8d60 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -67,7 +67,7 @@ "remark-math": "^6.0.0", "sonner": "^2.0.3", "tailwindcss": "^4.1.4", - "token.js": "npm:token.js-fork@0.7.14", + "token.js": "npm:token.js-fork@0.7.15", "tw-animate-css": "^1.2.7", "ulidx": "^2.4.1", "unified": "^11.0.5",