This commit is contained in:
Lily is Silly
2025-02-13 23:03:57 -05:00
parent 0b635a5f78
commit d9ce97ee7d
+15 -15
View File
@@ -29,22 +29,22 @@
"node": ">=15" "node": ">=15"
}, },
"dependencies": { "dependencies": {
"@discordjs/opus": "^0.9.0", "@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0", "@discordjs/voice": "^0.18.0",
"@mediapipe/face_detection": "^0.4.1646425229", "@mediapipe/face_detection": "^0.4.1646425229",
"@napi-rs/canvas": "^0.1.65", "@napi-rs/canvas": "^0.1.67",
"@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": "^15.1.1", "@twemoji/parser": "^15.1.1",
"bombsweeper.js": "^1.0.1", "bombsweeper.js": "^1.0.1",
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"city-timezones": "^1.3.0", "city-timezones": "^1.3.0",
"cloc": "^2.2.0-cloc", "cloc": "^2.4.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.8",
"didyoumean2": "^7.0.4", "didyoumean2": "^7.0.4",
"discord.js": "^14.17.3", "discord.js": "^14.18.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"emoji-regex": "^10.4.0", "emoji-regex": "^10.4.0",
"fen-validator": "^2.0.1", "fen-validator": "^2.0.1",
@@ -53,17 +53,17 @@
"gm": "^1.25.0", "gm": "^1.25.0",
"googlethis": "github:CROSP/google-this", "googlethis": "github:CROSP/google-this",
"html-entities": "^2.5.2", "html-entities": "^2.5.2",
"image-to-ascii": "^3.2.1", "image-to-ascii": "^3.2.2",
"ioredis": "^5.4.2", "ioredis": "^5.5.0",
"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.0.1", "mathjs": "^14.2.1",
"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",
"moment-timezone": "^0.5.46", "moment-timezone": "^0.5.47",
"node-superfetch": "^0.3.4", "node-superfetch": "^0.3.4",
"nsfwjs": "^4.2.1", "nsfwjs": "^4.2.1",
"ntcjs": "^1.1.3", "ntcjs": "^1.1.3",
@@ -71,12 +71,12 @@
"pokersolver": "^2.1.4", "pokersolver": "^2.1.4",
"random-js": "^2.1.0", "random-js": "^2.1.0",
"sagiri": "^4.3.0", "sagiri": "^4.3.0",
"semver": "^7.6.3", "semver": "^7.7.1",
"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.45", "twitter-openapi-typescript": "^0.0.47",
"valid-url": "^1.0.9", "valid-url": "^1.0.9",
"wavefile": "^11.0.0", "wavefile": "^11.0.0",
"winston": "^3.17.0", "winston": "^3.17.0",
@@ -86,15 +86,15 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.9", "bufferutil": "^4.0.9",
"sodium-native": "^4.3.1", "sodium-native": "^4.3.2",
"utf-8-validate": "^6.0.5", "utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9" "zlib-sync": "^0.1.9"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.18.0", "@eslint/js": "^9.20.0",
"eslint": "^9.18.0", "eslint": "^9.20.1",
"eslint-config-amber": "^2.0.4", "eslint-config-amber": "^2.0.4",
"eslint-plugin-jsonc": "^2.18.2", "eslint-plugin-jsonc": "^2.19.1",
"globals": "^15.14.0" "globals": "^15.15.0"
} }
} }