diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2b9d0aa27 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + groups: + all-dependencies: + patterns: + - "*" diff --git a/package.json b/package.json index 883f58989..207cfb9a2 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "mindcraft", "type": "module", "dependencies": { - "@anthropic-ai/sdk": "^0.17.1", + "@anthropic-ai/sdk": "^0.81.0", "@cerebras/cerebras_cloud_sdk": "^1.46.0", "@eslint/js": "^9.13.0", "@google/genai": "^1.15.0", - "@huggingface/inference": "^2.8.1", - "@mistralai/mistralai": "^1.1.0", + "@huggingface/inference": "^4.13.15", + "@mistralai/mistralai": "^2.1.2", "canvas": "^3.1.0", "cheerio": "^1.0.0", "eslint": "^9.13.0", @@ -15,27 +15,27 @@ "express": "^4.18.2", "globals": "^15.11.0", "google-translate-api-x": "^10.7.1", - "groq-sdk": "^0.15.0", + "groq-sdk": "^1.1.2", "minecraft-data": "^3.97.0", "minecraft-assets": "^1.16.0", "mineflayer": "^4.33.0", "mineflayer-armor-manager": "^2.0.1", - "mineflayer-auto-eat": "^3.3.6", + "mineflayer-auto-eat": "^5.0.3", "mineflayer-collectblock": "^1.4.1", "mineflayer-pathfinder": "^2.4.5", "mineflayer-pvp": "^1.3.2", "node-canvas-webgl": "^0.3.0", - "open": "^10.2.0", - "openai": "^4.4.0", + "open": "^11.0.0", + "openai": "^6.33.0", "prismarine-item": "^1.15.0", "prismarine-viewer": "^1.32.0", - "replicate": "^0.29.4", + "replicate": "^1.4.0", "ses": "^1.9.1", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", - "three": "^0.128.0", - "vec3": "^0.1.10", - "yargs": "^17.7.2" + "three": "^0.183.2", + "vec3": "^0.2.0", + "yargs": "^18.0.0" }, "overrides": { "canvas": "^3.1.0", diff --git a/requirements.txt b/requirements.txt index 63e7bb880..77c2aea02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ boto3==1.37.11 botocore==1.37.11 pandas==2.2.3 prettytable==3.16.0 -tqdm==4.62.3 +tqdm==4.66.3 python-socketio[client] \ No newline at end of file