This commit is contained in:
Dragon Fire
2024-12-11 17:50:32 -05:00
parent ce9e5b67a9
commit 9162ee4618
+8 -8
View File
@@ -32,7 +32,7 @@
"@discordjs/opus": "^0.9.0", "@discordjs/opus": "^0.9.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.60", "@napi-rs/canvas": "^0.1.65",
"@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",
@@ -45,7 +45,7 @@
"custom-translate": "^2.2.8", "custom-translate": "^2.2.8",
"didyoumean2": "^7.0.4", "didyoumean2": "^7.0.4",
"discord.js": "^14.16.3", "discord.js": "^14.16.3",
"dotenv": "^16.4.5", "dotenv": "^16.4.7",
"emoji-regex": "^10.4.0", "emoji-regex": "^10.4.0",
"fen-validator": "^2.0.1", "fen-validator": "^2.0.1",
"font-finder": "^1.1.0", "font-finder": "^1.1.0",
@@ -59,7 +59,7 @@
"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.0", "mathjs": "^14.0.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",
@@ -86,15 +86,15 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",
"sodium-native": "^4.3.0", "sodium-native": "^4.3.1",
"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.14.0", "@eslint/js": "^9.16.0",
"eslint": "^9.14.0", "eslint": "^9.16.0",
"eslint-config-amber": "^2.0.4", "eslint-config-amber": "^2.0.4",
"eslint-plugin-jsonc": "^2.18.1", "eslint-plugin-jsonc": "^2.18.2",
"globals": "^15.12.0" "globals": "^15.13.0"
} }
} }