Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 42 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:e2e": "jest --testTimeout 60000 --config ./apps/api/test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^7.5.1",
"@nestjs/common": "^9.0.0",
Copy link

Copilot AI Sep 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading @nestjs/common to v9.0.0 while keeping @nestjs/core at v7.5.1 creates a version mismatch between core NestJS packages. These packages should typically be kept at compatible versions to avoid potential runtime issues and API inconsistencies.

Suggested change
"@nestjs/common": "^9.0.0",
"@nestjs/common": "^7.5.1",

Copilot uses AI. Check for mistakes.
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.5.1",
"@nestjs/graphql": "^7.9.11",
Expand Down
Loading