Skip to content

Commit 5edaf4b

Browse files
chore: upgrade @opentelemetry/* packages to latest minor versions (#106)
Bumps all OTEL packages 1-2 minor versions to resolve transitive protobufjs CRITICAL CVE (GHSA-xq3m-2v4x-88gg) and high-severity flatted/picomatch vulnerabilities. Also runs npm audit fix to address critical handlebars, high hono/express-rate-limit vulnerabilities. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 11dec4c commit 5edaf4b

3 files changed

Lines changed: 561 additions & 891 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Unreleased
22

3+
### Security
4+
5+
- **Upgrade `@opentelemetry/*` packages to latest minor versions** — resolves transitive `protobufjs` CRITICAL CVE (GHSA-xq3m-2v4x-88gg) present in older OTEL exporter packages, and high-severity transitives (`flatted` GHSA-25h7-pfq9-p65f / GHSA-rf6f-7fwh-wjgh, `picomatch` GHSA-3v7f-55p6-f55p / GHSA-c2c7-rcm5-vvqj). Updated packages:
6+
- `@opentelemetry/auto-instrumentations-node`: `^0.72.0``^0.74.0`
7+
- `@opentelemetry/exporter-trace-otlp-http`: `^0.214.0``^0.216.0`
8+
- `@opentelemetry/instrumentation`: `^0.214.0``^0.216.0`
9+
- `@opentelemetry/resources`: `^2.6.1``^2.7.1`
10+
- `@opentelemetry/sdk-node`: `^0.214.0``^0.216.0`
11+
- `@opentelemetry/sdk-trace-base`: `^2.6.1``^2.7.1`
12+
- **Resolve critical `handlebars` CVE** (GHSA-3mfm-83xf-c92r et al.) — `handlebars` 4.7.8 → 4.7.9 via `npm audit fix`
13+
- **Resolve high-severity `hono` and `@hono/node-server` CVEs**`hono` 4.11.7 → 4.12.17, `@hono/node-server` 1.19.9 → 1.19.14 via `npm audit fix`
14+
- **Resolve high-severity `express-rate-limit` CVE** (GHSA-46wh-pxpv-q5gq) — `express-rate-limit` 8.2.1 → 8.5.0 via `npm audit fix`
15+
316
## 0.7.1-dev - 2026-05-05
417

518
## 0.7.1 - 2026-05-05

0 commit comments

Comments
 (0)