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/exercises/lesson-5/solution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"http-aws-es": "^6.0.0",
"jimp": "^0.6.4",
"jsonwebtoken": "^8.5.1",
"middy": "^0.25.0",
"middy": "^0.36.0",

Choose a reason for hiding this comment

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

critical

The package-lock.json file is out of sync with this change. It still lists middy at version 0.25.1. This can lead to inconsistent builds and defeats the purpose of a lock file, potentially leaving the security vulnerabilities this PR aims to fix unresolved. Please run npm install and commit the updated package-lock.json to resolve this.

"source-map-support": "^0.5.11",
"uuid": "^3.3.2"
},
Expand Down