Skip to content

Commit b735e7b

Browse files
committed
⬆️ upgrade dixt
1 parent 6a2f2a9 commit b735e7b

File tree

2 files changed

+42
-130
lines changed

2 files changed

+42
-130
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"dependencies": {
1818
"discord.js": "^14.11.0",
19-
"dixt": "^2.1.7",
20-
"dixt-plugin-affix": "^1.0.3",
21-
"dixt-plugin-logs": "^2.1.14",
22-
"dixt-plugin-presence": "^1.0.5",
23-
"dixt-plugin-react": "^2.1.5",
24-
"dixt-plugin-reports": "^1.0.0",
25-
"dixt-plugin-roles": "^1.0.1",
26-
"dixt-plugin-twitch": "^1.1.10",
27-
"dixt-plugin-worktime": "^2.1.13"
19+
"dixt": "^2.1.10",
20+
"dixt-plugin-affix": "^1.0.9",
21+
"dixt-plugin-logs": "^2.1.17",
22+
"dixt-plugin-presence": "^1.0.11",
23+
"dixt-plugin-react": "^2.1.12",
24+
"dixt-plugin-reports": "^1.0.4",
25+
"dixt-plugin-roles": "^1.0.6",
26+
"dixt-plugin-twitch": "^1.1.17",
27+
"dixt-plugin-worktime": "^2.1.17"
2828
},
2929
"devDependencies": {
3030
"@types/node": "^20.1.7",

yarn.lock

Lines changed: 33 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,6 @@ braces@^3.0.2, braces@~3.0.2:
628628
dependencies:
629629
fill-range "^7.0.1"
630630

631-
bson@^5.5.0:
632-
version "5.5.1"
633-
resolved "https://registry.yarnpkg.com/bson/-/bson-5.5.1.tgz#f5849d405711a7f23acdda9a442375df858e6833"
634-
integrity sha512-ix0EwukN2EpC0SRWIj/7B5+A6uQMQy6KMREI9qQqvgpkV2frH63T0UDVd1SYedL6dNCmDBYB3QtXi4ISk9YT+g==
635-
636631
bson@^6.2.0:
637632
version "6.2.0"
638633
resolved "https://registry.yarnpkg.com/bson/-/bson-6.2.0.tgz#4b6acafc266ba18eeee111373c2699304a9ba0a3"
@@ -866,85 +861,68 @@ discord.js@^14.11.0, discord.js@^14.9.0:
866861
undici "5.27.2"
867862
ws "8.14.2"
868863

869-
dixt-plugin-affix@^1.0.3:
870-
version "1.0.8"
871-
resolved "https://registry.yarnpkg.com/dixt-plugin-affix/-/dixt-plugin-affix-1.0.8.tgz#da2fff465e44a1ebcf7d9df123f62f42a014b5d8"
872-
integrity sha512-DQ6OQNnNPJjJHQqXUFOtv6wg3C0WPcpz9SHM1uItIPqr2N+Lpo/rjAKJe8aAX3C/wIReAzsYkZYdojlNKoAuKw==
873-
dependencies:
874-
discord.js "^14.9.0"
875-
dixt "2.1.10"
864+
dixt-plugin-affix@^1.0.9:
865+
version "1.0.9"
866+
resolved "https://registry.yarnpkg.com/dixt-plugin-affix/-/dixt-plugin-affix-1.0.9.tgz#105f490db64ae76010e044b1bbc984fdf9ddc893"
867+
integrity sha512-t9+vOYKJe2m+2Lw+l7N8tP4pFIQP5WVzEvX49gUaMdWLjKUb9HVK/ynrYWuXxl30Hx7J61iczHdCbpFSxYnmcg==
876868

877-
dixt-plugin-logs@^2.1.14:
878-
version "2.1.15"
879-
resolved "https://registry.yarnpkg.com/dixt-plugin-logs/-/dixt-plugin-logs-2.1.15.tgz#630ef850c8a253fd6be4c816a081ae5044764fd3"
880-
integrity sha512-Qh15Q7KTYH2ysOPkeKU/g2ZB182veCMdGFVQCegbEe2M4S8cxec/37OZA0qSIo3jz13tXRPSN1BwnrVYLxJ+Jg==
869+
dixt-plugin-logs@^2.1.17:
870+
version "2.1.17"
871+
resolved "https://registry.yarnpkg.com/dixt-plugin-logs/-/dixt-plugin-logs-2.1.17.tgz#8f7aaf6531eca4b33c1318199b4a1b02c91dc7ea"
872+
integrity sha512-ygxmLuoFzgsuLLNOtR/S/mf9qJk80PwTDp7iRfgfIdxJ9w88nDY+YEMcnlP24zztyYIc/z7p68USsA9LGe6W0A==
881873
dependencies:
882874
discord-webhook-node "^1.1.8"
883-
discord.js "^14.9.0"
884-
dixt "2.1.10"
885875
dotenv-flow "^3.2.0"
886876
p-queue "6.6.2"
887877

888-
dixt-plugin-presence@^1.0.5:
889-
version "1.0.9"
890-
resolved "https://registry.yarnpkg.com/dixt-plugin-presence/-/dixt-plugin-presence-1.0.9.tgz#9850a738e805f68d586c880953e94c3c8c7b2fe1"
891-
integrity sha512-UfSNLPH60mWvZAfVX+HYJ9W4g4eGYpz+ASxdZZ6EyNKmz2xUXMIWn2sj6OnWqdl0KnBE7Nd9Xa6vCXdTAoyxCw==
878+
dixt-plugin-presence@^1.0.11:
879+
version "1.0.11"
880+
resolved "https://registry.yarnpkg.com/dixt-plugin-presence/-/dixt-plugin-presence-1.0.11.tgz#de7954384b1c78fe663d6cdc92abccbc3ef48461"
881+
integrity sha512-hIwaRjOP/Db/SPoTN4zaK9oVlTtbs6LNyW6L+BX2pClU06ia6XJRMNoOucilLvUeK60ff3wMuvq80lHnEEj7vw==
892882
dependencies:
893-
discord.js "^14.9.0"
894-
dixt "2.1.9"
895883
node-schedule "^2.1.1"
896884

897-
dixt-plugin-react@^2.1.5:
898-
version "2.1.10"
899-
resolved "https://registry.yarnpkg.com/dixt-plugin-react/-/dixt-plugin-react-2.1.10.tgz#a6e02c10d1c61f2515e35a252ebf0e6a9be7ebc8"
900-
integrity sha512-ESm4nQF03AECmiet6Rj1R9NX2PHBRVv1SF2WS9wFcDKB1R0TlnyIch1AN3oM+n0YhTHJAXWUuMmP0p2vXJAGTw==
885+
dixt-plugin-react@^2.1.12:
886+
version "2.1.12"
887+
resolved "https://registry.yarnpkg.com/dixt-plugin-react/-/dixt-plugin-react-2.1.12.tgz#cb0c65090951c6a0792e5f8c7ae8f4518528a240"
888+
integrity sha512-lVAZziucJpCg8hdhqjXXQkdHdcb2acc+q9RkGzLueaxj6ZpHL2f7aK7zw1m2edIjF6LJUDlpg1Cz7VLQDrFXMA==
901889
dependencies:
902890
discord-webhook-node "^1.1.8"
903-
discord.js "^14.9.0"
904-
dixt "2.1.9"
905891
dotenv-flow "^3.2.0"
906892

907-
dixt-plugin-reports@^1.0.0:
908-
version "1.0.2"
909-
resolved "https://registry.yarnpkg.com/dixt-plugin-reports/-/dixt-plugin-reports-1.0.2.tgz#bfb1169470a6f506e7cecb3539bea16d930e1fc2"
910-
integrity sha512-DZQ7djNqT3p4aflg8ywqpXngs7rTpOnqLbDMV27dQoGS2Ck3UqztkgLZbMzDTe49jx8M0nBTQNd2ZwtA+2oM5Q==
893+
dixt-plugin-reports@^1.0.4:
894+
version "1.0.4"
895+
resolved "https://registry.yarnpkg.com/dixt-plugin-reports/-/dixt-plugin-reports-1.0.4.tgz#8ad9b45534567595ee375de7585be9663758031a"
896+
integrity sha512-02Lvamja/NZ8q4Akz+kyhYlV1oOqKRZJzKn91/x6POAVminHNvN+p2Mq/qQa4QxJh/RHg+Qu/Tau+o77YmTY4A==
911897
dependencies:
912-
discord.js "^14.9.0"
913-
dixt "2.1.9"
914898
dotenv-flow "^3.2.0"
915899

916-
dixt-plugin-roles@^1.0.1:
917-
version "1.0.4"
918-
resolved "https://registry.yarnpkg.com/dixt-plugin-roles/-/dixt-plugin-roles-1.0.4.tgz#2a508cda7abc3ae92a68d3521c44fd40846485db"
919-
integrity sha512-fzQ63rVUbBnWyKdPSETdT2D159FcpZMAjh5qaLzRQCREM+StY13F8WG54dT+sUUdU9GIBZmLS2hiEEkja6QdzA==
900+
dixt-plugin-roles@^1.0.6:
901+
version "1.0.6"
902+
resolved "https://registry.yarnpkg.com/dixt-plugin-roles/-/dixt-plugin-roles-1.0.6.tgz#7b610705bcaf6dc8350429c482dc9865c5d65da9"
903+
integrity sha512-nPIq72gLcwRdeLDCDUeI0opVTycBVfI/qHZlJtQ/iTU6Q7vSuSuiwDy+8wQsDZcVYCpaBrquZaR+U9aVtqE/4Q==
920904
dependencies:
921-
discord.js "^14.9.0"
922-
dixt "2.1.9"
923905
dotenv-flow "^3.2.0"
924906

925-
dixt-plugin-twitch@^1.1.10:
926-
version "1.1.15"
927-
resolved "https://registry.yarnpkg.com/dixt-plugin-twitch/-/dixt-plugin-twitch-1.1.15.tgz#3943d934c2274db667790f24a04951b925123e88"
928-
integrity sha512-hOnG4Er/0pBCUUFy8VpyjPDg3JSXdy3Vr/PZZPUE4mpUXxzF4Rw1auaKQsA74VX+OHsXZZxOaveIqyZIAnZcSg==
907+
dixt-plugin-twitch@^1.1.17:
908+
version "1.1.17"
909+
resolved "https://registry.yarnpkg.com/dixt-plugin-twitch/-/dixt-plugin-twitch-1.1.17.tgz#79a28b9ac8ca5caaeee59e6c016334bad8229c4a"
910+
integrity sha512-hX1Kupdnl/GFIOT+Z9Kb1aroQKMGiSjmdldv6kQd3/enKlAirlMSQo6VPrtK89zlqsdW6/Zr1HazT5xZbha8Bg==
929911
dependencies:
930-
discord.js "^14.9.0"
931-
dixt "2.1.9"
932912
dotenv-flow "^3.2.0"
933913

934-
dixt-plugin-worktime@^2.1.13:
935-
version "2.1.15"
936-
resolved "https://registry.yarnpkg.com/dixt-plugin-worktime/-/dixt-plugin-worktime-2.1.15.tgz#6ba0d5fd261b6510d0d32eaa6aa19673f89e0431"
937-
integrity sha512-Eql+5o+4A9HqAdNs2bQ0NclZf4M6K6SejbLKjK5Ut7kQ6rcdD8klp4HKwy5Ep7GYEC6tm78AfdsUxQM2zfMcFw==
914+
dixt-plugin-worktime@^2.1.17:
915+
version "2.1.17"
916+
resolved "https://registry.yarnpkg.com/dixt-plugin-worktime/-/dixt-plugin-worktime-2.1.17.tgz#998844406c3393af0a9d5a1a8b3121218de294d0"
917+
integrity sha512-vmzUZW0ANhXyhFS+l9Fk/WMNKqWQx1svG4XejeWmwWWpQL11j9aVzVpSEEXY/TEneQPx432g1YS0uLEaKG72Yg==
938918
dependencies:
939919
chart.js "^4.2.1"
940920
dayjs "^1.11.7"
941-
discord.js "^14.9.0"
942-
dixt "2.1.9"
943921
dotenv-flow "^3.2.0"
944922
node-schedule "^2.1.1"
945923
quickchart-js "^3.1.2"
946924

947-
dixt@2.1.10, dixt@^2.1.7:
925+
dixt@^2.1.10:
948926
version "2.1.10"
949927
resolved "https://registry.yarnpkg.com/dixt/-/dixt-2.1.10.tgz#75dd2aecb27d65cb97bb7ad284a0bdd5b8d9f0e5"
950928
integrity sha512-8jBqSS/bj9D/XzI0I3V0R3CFXixda8io6JCto9tqVqQIX3vmd17NqFUW1YIof07nssF1rlI/JoNAK2aNx/0/WA==
@@ -955,17 +933,6 @@ [email protected], dixt@^2.1.7:
955933
lodash "^4.17.21"
956934
mongoose "^8.0.0"
957935

958-
959-
version "2.1.9"
960-
resolved "https://registry.yarnpkg.com/dixt/-/dixt-2.1.9.tgz#328fc71aabf576fc4812bd016aa68ac32c7abe15"
961-
integrity sha512-KSpROXDuhCR4ICL8NtRnUraIylUHSy4bn4KwtCtuH83kRLpm0ZCTR2uyJFceoEn/9jkjlBT0g/bbijxBcssVUQ==
962-
dependencies:
963-
chalk "4.1.2"
964-
discord.js "^14.9.0"
965-
dotenv-flow "^3.2.0"
966-
lodash "^4.17.21"
967-
mongoose "^7.0.3"
968-
969936
doctrine@^2.1.0:
970937
version "2.1.0"
971938
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -1780,14 +1747,6 @@ internal-slot@^1.0.5:
17801747
hasown "^2.0.0"
17811748
side-channel "^1.0.4"
17821749

1783-
ip-address@^9.0.5:
1784-
version "9.0.5"
1785-
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a"
1786-
integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==
1787-
dependencies:
1788-
jsbn "1.1.0"
1789-
sprintf-js "^1.1.3"
1790-
17911750
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
17921751
version "3.0.2"
17931752
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz#f2653ced8412081638ecb0ebbd0c41c6e0aecbbe"
@@ -2031,11 +1990,6 @@ js-yaml@^4.1.0:
20311990
dependencies:
20321991
argparse "^2.0.1"
20331992

2034-
2035-
version "1.1.0"
2036-
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
2037-
integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==
2038-
20391993
20401994
version "3.0.1"
20411995
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
@@ -2221,17 +2175,6 @@ mongodb-connection-string-url@^2.6.0:
22212175
"@types/whatwg-url" "^8.2.1"
22222176
whatwg-url "^11.0.0"
22232177

2224-
2225-
version "5.9.1"
2226-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.1.tgz#da03ea253b0972bf8097301fa5f65e34acad18fa"
2227-
integrity sha512-NBGA8AfJxGPeB12F73xXwozt8ZpeIPmCUeWRwl9xejozTXFes/3zaep9zhzs1B/nKKsw4P3I4iPfXl3K7s6g+Q==
2228-
dependencies:
2229-
bson "^5.5.0"
2230-
mongodb-connection-string-url "^2.6.0"
2231-
socks "^2.7.1"
2232-
optionalDependencies:
2233-
"@mongodb-js/saslprep" "^1.1.0"
2234-
22352178
22362179
version "6.2.0"
22372180
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.2.0.tgz#2c9dcb3eeaf528ed850e94b3df392de6c6b0d7ab"
@@ -2241,19 +2184,6 @@ [email protected]:
22412184
bson "^6.2.0"
22422185
mongodb-connection-string-url "^2.6.0"
22432186

2244-
mongoose@^7.0.3:
2245-
version "7.6.10"
2246-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.10.tgz#89ddad48ed2fc548fdfdd40f3b32e7b5fc74e740"
2247-
integrity sha512-vfvGxXwFk6rZVRaMC+8pgXj1uOR2RafZpgaA3fO6ygDJN7dXnBQ3ehuacwaVD+U3hmZetqHimORJhvLEpdRl1w==
2248-
dependencies:
2249-
bson "^5.5.0"
2250-
kareem "2.5.1"
2251-
mongodb "5.9.1"
2252-
mpath "0.9.0"
2253-
mquery "5.0.0"
2254-
ms "2.1.3"
2255-
sift "16.0.1"
2256-
22572187
mongoose@^8.0.0:
22582188
version "8.0.3"
22592189
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.0.3.tgz#f3708ba0f40b6dec8f5f1a5d40abd69a80207114"
@@ -2785,19 +2715,6 @@ slash@^3.0.0:
27852715
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
27862716
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
27872717

2788-
smart-buffer@^4.2.0:
2789-
version "4.2.0"
2790-
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
2791-
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
2792-
2793-
socks@^2.7.1:
2794-
version "2.8.1"
2795-
resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.1.tgz#22c7d9dd7882649043cba0eafb49ae144e3457af"
2796-
integrity sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==
2797-
dependencies:
2798-
ip-address "^9.0.5"
2799-
smart-buffer "^4.2.0"
2800-
28012718
sorted-array-functions@^1.3.0:
28022719
version "1.3.0"
28032720
resolved "https://registry.yarnpkg.com/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz#8605695563294dffb2c9796d602bd8459f7a0dd5"
@@ -2810,11 +2727,6 @@ sparse-bitfield@^3.0.3:
28102727
dependencies:
28112728
memory-pager "^1.0.2"
28122729

2813-
sprintf-js@^1.1.3:
2814-
version "1.1.3"
2815-
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a"
2816-
integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==
2817-
28182730
string.prototype.matchall@^4.0.8:
28192731
version "4.0.10"
28202732
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100"

0 commit comments

Comments
 (0)