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/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"app": "link:../app",
"better-sqlite3": "^12.0.0",
"dockerode": "^4.0.5",
"node-gyp": "^11.2.0",
"node-gyp": "^12.0.0",
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

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

The PR description indicates the yarn.lock update failed and must be updated manually. Upgrading a dependency without updating the lockfile may leave vulnerable transitive versions in place (or make installs non-reproducible) and can prevent the vulnerability fix from actually applying. Regenerate and commit the updated yarn.lock (and, if using Yarn zero-installs, the .yarn/cache/ artifacts) so CI and consumers reliably get the patched dependency graph.

Suggested change
"node-gyp": "^12.0.0",
"node-gyp": "^11.0.0",

Copilot uses AI. Check for mistakes.
"pg": "^8.11.3",
"winston": "^3.2.1"
},
Expand Down
Loading