fix(deps): vuln minor: qs · patch: body-parser [test/crashtracker] - #202
Conversation
Overall package sizeSelf size: 30.44 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------|🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
PRApprover will approve and merge this PR, FAQ, #dx-source-code-management 🛠️ PRApproval Status
➡️ Current phase: merge in progress... |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 42636c6da0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "@datadog/segfaultify": "^0.1.1", | ||
| "body-parser": "^1.20.3", | ||
| "body-parser": "^1.20.6", |
There was a problem hiding this comment.
Update the tracked npm lockfile with the dependency bump
When this fixture is installed with npm, the tracked test/crashtracker/package-lock.json still declares body-parser as ^1.20.3 and pins vulnerable version 1.20.4, while this line now requires ^1.20.6. The npm ci documentation states that it exits with an error when lockfile dependencies do not match package.json, so npm-based clean installs now fail and lockfile-based security scans continue to see the old version; update or remove the npm lockfile alongside yarn.lock.
Useful? React with 👍 / 👎.
Summary: Security update — 2 packages upgraded (MINOR changes included)
Manifests changed:
test/crashtracker(yarn)✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.
Updates
Security Details
ℹ️ Other Vulnerabilities (4)
Review Checklist
Standard review:
Update Mode: all_vulns
🤖 Generated by DataDog Automated Dependency Management System