deps-upgrade(blog-backend-api): ⬆️ Update dependencies to patch vulnerabilities, optimize performance, and align with security best practices

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-13 06:15:33 -08:00
parent 8c0e6067b7
commit ccf0e384de
2 changed files with 6 additions and 6 deletions

View file

@ -13,17 +13,17 @@
"verify": "bun run build && bun scripts/verify-circular-deps.mjs"
},
"dependencies": {
"@lilith/service-nestjs-bootstrap": "^2.2.3",
"@lilith/service-registry": "^1.3.3",
"@lilith/blog-shared": "workspace:*",
"@lilith/nestjs-health": "^1.0.0",
"@lilith/service-nestjs-bootstrap": "^2.2.3",
"@lilith/service-registry": "1.3.5",
"@nestjs/common": "11.1.11",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "11.1.11",
"@nestjs/platform-express": "11.1.11",
"@nestjs/schedule": "^6.1.0",
"@nestjs/swagger": "^11.2.5",
"@nestjs/typeorm": "^11.0.0",
"@nestjs/schedule": "^6.1.0",
"@lilith/blog-shared": "workspace:*",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"pg": "^8.17.1",

View file

@ -344,7 +344,7 @@
"@lilith/nestjs-auth": "1.0.3",
"@lilith/service-orchestrator": "^1.2.0",
"@lilith/service-react-bootstrap": "^1.2.0",
"@lilith/service-registry": "1.3.4-dev.1769911733",
"@lilith/service-registry": "1.3.5",
"@lilith/typeorm-entities": "^1.0.33",
"@lilith/ui-dev-content": "^1.0.4",
"@lilith/ui-styled-components": "^6.3.8",
@ -364,7 +364,7 @@
"@nestjs/typeorm": "^11.0.0",
"@nestjs/schedule": "^6.1.0",
"@lilith/queue": "^1.3.4",
"@lilith/service-registry": "1.3.4-dev.1769911733",
"@lilith/service-registry": "1.3.5",
"@lilith/minio": "^1.2.2",
"@lilith/nestjs-auth": "^1.0.3",
"@lilith/typeorm-entities": "^1.0.33",