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
31 changes: 16 additions & 15 deletions course-04/exercises/lesson-6/starter-code/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 course-04/exercises/lesson-6/starter-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.

high

Upgrading middy from 0.25.0 to 0.36.0 represents a significant version jump. It's important to thoroughly review the middy release notes between these versions for any breaking changes or API updates that might affect the existing middleware implementations (e.g., in src/lambda/http/createImage.ts). Please ensure that the application code is compatible with middy@0.36.0 to avoid runtime issues.

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