studio
studio copied to clipboard
Update dependency body-parser to v1.20.3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| body-parser | dependencies | patch | 1.20.2 -> 1.20.3 |
By merging this PR, the issue #382 will be automatically resolved and closed:
| Severity | CVE | Reachability | |
|---|---|---|---|
High |
7.5 | CVE-2024-45590 |
Release Notes
expressjs/body-parser (body-parser)
v1.20.3
===================
- deps: [email protected]
- add
depthoption to customize the depth level in the parser - IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)
- [ ] If you want to rebase/retry this PR, check this box
High