diff --git a/assets/schemas.json b/assets/schemas.json index ef987590..4209c989 100755 Binary files a/assets/schemas.json and b/assets/schemas.json differ diff --git a/package-lock.json b/package-lock.json index decbbb62..f8aed44d 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index f421ad08..c87c3dc8 100644 --- a/package.json +++ b/package.json @@ -42,21 +42,21 @@ "@eslint/js": "^9.14.0", "@spacebarchat/spacebar-webrtc-types": "^1.0.1", "@types/amqplib": "^0.10.7", - "@types/bcrypt": "^5.0.2", + "@types/bcrypt": "^6.0.0", "@types/body-parser": "^1.19.6", "@types/cookie-parser": "^1.4.9", - "@types/express": "^4.17.23", + "@types/express": "^5.0.3", "@types/i18next-node-fs-backend": "^2.1.5", "@types/json-bigint": "^1.0.4", "@types/jsonwebtoken": "^9.0.10", "@types/module-alias": "^2.0.4", "@types/morgan": "^1.9.10", - "@types/multer": "^1.4.13", + "@types/multer": "^2.0.0", "@types/murmurhash-js": "^1.0.6", "@types/node": "^22.18.6", "@types/node-fetch": "^2.6.13", "@types/node-os-utils": "^1.3.4", - "@types/nodemailer": "^6.4.19", + "@types/nodemailer": "^7.0.2", "@types/probe-image-size": "^7.2.5", "@types/sharp": "^0.31.1", "@types/ws": "^8.18.1", @@ -64,38 +64,38 @@ "@typescript-eslint/parser": "^8.45.0", "discord-protos": "^1.2.69", "eslint": "^9.36.0", - "express": "^4.21.2", - "globals": "^15.15.0", + "express": "^5.1.0", + "globals": "^16.4.0", "husky": "^9.1.7", "prettier": "^3.6.2", "pretty-quick": "^4.2.2", "typescript": "^5.9.2" }, "dependencies": { - "@aws-sdk/client-s3": "^3.896.0", + "@aws-sdk/client-s3": "^3.899.0", "@sentry/node": "^9.46.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "amqplib": "^0.10.9", - "bcrypt": "^5.1.1", - "body-parser": "^1.20.3", + "bcrypt": "^6.0.0", + "body-parser": "^2.2.0", "cheerio": "^1.1.2", "cookie-parser": "^1.4.7", - "dotenv": "^16.6.1", + "dotenv": "^17.2.2", "email-providers": "^2.15.0", "exif-be-gone": "^1.5.1", "fast-zlib": "^2.0.1", "fido2-lib": "^3.5.3", "file-type": "~16.5.4", "form-data": "^4.0.4", - "i18next": "^23.16.8", + "i18next": "^25.5.2", "i18next-fs-backend": "^2.6.0", "i18next-http-middleware": "^3.8.1", - "image-size": "^1.2.1", + "image-size": "^2.0.2", "json-bigint": "^1.0.0", "jsonwebtoken": "^9.0.2", "lambert-server": "^1.2.12", - "missing-native-js-functions": "^1.4.3", + "missing-native-js-functions": "^2.0.0", "module-alias": "^2.2.3", "morgan": "^1.10.1", "ms": "^2.1.3", @@ -104,7 +104,7 @@ "node-2fa": "^2.0.3", "node-fetch-commonjs": "^3.3.2", "node-os-utils": "^1.3.7", - "nodemailer": "^6.10.1", + "nodemailer": "^7.0.6", "picocolors": "^1.1.1", "probe-image-size": "^7.2.3", "proxy-agent": "^6.5.0", @@ -112,7 +112,7 @@ "ts-node": "^10.9.2", "tslib": "^2.8.1", "typeorm": "^0.3.27", - "typescript-json-schema": "^0.50.1", + "typescript-json-schema": "^0.65.1", "wretch": "^2.11.0", "ws": "^8.18.3" },