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
2 changes: 1 addition & 1 deletion course-02/exercises/udacity-c2-restapi/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express": "^4.22.1",

Choose a reason for hiding this comment

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

critical

This dependency upgrade is incomplete without the corresponding package-lock.json update. Please run npm install to generate the updated lock file and commit it as part of this pull request. This is crucial for ensuring reproducible builds and guaranteeing that the security vulnerabilities are patched in all environments.

"jsonwebtoken": "^8.5.1",
"pg": "^7.11.0",
"reflect-metadata": "^0.1.13",
Expand Down