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
75 changes: 15 additions & 60 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 @@ -56,7 +56,7 @@
"express": "^4.21.2",
"express-validator": "^7.2.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.14.1",
"mongoose": "^8.17.0",
Copy link

Copilot AI Aug 21, 2025

Choose a reason for hiding this comment

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

The package.json shows the previous version as ^8.14.1 in the diff context, but the PR description indicates upgrading from 8.15.0 to 8.17.0. This version mismatch suggests the baseline version in the diff may be incorrect or outdated.

Copilot uses AI. Check for mistakes.
"morgan": "^1.10.0",
"progress": "^2.0.3",
"simple-git": "^3.27.0",
Expand Down