security(hotfix): update Judd dependencies

This commit is contained in:
kittentm 2026-04-22 01:20:50 +02:00
commit bf7dabf817
No known key found for this signature in database
GPG key ID: 520EDAA0C8CDE295
2 changed files with 45 additions and 42 deletions

View file

@ -11,16 +11,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.15.0",
"discord.js": "^14.25.1",
"express": "^4.18.2",
"express-rate-limit": "^8.3.1",
"express-subdomain": "^1.0.5",
"joi": "^17.7.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.18.0",
"axios": "^1.15.2",
"discord.js": "^14.26.3",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"express-subdomain": "^1.0.6",
"joi": "^18.1.2",
"morgan": "^1.10.1",
"multer": "^2.1.1",
"pg": "^8.20.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7"
"sequelize": "^6.37.8"
}
}