Commit e3ff9fa
authored
chore(deps): collapse stale transitive js-yaml pins onto the patched releases (#6830)
GHSA-5p4m-2wfm-xmqj (quadratic CPU in !!omap resolution) is patched in js-yaml
4.3.1 and 3.15.1. Both direct dependents already pin 4.3.1, but bun.lock still
held ten stale nested resolutions — 4.2.0, 4.3.0, and 3.14.2 — under fumadocs,
electron-builder/updater, gray-matter, and json-schema-to-typescript.
Every one of those ranges (^4.1.0, ^4.1.1, ^3.13.1) already admits the patched
release, so this is a lockfile-only dedupe: no manifest change and no overrides
block, which would force gray-matter's 3.x range onto js-yaml 4 and break it.1 parent cb3b93e commit e3ff9fa
1 file changed
Lines changed: 1 addition & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments