Bump undici from 7.25.0 to 7.28.0 - #103
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 89acd5bb39
ℹ️ 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".
| "version": "7.25.0", | ||
| "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz", | ||
| "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==", | ||
| "version": "7.28.0", |
There was a problem hiding this comment.
Raise undici's manifest lower bound
This is only updating the repository lockfile, but the published package does not carry package-lock.json (checked with npm pack --dry-run) and package.json still allows undici starting at ^7.25.0. In downstream projects that already have undici 7.25.x locked while updating @rollbar/mcp-server, npm can keep the vulnerable version because the dependency range did not change, so this security bump only protects this repo's npm ci installs. Please update the manifest range to require ^7.28.0 as well.
Useful? React with 👍 / 👎.
Bumps [undici](https://github.com/nodejs/undici) from 7.25.0 to 7.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.25.0...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
89acd5b to
57cbd9f
Compare
zdavis-rollbar
left a comment
There was a problem hiding this comment.
Approving automated dependency bump; CI green.
Bumps undici from 7.25.0 to 7.28.0.
Release notes
Sourced from undici's releases.
... (truncated)
Commits
f9eba0aBumped v7.28.0 (#5430)a027a4aBackport WebSocket maxPayloadSize fixes to v7.x (#5423)8cb10f9websocket: limit the number of fragments in a message04201f8fix: honor requestTls when proxy is SOCKS5fcd642ffix(socks5): preserve dispatch backpressure return value (#5166)bc98c97fix(socks5): use configured connector in Socks5ProxyAgent (#5168)9e1c743fix(socks5): encode embedded IPv4 tails in IPv6 literals correctly (#5099)376c8befix(socks5): enforce authenticated state before CONNECT (#5097)3805b8ffix(socks5-proxy-agent): use per-origin pools to prevent cross-origin routing...85a2405fix(cache): trim qualified field names