Skip to content
Open
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
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@nestjs/jwt": "^11.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.1",
"@nestjs/swagger": "^11.2.0",
"@nestjs/platform-express": "^11.1.5",
"@nestjs/swagger": "^11.2.2",
"@nestjs/typeorm": "^11.0.0",
"@supabase/supabase-js": "^2.53.0",
"@types/bcrypt": "^5.0.2",
"@types/passport-google-oauth20": "^2.0.16",
"@types/pg": "^8.15.4",
"axios": "^1.11.0",
"axios": "^1.12.0",
Comment on lines +30 to +37
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

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

The package.json has been updated to fix security vulnerabilities, but the pnpm-lock.yaml file has not been updated accordingly. This means the actual installed dependencies will still be the vulnerable versions. The lockfile still contains:

  • axios@1.11.0 (instead of 1.12.0)
  • @nestjs/platform-express@11.1.3 (instead of 11.1.5)
  • @nestjs/swagger@11.2.0 (instead of 11.2.2)
  • typeorm@0.3.25 (instead of 0.3.26)

You must run pnpm install at the repository root to update the lockfile before merging this PR, otherwise the security vulnerabilities will remain unfixed.

Copilot uses AI. Check for mistakes.
"bcrypt": "^6.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
Expand All @@ -50,7 +50,7 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.25"
"typeorm": "^0.3.26"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
Expand Down