Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@opentelemetry/sdk-trace-base": "^2.6.1",
"@opentelemetry/semantic-conventions": "^1.40.0",
"@prisma/instrumentation": "7.6.0",
"@fastify/otel": "0.18.0",
"@fastify/otel": "0.18.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency version 0.18.1 does not exist on npm

High Severity

@fastify/otel version 0.18.1 does not appear to exist on npm — the latest published version is 0.18.0. The yarn.lock also still references 0.18.0, confirming it was never resolved. A fresh install will fail because yarn cannot find version 0.18.1 in the registry. The stated goal of fixing the brace-expansion vulnerability via minimatch won't be achieved by this change.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 53ef9de. Configure here.

"@sentry/core": "10.48.0",
"@sentry/node-core": "10.48.0",
"@sentry/opentelemetry": "10.48.0",
Expand Down
Loading