Commit 014cfde
fix(nodejs): raise @opentelemetry/core peer floor to >=2.8.0 (GHSA-8988-4f7v-96qf)
The `>=1.0.0` peer range let downstream consumers resolve a vulnerable
@opentelemetry/core (<2.8.0 — unbounded memory allocation in W3C Baggage
propagation, GHSA-8988-4f7v-96qf), surfacing as a moderate `npm audit`
finding in projects that depend on these packages.
The advisory has no 1.x backport — 2.8.0 is the only fixed line — so the
peer floor is raised to `>=2.8.0`. All three packages import
W3CTraceContextPropagator from @opentelemetry/core, which is unchanged and
compatible in 2.8.0; builds and the drizzle pglite integration test pass
against the patched version.
Bumps:
- @query-doctor/sqlcommenter-drizzle 0.2.0 -> 0.3.0
- @query-doctor/sqlcommenter-mikroorm 0.1.0 -> 0.2.0
- @query-doctor/sqlcommenter-typeorm 0.1.0 -> 0.2.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2458ab4 commit 014cfde
6 files changed
Lines changed: 24 additions & 24 deletions
File tree
- nodejs/sqlcommenter-nodejs/packages
- sqlcommenter-drizzle
- sqlcommenter-mikroorm
- sqlcommenter-typeorm
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments