fix(deps): bump undici, postcss, browserslist and js-yaml in web/ui (security) - #246
Merged
Conversation
ivank
approved these changes
Sep 2, 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.
Clears the ten open Dependabot alerts against
web/ui/yarn.lock. None of thesepackages is a direct dependency of
web/ui/package.json— all are transitive,which is why grouped version updates never reached them.
What moved, and why each route was chosen
^8.4.1, vianode-gyp)^8.5.6, viavite)^4.24.0, via@babel/helper-compilation-targets)The first three are
yarn up -Rwithin their existing ranges. js-yaml couldnot be:
@redocly/openapi-core@^1.34.6requires it asjs-yaml: "npm:4.2.0"— an exact pin, not a range — so there was no in-range target and Dependabot
could not raise a PR for it at all. That half is a
resolutionsentry inweb/ui/package.json:The key matches the one descriptor that actually exists in the lockfile
(verified:
js-yaml@npm:4.2.0was the onlyjs-yaml@stanza header), so it isnot a silent no-op. 4.3.2 is the head of the 4.x line (
v4-legacy);latestis5.4.1, a major that Redocly's pin does not anticipate.
Verification
Resolved versions after
yarn install, read back out of the lockfile:and the superseded versions are gone, not merely shadowed —
grep -cFoveryarn.lockreturns 0 for each ofjs-yaml@npm:4.2.0,version: 4.2.0,version: 8.7.0,version: 8.5.16,version: 4.28.5.That last one is the one that mattered:
gen:typesrunsopenapi-typescript→@redocly/openapi-core→ js-yaml, so it exercises theoverridden package on the exact path Redocly pinned it for. Output unchanged.