From 78ad0b8720f499c8998444aa7e7086f76c52d0c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 01:16:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20`dixt`=20to=20`v?= =?UTF-8?q?4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1d9814..1d2f780 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@gathertown/gather-game-client": "^43.0.1", "@types/node-cron": "^3.0.11", "discord.js": "^14.11.0", - "dixt": "^2.2.1", + "dixt": "^4.0.0", "dixt-plugin-affix": "^1.0.9", "dixt-plugin-logs": "^2.1.17", "dixt-plugin-presence": "^1.0.11", diff --git a/yarn.lock b/yarn.lock index 13a7c0d..50858e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1356,10 +1356,10 @@ dixt-plugin-worktime@^2.2.0: node-schedule "^2.1.1" quickchart-js "^3.1.2" -dixt@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/dixt/-/dixt-2.2.1.tgz#ca25c1d147070f8df545f9aa272c75580c62d3bd" - integrity sha512-lTLJI35VLJMBnZFlvHZwzDY/Os4y+0Ft+W/ro+JjQRvLGeqr75Zge4Wi2kIIXLIA78qEwFEYOOHD0B5jQgcHjQ== +dixt@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/dixt/-/dixt-4.0.0.tgz#6603ead449eb94980b31799ebf2f121a46b395d7" + integrity sha512-HCtcrFlbh7cLB043NI+F/ldIEqQOdGF60wdT/AhyjI4Kskib6bW/nO5W2VQ8RuflzbjCi+hjagFEPHr7ZHFbdQ== dependencies: chalk "4.1.2" discord.js "^14.9.0"