From ed15fccbcf668beaf4b74f0325b1ecf5edc97d9e Mon Sep 17 00:00:00 2001 From: TRACTION <19631364+iamtraction@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:06:41 +0530 Subject: [PATCH] deps: update Signed-off-by: TRACTION <19631364+iamtraction@users.noreply.github.com> --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 25d960734..25ac3db95 100644 --- a/package.json +++ b/package.json @@ -23,35 +23,35 @@ "@types/gamedig": "^5.0.3", "@types/http-errors": "^2.0.4", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.4", - "eslint": "^9.12.0", - "typescript": "^5.6.2", - "typescript-eslint": "^8.8.0" + "@types/node": "^22.10.2", + "eslint": "^9.17.0", + "typescript": "^5.7.2", + "typescript-eslint": "^8.18.0" }, "dependencies": { - "@anthropic-ai/sdk": "^0.28.0", - "@bastion/tesseract": "^5.2.2", + "@anthropic-ai/sdk": "^0.33.1", + "@bastion/tesseract": "^5.2.3", "@discordjs/opus": "^0.9.0", "@google/generative-ai": "^0.21.0", "@iamtraction/google-translate": "^2.0.1", "@iamtraction/play-dl": "^1.9.8", "discord-rpc": "^4.0.1", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "emoji-regex": "^10.4.0", - "gamedig": "^5.1.3", + "gamedig": "^5.1.4", "jsdom": "^25.0.1", "libsodium-wrappers": "^0.7.15", - "mathjs": "^13.2.0", - "openai": "^4.67.1", + "mathjs": "^14.0.1", + "openai": "^4.77.0", "r6api.js": "^4.4.1", - "undici": "^6.19.8", + "undici": "^7.2.0", "ytdl-core": "^4.11.5", "ytpl": "^2.3.0" }, "optionalDependencies": { "bufferutil": "^4.0.8", "erlpack": "github:discord/erlpack", - "utf-8-validate": "^6.0.4", + "utf-8-validate": "^6.0.5", "zlib-sync": "^0.1.9" } }