Skip to content

Commit d152fad

Browse files
authored
chore(deps): bump js-yaml to 4.3.1 in sim-cli and drop the aged-out release-age waivers (#6784)
js-yaml < 4.3.1 has quadratic CPU consumption in !!omap resolution (GHSA-5p4m-2wfm-xmqj / CVE-2026-59870). sim-cli builds with --packages=bundle, so its dev-scoped js-yaml is bundled into the published CLI. 4.3.1 is already what apps/sim pins, so this collapses sim-cli onto the hoisted copy. The minimumReleaseAge waivers for js-yaml and mermaid were temporary and have both aged past the 7-day window; leaving them behind would disable the supply-chain gate for those packages indefinitely.
1 parent 746a449 commit d152fad

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

bun.lock

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sim-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@xterm/headless": "6.0.0",
5454
"chalk": "5.6.2",
5555
"commander": "^11.1.0",
56-
"js-yaml": "4.3.0",
56+
"js-yaml": "4.3.1",
5757
"typescript": "^7.0.2",
5858
"vitest": "^4.1.0"
5959
}

0 commit comments

Comments
 (0)