Commit fd6720f
chore: upgrade @opentelemetry/core to ^2.8.0 to address CVE-2026-54285 (#1413)
* chore: upgrade @opentelemetry/core to ^2.8.0 to address CVE-2026-54285
@opentelemetry/core is a transitive dependency requested at several exact
pins (2.5.0, 2.5.1, 2.2.0, 2.0.1) and ranges (^2.5.1, ^2.0.0) via Sentry,
the OpenTelemetry instrumentation packages, and PostHog. The advisory
(GHSA-8988-4f7v-96qf) affects all versions < 2.8.0, so a `yarn up -R`
refresh alone can't reach the patched 2.8.0 past the exact pins.
Add a root `resolutions` override pinning @opentelemetry/core to ^2.8.0,
consistent with the existing @opentelemetry/resources override. After the
change `yarn why @opentelemetry/core` collapses to a single 2.8.0 instance.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: add CHANGELOG entry for @opentelemetry/core upgrade
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent efcabdf commit fd6720f
3 files changed
Lines changed: 6 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4691 | 4691 | | |
4692 | 4692 | | |
4693 | 4693 | | |
4694 | | - | |
4695 | | - | |
4696 | | - | |
4697 | | - | |
4698 | | - | |
4699 | | - | |
4700 | | - | |
4701 | | - | |
4702 | | - | |
4703 | | - | |
4704 | | - | |
4705 | | - | |
4706 | | - | |
4707 | | - | |
4708 | | - | |
4709 | | - | |
4710 | | - | |
4711 | | - | |
4712 | | - | |
4713 | | - | |
4714 | | - | |
4715 | | - | |
4716 | | - | |
4717 | | - | |
4718 | | - | |
4719 | | - | |
4720 | | - | |
4721 | | - | |
4722 | | - | |
4723 | | - | |
4724 | | - | |
4725 | | - | |
4726 | | - | |
4727 | | - | |
4728 | | - | |
4729 | | - | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
4730 | 4697 | | |
4731 | 4698 | | |
4732 | 4699 | | |
4733 | 4700 | | |
4734 | | - | |
| 4701 | + | |
4735 | 4702 | | |
4736 | 4703 | | |
4737 | 4704 | | |
| |||
0 commit comments