[Chore] Bump js-yaml pin for Dependabot alerts #3 and #4 - #163
Merged
Conversation
Clear Dependabot medium alerts on transitive js-yaml 3.x by raising the read-yaml-file@1 override from 3.14.1 to 3.15.0 and refreshing the lockfile.
Contributor
Author
|
No code issues found. See task Reviewed the |
mrubens
marked this pull request as ready for review
July 11, 2026 03:43
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
July 11, 2026 03:43
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.
Important
Roomote does not generally accept unsolicited community pull requests. Unless a maintainer invited this PR in an issue or discussion, it will likely be closed without review. A well-written issue is the best way to contribute.
Related issue
Not issue-backed. Internal security maintenance for open Dependabot alerts:
<<) (GHSA-mh29-5h37-fv8m / CVE-2025-64718)Why this PR exists
Open medium Dependabot alerts #3 and #4 were still matched because the intentional 3.x pin for
read-yaml-file@1lagged behind the patched 3.15.0 line. Raising that pin clears both without a broad dependency sweep.What changed
Raised the root
pnpm.overridespin forread-yaml-file@1>js-yamlfrom3.14.1to3.15.0and refreshedpnpm-lock.yamlso the remaining development-scope transitive 3.x line resolves to a patched release. The existing monorepo-widejs-yamloverride stays at4.2.0.After the lockfile refresh, resolved packages are only
js-yaml@3.15.0andjs-yaml@4.2.0(both above the vulnerable ranges for these alerts). No intended user-facing behavior change; production runtime impact should be none/limited because the residual path was transitive and development-scoped.How it was tested
js-yaml@3.15.0andjs-yaml@4.2.0pnpm installandpnpm install --frozen-lockfilepnpm lintandpnpm check-typesBrowser proof not applicable (pin/lockfile-only change).
Checklist
[Fix],[Feat],[Improve],[Refactor],[Docs], or[Chore]followed by a user-facing descriptionpnpm lintandpnpm check-typespass locallypnpm changeset