fix(deps): vuln minor: qs · patch: body-parser [test/crashtracker] - #193
Conversation
Overall package sizeSelf size: 30.26 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: 12ca5b60ee
ℹ️ 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 npm lockfile with body-parser
This package still checks in test/crashtracker/package-lock.json, but only the Yarn lockfile was updated. After this manifest change, the npm lockfile still declares the root dependency as body-parser ^1.20.3 and locks node_modules/body-parser to 1.20.4 with qs ~6.14.0, so any npm-based install/audit for test/crashtracker remains on the vulnerable dependency set or has to rewrite the lockfile. Please update or remove the npm lockfile alongside this version bump.
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