chore(deps): bump undici from 6.27.0 to 6.28.0 in /web/backend - #558
Merged
Conversation
Bumps [undici](https://github.com/nodejs/undici) from 6.27.0 to 6.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.27.0...v6.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Aug 13, 2026
padak
approved these changes
Aug 13, 2026
padak
left a comment
Member
There was a problem hiding this comment.
Verified as part of a batch review of all six open Dependabot PRs (#554, #555, #558, #559, #563, #564), all of which close open Dependabot security alerts.
All six were merged into a single throwaway branch off main and validated together, because a clean line-based merge of a lockfile does not by itself guarantee the lockfile stays internally consistent:
- all six merge into
mainwith no conflict; web/frontend:npm cisucceeds andnpm run build(tsc -b && vite build) passes —tsctype-checks themermaid.render()/mermaid.initialize()call sites against mermaid 11.16.1's own type definitions, which is the only safety net here since the SPA has no tests;npm ls dompurifyconfirms theoverridesblock still pins dompurify 3.4.13 tree-wide, including under mermaid (which itself declares^3.3.3);web/backend:npm cisucceeds;- Python: full suite green on the combined state with cryptography 50.0.0 — 5489 passed, 161 skipped;
- cryptography 50.0.0's breaking changes (FFDH deprecation, stricter DER/X.509/OCSP parsing, PKCS#7 decryption) do not touch kbagent's usage, which is limited to RSA keypair generation plus PKCS8/SPKI PEM serialization in
services/workspace_service.py. Smoke-tested that exact API surface against 50.0.0.
Note for follow-up, unrelated to these PRs: npm audit reports a high-severity advisory for nanoid@3.3.16 (GHSA-2v37-7h3g-55p8) in both web/frontend and web/backend, pulled in transitively via postcss. It is build-time only and never reaches the shipped bundle, and Dependabot has not raised an alert for it.
This was referenced Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps undici from 6.27.0 to 6.28.0.
Release notes
Sourced from undici's releases.
Commits
01a912eBumped v6.28.0 (#5591)481ecfcUse Node 22 and npm 11 to release740a0b7fix: validate blob body content type2698e49fix: validate coerced header values for CRLF (#5579)4fd5a0ctest(retry): correct broken content-range fixtures in retry-handler.jscba3a52fix(retry): reject partial content length mismatchaf74840fix: harden cookie domain, path, and unparsed attribute validationDependabot 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.