This repository was archived by the owner on Aug 3, 2026. It is now read-only.
fix(deps): resolve brace-expansion and js-yaml advisories - #294
Merged
Conversation
pnpm workspace: adds pnpm.overrides to force patched transitive versions in the lockfile: - brace-expansion -> 5.0.8 (GHSA-mh99-v99m-4gvg flags all <=5.0.7; only 5.0.8 is patched. expand() API is stable so minimatch/glob still work - build and lint pass). - js-yaml -> 3.15.0 (3.x line) and 4.3.0 (4.x line) for the merge-key DoS advisory. The add-changeset action bundles @changesets/cli (which uses js-yaml), so its committed dist is rebuilt; the other action bundles are unaffected. Installed with pnpm 8.15.9 to keep lockfile v6.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
liamhughes
approved these changes
Jul 27, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Clears the brace-expansion and js-yaml advisories flagged in this pnpm workspace's
pnpm-lock.yaml.Adds targeted
pnpm.overrides(same style as the existing entries):expand()is API-stable across majors, so minimatch/glob keep working — build and lint pass.Notes
engines) so the lockfile stays at v6.0.add-changesetaction bundles@changesets/cli(which uses js-yaml), so its committeddistis rebuilt; the other action bundles are unaffected.🤖 Generated with Claude Code