This commit is contained in:
lilyissillyyy
2025-11-02 18:31:42 -05:00
parent 6eaa8fc698
commit 7c4acdee4c
+19 -19
View File
@@ -31,11 +31,11 @@
"dependencies": { "dependencies": {
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"@dotenvx/dotenvx": "^1.49.0", "@dotenvx/dotenvx": "^1.51.0",
"@mediapipe/face_detection": "^0.4.1646425229", "@mediapipe/face_detection": "^0.4.1646425229",
"@napi-rs/canvas": "^0.1.80", "@napi-rs/canvas": "^0.1.81",
"@skyra/gifenc": "^1.0.1", "@skyra/gifenc": "^1.0.1",
"@snazzah/davey": "^0.1.6", "@snazzah/davey": "^0.1.7",
"@tensorflow-models/face-detection": "^1.0.3", "@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow/tfjs-node": "^4.22.0", "@tensorflow/tfjs-node": "^4.22.0",
"@twemoji/parser": "^16.0.0", "@twemoji/parser": "^16.0.0",
@@ -46,22 +46,22 @@
"cloc": "2.6.0-cloc", "cloc": "2.6.0-cloc",
"common-tags": "^1.8.2", "common-tags": "^1.8.2",
"connect4-ai": "^0.1.3", "connect4-ai": "^0.1.3",
"custom-translate": "^2.2.8", "custom-translate": "^2.2.9",
"didyoumean2": "^7.0.4", "didyoumean2": "^7.0.4",
"discord.js": "^14.22.1", "discord.js": "^14.24.2",
"emoji-regex": "^10.5.0", "emoji-regex": "^10.6.0",
"everything-json": "^1.2.1", "everything-json": "^1.2.1",
"fen-validator": "^2.0.1", "fen-validator": "^2.0.1",
"font-finder": "^1.1.0", "font-finder": "^1.1.0",
"gm": "^1.25.1", "gm": "^1.25.1",
"html-entities": "^2.6.0", "html-entities": "^2.6.0",
"image-to-ascii": "^3.2.2", "image-to-ascii": "^3.3.0",
"ioredis": "^5.7.0", "ioredis": "^5.8.2",
"js-chess-engine": "1.0.2", "js-chess-engine": "1.0.2",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"kuroshiro": "^1.2.0", "kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0", "kuroshiro-analyzer-kuromoji": "^1.1.0",
"mathjs": "^14.7.0", "mathjs": "^15.0.0",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-duration-format": "^2.3.2", "moment-duration-format": "^2.3.2",
@@ -72,33 +72,33 @@
"ntcjs": "^1.1.3", "ntcjs": "^1.1.3",
"parse-domain": "^8.2.2", "parse-domain": "^8.2.2",
"pokersolver": "^2.1.4", "pokersolver": "^2.1.4",
"qr": "^0.5.1", "qr": "^0.5.2",
"random-js": "^2.1.0", "random-js": "^2.1.0",
"sagiri": "^4.3.0", "sagiri": "^4.3.0",
"semver": "^7.7.2", "semver": "^7.7.3",
"sherlockjs": "^1.4.2", "sherlockjs": "^1.4.2",
"stackblur-canvas": "^2.7.0", "stackblur-canvas": "^2.7.0",
"text-diff": "^1.0.1", "text-diff": "^1.0.1",
"tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax", "tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax",
"twitter-openapi-typescript": "^0.0.55", "twitter-openapi-typescript": "^0.0.55",
"user-agents": "^1.1.660", "user-agents": "^1.1.669",
"valid-url": "^1.0.9", "valid-url": "^1.0.9",
"wavefile": "^11.0.0", "wavefile": "^11.0.0",
"winston": "^3.17.0", "winston": "^3.18.3",
"wuzzy": "^0.1.8", "wuzzy": "^0.1.8",
"zip-to-timezone": "^1.2.1" "zip-to-timezone": "^1.2.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.9", "bufferutil": "^4.0.9",
"sodium-native": "^5.0.8", "sodium-native": "^5.0.9",
"utf-8-validate": "^6.0.5", "utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.10" "zlib-sync": "^0.1.10"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.35.0", "@eslint/js": "^9.39.0",
"eslint": "^9.35.0", "eslint": "^9.39.0",
"eslint-config-amber": "^2.0.4", "eslint-config-amber": "^2.0.5",
"eslint-plugin-jsonc": "^2.20.1", "eslint-plugin-jsonc": "^2.21.0",
"globals": "^16.4.0" "globals": "^16.5.0"
} }
} }