fix(deps): runtime dependency security fixes#21585
Open
javascript-sdk-gitflow[bot] wants to merge 1 commit into
Open
fix(deps): runtime dependency security fixes#21585javascript-sdk-gitflow[bot] wants to merge 1 commit into
javascript-sdk-gitflow[bot] wants to merge 1 commit into
Conversation
Resolves CVE-2026-49356 / GHSA-4x5r-pxfx-6jf8 (low). Dependabot alert: https://github.com/getsentry/sentry-javascript/security/dependabot/1949 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
Batched runtime dependency security fixes. One commit per vulnerability.
Fixes
@babel/core7.29.0 → 7.29.7 — CVE-2026-49356 / GHSA-4x5r-pxfx-6jf8 (low) — https://github.com/getsentry/sentry-javascript/security/dependabot/1949Skipped — needs human
@opentelemetry/core— needs a coordinated OpenTelemetry SDK upgrade. The vulnerable2.6.1is pinned at an exact version by a whole family of sibling OTel packages (stablesdk-trace-base@2.6.1,resources@2.6.1,sdk-metrics@2.6.1and experimentalexporter-trace-otlp-http/otlp-transformer/otlp-exporter-base/sdk-logs/instrumentation-http@0.214.0). Removing it requires bumping the entire OTel stack to the 2.8.0 train — including raising the experimental^0.214.0ranges (a caret bump alone won't satisfy) — which is a breaking-risk upgrade needing full regression testing, not a safe automated minor bump. Bumping only the direct@opentelemetry/coredeclaration would leave two copies of@opentelemetry/corein the tree (a context-propagation footgun) without resolving the alert. — https://github.com/getsentry/sentry-javascript/security/dependabot/1962Note
The
@babel/corefix resolves the primary hoisted7.29.0. A deep transitive7.18.10remains, pinned exactly by@angular-devkit/build-angular(dev-only Angular build tooling); clearing it needs a major devkit upgrade.🤖 Generated with Claude Code