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/c4-demos-master/08-dynamodb-create/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1110.0",
"aws-sdk": "^2.1693.0",

Choose a reason for hiding this comment

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

high

While updating the aws-sdk version is correct, the corresponding package-lock.json file has not been updated and included in this pull request. It's crucial to commit the lock file to ensure that dependency versions are consistent across all environments and that the security vulnerability is indeed patched.

Please run npm install and commit the updated package-lock.json.

"uuid": "^3.3.2"
}
}