studio
studio copied to clipboard
Update dependency express to v4.19.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| express (source) | dependencies | minor | 4.18.2 -> 4.19.0 |
By merging this PR, the issue #344 will be automatically resolved and closed:
| Severity | CVE | Reachability | |
|---|---|---|---|
Medium |
6.1 | CVE-2024-29041 |
|
Release Notes
expressjs/express (express)
v4.19.0
==========
- Prevent open redirect allow list bypass due to encodeurl
- deps: [email protected]
v4.18.3
==========
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- deps: [email protected]
- Add
partitionedoption
- Add
- [ ] If you want to rebase/retry this PR, check this box
Medium