Skip to content
Open
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/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@tracebench/adapter-codex": "workspace:*",
"@tracebench/adapter-cursor": "workspace:*",
"fastify": "^5.0.0",
"@fastify/static": "^8.0.0"
"@fastify/static": "^9.1.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.

high

The pnpm-lock.yaml file was not updated in this PR, as noted in the warning in the PR description. In a pnpm workspace, this is a high-priority issue because the lockfile must be synchronized with package.json changes to ensure consistent installations across all environments (CI/CD, development, and production). Since Snyk was unable to update it automatically—likely due to the workspace:* dependencies—you must run pnpm install locally and commit the updated lockfile. Without this, the security fixes provided by @fastify/static@9.1.1 may not be correctly applied in environments that rely on the lockfile.

},
"devDependencies": {
"tsx": "^4.16.2"
Expand Down