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-1/solution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0"
"axios": "^0.30.2"

Choose a reason for hiding this comment

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

critical

The axios dependency has been updated in package.json, but the package-lock.json file has not been updated accordingly. Without the lock file update, this security fix will not be applied in environments that use npm ci, and builds will not be reproducible. This defeats the purpose of this pull request.

Please run npm install and commit the resulting package-lock.json changes to ensure the vulnerability is actually patched.

},
"devDependencies": {
"aws-sdk": "^2.432.0"
Expand Down