deps-upgrade(safety): ⬆️ Update backend API dependencies in package.json

This commit is contained in:
Lilith 2026-01-21 20:46:17 -08:00
parent e82b24c57d
commit 655504cb9e

View file

@ -27,7 +27,8 @@
"@nestjs/core": "^10.0.0",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/event-emitter": "^2.0.0",
"@lilith/domain-events": "workspace:*",
"@lilith/domain-events": "2.7.5-dev.1769057046",
"@lilith/typeorm-entities": "^1.0.17",
"typeorm": "^0.3.0",
"rxjs": "^7.8.0"
},