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-04/project/c4-final-project-starter-code/backend/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"middy": "^0.27.0",
"source-map-support": "^0.5.11",
"uuid": "^3.3.2",
"winston": "^3.2.1"
"winston": "^3.19.0"

Choose a reason for hiding this comment

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

critical

This pull request is missing the update to package-lock.json. Modifying package.json without updating the lock file can lead to non-deterministic builds and may not actually install the new version in CI/CD environments that use npm ci. Please run npm install to generate the updated package-lock.json and commit it to this PR.

},
"devDependencies": {
"@types/aws-lambda": "^8.10.17",
Expand Down