chore(security): patch brace-expansion & js-yaml (npm transitive)#46
Merged
Conversation
npm audit fix for the two high-severity transitive alerts: - brace-expansion 1.1.14 -> 1.1.16 (GHSA-3jxr-9vmj-r5cp) - js-yaml 4.2.0 -> 4.3.0 (GHSA-52cp-r559-cp3m) Lockfile only. build + vitest (28) green. Remaining low-severity esbuild advisory is pinned by vite and resolves with the deferred vite 8 bump (PR #42). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
npm audit fixfor the two high-severity transitive npm advisories:brace-expansion1.1.14 → 1.1.16 — GHSA-3jxr-9vmj-r5cp (all 4 nested instances)js-yaml4.2.0 → 4.3.0 — GHSA-52cp-r559-cp3mLockfile-only change (no
package.jsonedit; both are transitive).Not included
The remaining low-severity
esbuildadvisory (GHSA-g7r4-m6w7-qqqr — arbitrary file read via the dev server on Windows only) is pinned byvite; its fix (esbuild ≥ 0.28.1) comes with the vite 8 major upgrade (Dependabot PR #42), which is deferred and needs separate testing.Verification
ddev npm run build— green.ddev npm run test:js(vitest) — 28 passed.🤖 Generated with Claude Code