From 349a2bbbb6e42f41d4f774bcb0e2f2222aced136 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Thu, 8 May 2025 03:19:30 +0000 Subject: [PATCH] Config (dependencies): Remove CSV parser --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e7152d2..c3b3391 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,9 @@ ], "dependencies": { "@google/genai": "^0.13.0", - "dotenv": "^8.2.0" + "buffer": "^6.0.3", + "dotenv": "^8.2.0", + "fs": "^0.0.1-security" }, "author": "buzzcode2007" }