diff --git a/api/package.json b/api/package.json index 75d6d87e97..75e07ecfab 100644 --- a/api/package.json +++ b/api/package.json @@ -23,13 +23,13 @@ "dependencies": { "@fastify/compress": "^7.0.3", "@fastify/multipart": "^8.3.1", - "@nestjs/common": "^10.4.20", - "@nestjs/config": "^3.1.1", - "@nestjs/core": "^10.4.4", - "@nestjs/jwt": "^10.2.0", - "@nestjs/platform-fastify": "^10.4.20", - "@nestjs/platform-socket.io": "^10.4.20", - "@nestjs/websockets": "^10.3.1", + "@nestjs/common": "^11.0.0", + "@nestjs/config": "^11.0.0", + "@nestjs/core": "^11.0.0", + "@nestjs/jwt": "^11.0.0", + "@nestjs/platform-fastify": "^11.0.0", + "@nestjs/platform-socket.io": "^11.0.0", + "@nestjs/websockets": "^11.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "jsonwebtoken": "^9.0.2", @@ -46,9 +46,9 @@ }, "devDependencies": { "@nestjs/cli": "^11.0.10", - "@nestjs/platform-express": "^10.4.22", - "@nestjs/schematics": "^10.0.0", - "@nestjs/testing": "^10.0.0", + "@nestjs/platform-express": "^11.0.0", + "@nestjs/schematics": "^11.0.0", + "@nestjs/testing": "^11.0.0", "@types/jest": "^29.5.2", "@types/lodash": "^4.17.15", "@types/musicmetadata": "^2.0.9",