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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"js-green-licenses": "^4.0.0",
"klaw-sync": "^6.0.0",
"license-check-and-add": "^4.0.5",
"lodash": "^4.17.21",
"lodash": "^4.17.23",

Choose a reason for hiding this comment

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

security-critical critical

While the lodash version is correctly updated in package.json, the package-lock.json file has not been updated. This means that any build or deployment process that relies on the lock file (e.g., using npm ci) will still install the vulnerable version of lodash. To fix this and ensure the security patch is applied, you need to run npm install and commit the updated package-lock.json.

"mock-fs": "^5.5.0",
"prettier": "^3.5.3"
},
Expand Down