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-6/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@types/jest": "24.0.11",
"@types/node": "11.13.4",
"@types/node": "11.15.54",

Choose a reason for hiding this comment

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

critical

This dependency upgrade is not reflected in package-lock.json. Without updating the lock file, npm install may not install the new version, and npm ci will fail. This makes builds non-deterministic and may leave security vulnerabilities unpatched. Please run npm install and commit the updated package-lock.json.

"@types/react": "16.8.13",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.4",
Expand Down