This commit is contained in:
Dragon Fire
2024-10-26 17:33:18 -04:00
parent 0e65f345b2
commit a5da3d96a5
+15 -15
View File
@@ -32,9 +32,9 @@
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@mediapipe/face_detection": "^0.4.1646425229",
"@napi-rs/canvas": "^0.1.54",
"@tensorflow-models/face-detection": "^1.0.2",
"@tensorflow/tfjs-node": "^4.20.0",
"@napi-rs/canvas": "^0.1.58",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow/tfjs-node": "^4.22.0",
"@twemoji/parser": "^15.1.1",
"bombsweeper.js": "^1.0.1",
"cheerio": "^1.0.0",
@@ -43,8 +43,8 @@
"common-tags": "^1.8.2",
"connect4-ai": "^0.1.3",
"custom-translate": "^2.2.8",
"didyoumean2": "^7.0.2",
"discord.js": "^14.15.3",
"didyoumean2": "^7.0.4",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"emoji-regex": "^10.4.0",
"fen-validator": "^2.0.1",
@@ -53,24 +53,24 @@
"gm": "^1.25.0",
"googlethis": "github:CROSP/google-this",
"html-entities": "^2.5.2",
"image-to-ascii": "^3.2.0",
"image-to-ascii": "^3.2.1",
"ioredis": "^5.4.1",
"js-chess-engine": "^1.0.2",
"jszip": "^3.10.1",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"mathjs": "^13.1.1",
"mathjs": "^13.2.0",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.45",
"moment-timezone": "^0.5.46",
"node-superfetch": "^0.3.4",
"nsfwjs": "^4.1.0",
"nsfwjs": "^4.2.0",
"ntcjs": "^1.1.3",
"parse-domain": "^8.2.2",
"pokersolver": "^2.1.4",
"random-js": "^2.1.0",
"sagiri": "^4.1.0",
"sagiri": "^4.2.3",
"semver": "^7.6.3",
"sherlockjs": "^1.4.2",
"stackblur-canvas": "^2.7.0",
@@ -79,22 +79,22 @@
"twitter-openapi-typescript": "^0.0.40",
"valid-url": "^1.0.9",
"wavefile": "^11.0.0",
"winston": "^3.14.2",
"winston": "^3.15.0",
"wuzzy": "^0.1.8",
"ytdl-core": "^4.11.5",
"zip-to-timezone": "^1.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"sodium-native": "^4.1.1",
"sodium-native": "^4.2.2",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"eslint": "^9.9.1",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"eslint-config-amber": "^2.0.4",
"eslint-plugin-jsonc": "^2.16.0",
"globals": "^15.9.0"
"globals": "^15.11.0"
}
}