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 components/ws-manager-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@gitpod/ws-daemon": "0.1.5",
"@gitpod/ws-manager": "0.1.5",
"@gitpod/ws-manager-bridge-api": "0.1.5",
"express": "^4.17.3",
"express": "^4.21.2",
"inversify": "^6.0.1",
"ioredis": "^5.3.2",
Comment on lines 40 to 44
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

ws-manager-bridge uses the workspace yarn lockfile for dependency resolution (see components/ws-manager-bridge/BUILD.yaml yarnLock: ${coreYarnLockBase}/yarn.lock). Bumping express to ^4.21.2 without updating the root yarn.lock (and offline-mirror artifacts, if applicable) will likely break reproducible installs/builds because the lockfile currently pins express@^4.17.3.

Please regenerate and commit the corresponding lockfile changes (and any offline mirror updates) for this new semver range.

Copilot uses AI. Check for mistakes.
"prom-client": "^14.2.0",
Expand Down
Loading