deps: Bump brace-expansion and js-yaml to patched versions - #415
Merged
Conversation
Lockfile-only `npm update`; no direct dependency changes. Clears overdue Vanta findings: - CVE-2026-13149 (HIGH) brace-expansion 1.1.11 -> 1.1.18 - CVE-2026-59869 (HIGH) js-yaml 3.14.2 -> 3.15.2 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
matthewelwell
force-pushed
the
deps/transitive-security
branch
from
August 28, 2026 15:15
5509e72 to
b31a1d1
Compare
talissoncosta
approved these changes
Aug 28, 2026
4 tasks
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.
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Lockfile-only
npm updateclearing two overdue Vanta findings:Both are dev-only transitives.
package.jsonis untouched and no directdependency changed version — the diff is 26 lockfile lines.
How did you test this code?
npm auditno longer reports either package.npm ci --dry-runfails on thepatch-packagepostinstall, but it failsidentically on unmodified
main, so it is pre-existing and unrelated tothis change.