Skip to content

fix(SECURE-2909): bump vulnerable deps to patched versions#1

Open
heath-s wants to merge 1 commit into
sendbird:mainfrom
heath-s:fix/heath/SECURE-2909-sca-deps
Open

fix(SECURE-2909): bump vulnerable deps to patched versions#1
heath-s wants to merge 1 commit into
sendbird:mainfrom
heath-s:fix/heath/SECURE-2909-sca-deps

Conversation

@heath-s

@heath-s heath-s commented Jun 18, 2026

Copy link
Copy Markdown

SECURE-2909 — SCA dependency remediation

Closes the SCA advisory ranges by pinning patched floors via npm overrides (all in-major, transitive-only, no breaking upgrades). This mirrors the proven resolutions/overrides pattern already used in sendbird/sbdashboard (SECURE-1297, SECURE-2923).

Package Pin Resolved Advisory
@babel/traverse ^7.23.2 7.29.7 CVE-2023-45133 (Arbitrary Code Execution)
fast-xml-parser ^4.4.1 4.5.6 XML Entity Expansion DoS
svgo ^2.8.2 2.8.2 CVE-2026-29074 (XML Entity Expansion)
  • All three are transitive dependencies; only package.json (overrides) and package-lock.json change.
  • Lockfile re-resolved with npm install --package-lock-only; no app code impact.

🤖 Generated with Claude Code

…errides

Close the SCA advisory ranges by pinning patched floors for these
transitive dependencies (all in-major, no breaking upgrades):

- @babel/traverse -> ^7.23.2  (CVE-2023-45133, Arbitrary Code Execution)
- fast-xml-parser -> ^4.4.1   (XML Entity Expansion DoS)
- svgo            -> ^2.8.2   (CVE-2026-29074, XML Entity Expansion)

Lockfile re-resolved; installed versions: @babel/traverse 7.29.7,
fast-xml-parser 4.5.6, svgo 2.8.2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants