deps: update discord.js to 14.25.1
Node.js CI / CI (pull_request) Failing after 25s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m26s

This commit is contained in:
2026-02-04 08:31:31 -08:00
parent 4b59dd2c38
commit db3a64c0e4
2 changed files with 33 additions and 31 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"build": "prisma generate && tsc",
"build": "prisma generate && tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env -- node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
@@ -25,7 +25,7 @@
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.15.0",
"discord.js": "14.22.1",
"discord.js": "14.25.1",
"fastify": "5.5.0"
}
}