Bump undici from 7.12.0 to 7.24.3 by dependabot[bot] · Pull Request #2813 · inrupt/solid-client-js
Bumps undici from 7.12.0 to 7.24.3.
Release notes
Sourced from undici's releases.
v7.24.3
What's Changed
- fix(h2): TypeError: Cannot read properties of null (reading 'push') i… by
@hxinhanin nodejs/undici#4881Full Changelog: nodejs/undici@v7.24.2...v7.24.3
v7.24.2
What's Changed
- fix fetch path logic by
@KhafraDevin nodejs/undici#4890- remove maxDecompressedMessageSize by
@KhafraDevin nodejs/undici#4891Full Changelog: nodejs/undici@v7.24.1...v7.24.2
v7.24.1
What's Changed
- fix: proto pollution by
@rahulyadav5524in nodejs/undici#4885Full Changelog: nodejs/undici@v7.24.0...v7.24.1
v7.24.0
Undici v7.24.0 Security Release Notes
This release addresses multiple security vulnerabilities in Undici.
Upgrade guidance
All users on v7 should upgrade to v7.24.0 or later.
Fixed advisories
GHSA-2mjp-6q6p-2qxm / CVE-2026-1525 (Medium)
Inconsistent interpretation of HTTP requests (request/response smuggling class issue).GHSA-f269-vfmq-vjvj / CVE-2026-1528 (High)
Malicious WebSocket 64-bit frame length handling could crash the client.GHSA-phc3-fgpg-7m6h / CVE-2026-2581 (Medium)
Unbounded memory consumption in deduplication interceptor response buffering (DoS risk).GHSA-4992-7rv2-5pvq / CVE-2026-1527 (Medium)
CRLF injection via theupgradeoption.GHSA-v9p9-hfj2-hcw8 / CVE-2026-2229 (High)
Unhandled exception from invalidserver_max_window_bitsin WebSocket permessage-deflate negotiation.GHSA-vrm6-8vpv-qv8q / CVE-2026-1526 (High)
Unbounded memory consumption in WebSocket permessage-deflate decompression.
... (truncated)
Commits
9b96516Bumped v7.24.37926660Ignore .githuman9eaa5affix(h2): TypeError: Cannot read properties of null (reading 'push') in Reques...a9bfe21ignore .pif2e155bBumped v7.24.24d2d1afremove maxDecompressedMessageSize (#4891)3a05a4ffix fetch path logic (#4890)23e3cd3Bumped v7.24.13aedaa8remove PLAN.md0d7ec33fix: proto pollution (#4885)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for undici since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.